Lines Matching defs:mod_arch_specific
45 struct mod_arch_specific { struct
47 unsigned int stubs_section; /* Index of stubs section in module */
48 unsigned int toc_section; /* What section is the TOC? */
49 bool toc_fixed; /* Have we fixed up .TOC.? */
52 unsigned long start_opd;
53 unsigned long end_opd;
61 unsigned long tramp;
63 unsigned long tramp_regs;
68 struct list_head bug_list;
69 struct bug_entry *bug_table;
70 unsigned int num_bugs;