/linux-4.4.14/arch/parisc/include/asm/ |
D | module.h | 12 struct mod_arch_specific struct 14 unsigned long got_offset, got_count, got_max; 15 unsigned long fdesc_offset, fdesc_count, fdesc_max; 16 struct { 19 } *section; 20 int unwind_section; 21 struct unwind_table *unwind;
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | module.h | 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 */ 21 unsigned long gp; /* global-pointer for module */ 23 void *core_unw_table; /* core unwind-table cookie returned by unwinder */ 24 void *init_unw_table; /* init unwind-table cookie returned by unwinder */ 25 unsigned int next_got_entry; /* index of next available got entry */
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | module.h | 12 struct mod_arch_specific { struct 13 Elf_Shdr *text_l1; 14 Elf_Shdr *data_a_l1; 15 Elf_Shdr *bss_a_l1; 16 Elf_Shdr *data_b_l1; 17 Elf_Shdr *bss_b_l1; 18 Elf_Shdr *text_l2; 19 Elf_Shdr *data_l2; 20 Elf_Shdr *bss_l2;
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | module.h | 34 struct mod_arch_specific { struct 36 unsigned int stubs_section; /* Index of stubs section in module */ 37 unsigned int toc_section; /* What section is the TOC? */ 38 bool toc_fixed; /* Have we fixed up .TOC.? */ 40 unsigned long toc; 41 unsigned long tramp; 54 struct list_head bug_list; 55 struct bug_entry *bug_table; 56 unsigned int num_bugs;
|
/linux-4.4.14/arch/s390/include/asm/ |
D | module.h | 18 struct mod_arch_specific struct 21 unsigned long got_offset; 23 unsigned long plt_offset; 25 unsigned long got_size; 27 unsigned long plt_size; 29 int nsyms; 31 struct mod_arch_syminfo *syminfo;
|
/linux-4.4.14/arch/arm/include/asm/ |
D | module.h | 21 struct mod_arch_specific { struct 23 struct unwind_table *unwind[ARM_SEC_MAX]; 26 struct elf32_shdr *core_plt; 27 struct elf32_shdr *init_plt; 28 int core_plt_count; 29 int init_plt_count;
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | module.h | 11 struct mod_arch_specific { struct 13 unsigned long got_offset; 15 unsigned long got_size; 17 int nsyms; 19 struct mod_arch_syminfo *syminfo;
|
/linux-4.4.14/arch/score/include/asm/ |
D | module.h | 8 struct mod_arch_specific { struct 10 struct list_head dbe_list; 11 const struct exception_table_entry *dbe_start; 12 const struct exception_table_entry *dbe_end;
|
/linux-4.4.14/arch/arc/include/asm/ |
D | module.h | 18 struct mod_arch_specific { struct 19 void *unw_info; 20 int unw_sec_idx;
|
/linux-4.4.14/arch/metag/include/asm/ |
D | module.h | 11 struct mod_arch_specific { struct 13 unsigned int core_plt_section, init_plt_section;
|
/linux-4.4.14/arch/sh/include/asm/ |
D | module.h | 7 struct mod_arch_specific { struct 8 struct list_head fde_list; 9 struct list_head cie_list;
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | module.h | 16 struct mod_arch_specific { struct 17 struct m68k_fixup_info *fixup_start, *fixup_end;
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | module.h | 6 struct mod_arch_specific struct 8 unsigned int gotsecindex;
|
/linux-4.4.14/arch/mips/include/asm/ |
D | module.h | 8 struct mod_arch_specific { struct 10 struct list_head dbe_list; 11 const struct exception_table_entry *dbe_start; 12 const struct exception_table_entry *dbe_end; 13 struct mips_hi16 *r_mips_hi16_list;
|
/linux-4.4.14/arch/x86/um/asm/ |
D | module.h | 5 struct mod_arch_specific struct
|
/linux-4.4.14/include/asm-generic/ |
D | module.h | 9 struct mod_arch_specific struct
|