Lines Matching refs:bug_entry
52 extern struct bug_entry __start___bug_table[], __stop___bug_table[];
54 static inline unsigned long bug_addr(const struct bug_entry *bug) in bug_addr()
67 static struct bug_entry *module_find_bug(unsigned long bugaddr) in module_find_bug()
69 struct bug_entry *bug; in module_find_bug()
99 mod->num_bugs = sechdrs[i].sh_size / sizeof(struct bug_entry); in module_bug_finalize()
120 static inline struct bug_entry *module_find_bug(unsigned long bugaddr) in module_find_bug()
126 void bug_get_file_line(struct bug_entry *bug, const char **file, in bug_get_file_line()
142 struct bug_entry *find_bug(unsigned long bugaddr) in find_bug()
144 struct bug_entry *bug; in find_bug()
155 struct bug_entry *bug; in __report_bug()
221 static void clear_once_table(struct bug_entry *start, struct bug_entry *end) in clear_once_table()
223 struct bug_entry *bug; in clear_once_table()