Lines Matching defs:mod_arch_specific
13 struct mod_arch_specific { struct
14 struct elf64_shdr *core_plt; /* core PLT section */
15 struct elf64_shdr *init_plt; /* init PLT section */
16 struct elf64_shdr *got; /* global offset table */
17 struct elf64_shdr *opd; /* official procedure descriptors */
18 struct elf64_shdr *unwind; /* unwind-table section */
20 struct elf64_shdr *paravirt_bundles;
22 struct elf64_shdr *paravirt_insts;
25 unsigned long gp; /* global-pointer for module */
27 void *core_unw_table; /* core unwind-table cookie returned by unwinder */
28 void *init_unw_table; /* init unwind-table cookie returned by unwinder */
29 unsigned int next_got_entry; /* index of next available got entry */