Lines Matching defs:mod_arch_specific
27 struct mod_arch_specific { struct
29 unsigned int stubs_section; /* Index of stubs section in module */
30 unsigned int toc_section; /* What section is the TOC? */
31 bool toc_fixed; /* Have we fixed up .TOC.? */
34 unsigned long start_opd;
35 unsigned long end_opd;
43 unsigned long tramp;
44 unsigned long tramp_regs;
48 struct list_head bug_list;
49 struct bug_entry *bug_table;
50 unsigned int num_bugs;