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