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 stub_count; /* Number of stubs used */
32 unsigned int got_section; /* What section is the GOT? */
33 unsigned int pcpu_section; /* .data..percpu section */
35 unsigned int toc_section; /* What section is the TOC? */
36 bool toc_fixed; /* Have we fixed up .TOC.? */
41 unsigned long start_opd;
42 unsigned long end_opd;
51 unsigned long tramp;
52 unsigned long tramp_regs;
54 struct ftrace_ool_stub *ool_stubs;
55 unsigned int ool_stub_count;
56 unsigned int ool_stub_index;