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.? */
40 unsigned long start_opd;
41 unsigned long end_opd;
50 unsigned long tramp;
51 unsigned long tramp_regs;
53 struct ftrace_ool_stub *ool_stubs;
54 unsigned int ool_stub_count;
55 unsigned int ool_stub_index;