代码搜索:bug

找到约 10,000 项符合「bug」的源代码

代码结果 10,000
www.eeworm.com/read/209559/4967650

h bug.h

#ifndef _ASMARM_BUG_H #define _ASMARM_BUG_H #include #ifdef CONFIG_DEBUG_BUGVERBOSE extern volatile void __bug(const char *file, int line, void *data); /* give file/line information
www.eeworm.com/read/209559/4967766

h bug.h

#ifndef _SPARC_BUG_H #define _SPARC_BUG_H /* Only use the inline asm until a gcc release that can handle __builtin_trap * -rob 2003-06-25 * * gcc-3.3.1 and later will be OK -DaveM */ #if (__GNUC_
www.eeworm.com/read/209559/4967993

h bug.h

#ifndef __ASM_BUG_H #define __ASM_BUG_H #include #define BUG() \ do { \ __asm__ __volatile__("break %0" : : "i" (BRK_BUG)); \ } while (0) #define HAVE_ARCH_BUG #inclu
www.eeworm.com/read/209559/4968282

h bug.h

#ifndef __ASM_X8664_BUG_H #define __ASM_X8664_BUG_H 1 #include /* * Tell the user there is some problem. The exception handler decodes * this frame. */ struct bug_frame {
www.eeworm.com/read/209559/4968423

h bug.h

#ifndef _SPARC64_BUG_H #define _SPARC64_BUG_H #include #ifdef CONFIG_DEBUG_BUGVERBOSE extern void do_BUG(const char *file, int line); #define BUG() do { \ do_BUG(__FILE__, __
www.eeworm.com/read/209559/4969341

h bug.h

#ifndef _ASM_GENERIC_BUG_H #define _ASM_GENERIC_BUG_H #include #include #ifndef HAVE_ARCH_BUG #define BUG() do { \ printk("kernel BUG at %s:%d!\n", __FILE__, __L
www.eeworm.com/read/209559/4969379

h bug.h

#ifndef __ASM_SH64_BUG_H #define __ASM_SH64_BUG_H #include #endif /* __ASM_SH64_BUG_H */
www.eeworm.com/read/209559/4969512

h bug.h

#ifndef _PPC64_BUG_H #define _PPC64_BUG_H /* * Define an illegal instr to trap on the bug. * We don't use 0 because that marks the end of a function * in the ELF ABI. That's "Boo Boo" in case you
www.eeworm.com/read/209559/4969636

h bug.h

#ifndef _ASM_IA64_BUG_H #define _ASM_IA64_BUG_H #if (__GNUC__ > 3) || (__GNUC__ == 3 && __GNUC_MINOR__ >= 1) # define ia64_abort() __builtin_trap() #else # define ia64_abort() (*(volatile int *) 0 =
www.eeworm.com/read/209559/4969828

h bug.h

#ifndef _M68KNOMMU_BUG_H #define _M68KNOMMU_BUG_H #include #endif