Lines Matching refs:bug_entry
51 extern struct bug_entry __start___bug_table[], __stop___bug_table[];
53 static inline unsigned long bug_addr(const struct bug_entry *bug) in bug_addr()
66 static struct bug_entry *module_find_bug(unsigned long bugaddr) in module_find_bug()
69 struct bug_entry *bug = NULL; in module_find_bug()
104 mod->num_bugs = sechdrs[i].sh_size / sizeof(struct bug_entry); in module_bug_finalize()
126 static inline struct bug_entry *module_find_bug(unsigned long bugaddr) in module_find_bug()
132 struct bug_entry *find_bug(unsigned long bugaddr) in find_bug()
134 struct bug_entry *bug; in find_bug()
145 struct bug_entry *bug; in report_bug()
209 static void clear_once_table(struct bug_entry *start, struct bug_entry *end) in clear_once_table()
211 struct bug_entry *bug; in clear_once_table()