Lines Matching defs:mod_arch_specific
48 struct mod_arch_specific { struct
50 unsigned int stubs_section; /* Index of stubs section in module */
51 unsigned int toc_section; /* What section is the TOC? */
52 bool toc_fixed; /* Have we fixed up .TOC.? */
55 unsigned long start_opd;
56 unsigned long end_opd;
64 unsigned long tramp;
66 unsigned long tramp_regs;
71 struct list_head bug_list;
72 struct bug_entry *bug_table;
73 unsigned int num_bugs;