Lines Matching defs:mod_arch_specific
16 struct mod_arch_specific { struct
18 struct elf64_shdr *core_plt; /* core PLT section */
19 struct elf64_shdr *init_plt; /* init PLT section */
20 struct elf64_shdr *got; /* global offset table */
21 struct elf64_shdr *opd; /* official procedure descriptors */
22 struct elf64_shdr *unwind; /* unwind-table section */
23 unsigned long gp; /* global-pointer for module */
24 unsigned int next_got_entry; /* index of next available got entry */
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 void *opd_addr; /* symbolize uses .opd to get to actual function */
30 unsigned long opd_size;