Lines Matching defs:mod_arch_specific
27 struct mod_arch_specific { struct
29 unsigned int stubs_section; /* Index of stubs section in module */
31 unsigned int got_section; /* What section is the GOT? */
32 unsigned int pcpu_section; /* .data..percpu section */
34 unsigned int toc_section; /* What section is the TOC? */
35 bool toc_fixed; /* Have we fixed up .TOC.? */
39 unsigned long start_opd;
40 unsigned long end_opd;
48 unsigned long tramp;
49 unsigned long tramp_regs;
53 struct list_head bug_list;
54 struct bug_entry *bug_table;
55 unsigned int num_bugs;