bug_entry          34 include/asm-parisc/bug.h 			     "i" (0), "i" (sizeof(struct bug_entry)) ); \
bug_entry          58 include/asm-parisc/bug.h 			     "i" (sizeof(struct bug_entry)) );		\
bug_entry          71 include/asm-parisc/bug.h 			     "i" (sizeof(struct bug_entry)) );		\
bug_entry          24 include/asm-x86/bug.h 		     "i" (sizeof(struct bug_entry)));		\
bug_entry          23 include/linux/bug.h const struct bug_entry *find_bug(unsigned long bugaddr);
bug_entry         308 include/linux/module.h 	struct bug_entry *bug_table;
bug_entry          44 lib/bug.c      extern const struct bug_entry __start___bug_table[], __stop___bug_table[];
bug_entry          49 lib/bug.c      static const struct bug_entry *module_find_bug(unsigned long bugaddr)
bug_entry          54 lib/bug.c      		const struct bug_entry *bug = mod->bug_table;
bug_entry          79 lib/bug.c      		mod->num_bugs = sechdrs[i].sh_size / sizeof(struct bug_entry);
bug_entry         100 lib/bug.c      static inline const struct bug_entry *module_find_bug(unsigned long bugaddr)
bug_entry         106 lib/bug.c      const struct bug_entry *find_bug(unsigned long bugaddr)
bug_entry         108 lib/bug.c      	const struct bug_entry *bug;
bug_entry         119 lib/bug.c      	const struct bug_entry *bug;