Searched defs:mod_arch_specific (Results 1 – 15 of 15) sorted by relevance
16 struct mod_arch_specific { struct18 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 */29 void *opd_addr; /* symbolize uses .opd to get to actual function */[all …]
13 struct mod_arch_specific struct15 unsigned long got_offset, got_count, got_max;16 unsigned long fdesc_offset, fdesc_count, fdesc_max;17 struct {20 } *section;21 int unwind_section;22 struct unwind_table *unwind;
27 struct mod_arch_specific { struct29 unsigned int stubs_section; /* Index of stubs section in module */30 unsigned int toc_section; /* What section is the TOC? */31 bool toc_fixed; /* Have we fixed up .TOC.? */34 unsigned long start_opd;35 unsigned long end_opd;43 unsigned long tramp;45 unsigned long tramp_regs;50 struct list_head bug_list;51 struct bug_entry *bug_table;[all …]
18 struct mod_arch_specific { struct20 unsigned long got_offset;22 unsigned long plt_offset;24 unsigned long got_size;26 unsigned long plt_size;28 int nsyms;30 struct mod_arch_syminfo *syminfo;33 struct ftrace_hotpatch_trampoline *trampolines_start;35 struct ftrace_hotpatch_trampoline *trampolines_end;37 struct ftrace_hotpatch_trampoline *next_trampoline;
8 struct mod_arch_specific { struct10 unsigned int num_orcs;11 int *orc_unwind_ip;12 struct orc_entry *orc_unwind;
13 struct mod_arch_specific { struct15 void *unw_info;16 int unw_sec_idx;18 const char *secstr;
8 struct mod_arch_specific { struct9 struct list_head fde_list;10 struct list_head cie_list;
17 struct mod_arch_specific { struct18 struct mod_plt_sec core;19 struct mod_plt_sec init;22 struct plt_entry *ftrace_trampolines;
37 struct mod_arch_specific { struct39 struct unwind_table *unwind[ARM_SEC_MAX];42 struct mod_plt_sec core;43 struct mod_plt_sec init;
17 struct mod_arch_specific { struct18 struct m68k_fixup_info *fixup_start, *fixup_end;
9 struct mod_arch_specific { struct11 struct list_head dbe_list;12 const struct exception_table_entry *dbe_start;13 const struct exception_table_entry *dbe_end;14 struct mips_hi16 *r_mips_hi16_list;
20 struct mod_arch_specific { struct21 struct mod_section got;22 struct mod_section plt;23 struct mod_section got_plt;
7 struct mod_arch_specific struct9 unsigned int gotsecindex;
6 struct mod_arch_specific struct
10 struct mod_arch_specific struct
Completed in 14 milliseconds