/linux-5.19.10/arch/powerpc/kernel/ |
D | module_32.c | 74 const Elf32_Shdr *sechdrs, in get_plt_size() 121 Elf32_Shdr *sechdrs, in module_frob_arch_sections() 159 const Elf32_Shdr *sechdrs, in do_plt_call() 197 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add()
|
/linux-5.19.10/arch/m68k/kernel/ |
D | module.c | 22 int apply_relocate(Elf32_Shdr *sechdrs, in apply_relocate() 62 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add()
|
/linux-5.19.10/arch/x86/um/asm/ |
D | module.h | 12 #define Elf_Shdr Elf32_Shdr
|
/linux-5.19.10/arch/arm/kernel/ |
D | module.c | 110 apply_relocate(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, in apply_relocate() 113 Elf32_Shdr *symsec = sechdrs + symindex; in apply_relocate() 114 Elf32_Shdr *relsec = sechdrs + relindex; in apply_relocate() 115 Elf32_Shdr *dstsec = sechdrs + relsec->sh_info; in apply_relocate()
|
D | module-plts.c | 219 Elf32_Shdr *s, *sechdrs_end = sechdrs + ehdr->e_shnum; in module_frob_arch_sections() 247 Elf32_Shdr *dstsec = sechdrs + s->sh_info; in module_frob_arch_sections()
|
D | vdso.c | 107 Elf32_Shdr *sechdrs; in find_section()
|
/linux-5.19.10/include/asm-generic/ |
D | module.h | 33 #define Elf_Shdr Elf32_Shdr
|
/linux-5.19.10/arch/openrisc/kernel/ |
D | module.c | 16 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add()
|
/linux-5.19.10/arch/microblaze/kernel/ |
D | module.c | 18 int apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, in apply_relocate_add()
|
/linux-5.19.10/arch/mips/include/asm/ |
D | module.h | 39 #define Elf_Shdr Elf32_Shdr
|
/linux-5.19.10/arch/sh/kernel/ |
D | module.c | 24 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add()
|
/linux-5.19.10/arch/mips/boot/ |
D | elf2ecoff.c | 203 static void convert_elf_shdrs(Elf32_Shdr * s, int num) in convert_elf_shdrs() 272 Elf32_Shdr *sh; in main() 335 sh = (Elf32_Shdr *) saveRead(infile, ex.e_shoff, in main() 336 ex.e_shnum * sizeof(Elf32_Shdr), in main()
|
/linux-5.19.10/tools/perf/util/ |
D | genelf.h | 67 #define Elf_Shdr Elf32_Shdr
|
/linux-5.19.10/arch/csky/kernel/ |
D | module.c | 49 int apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, in apply_relocate_add()
|
/linux-5.19.10/arch/nios2/kernel/ |
D | module.c | 43 int apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, in apply_relocate_add()
|
/linux-5.19.10/arch/xtensa/kernel/ |
D | module.c | 47 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add()
|
/linux-5.19.10/arch/arc/kernel/ |
D | module.c | 45 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add()
|
/linux-5.19.10/scripts/mod/ |
D | modpost.h | 26 #define Elf_Shdr Elf32_Shdr
|
/linux-5.19.10/scripts/ |
D | sorttable.c | 334 r2(&ehdr->e_shentsize) != sizeof(Elf32_Shdr)) { in do_file()
|
D | insert-sys-cert.c | 40 #define Elf_Shdr Elf32_Shdr
|
D | recordmcount.c | 583 || w2(ehdr->e_shentsize) != sizeof(Elf32_Shdr)) { in do_file()
|
D | sorttable.h | 77 # define Elf_Shdr Elf32_Shdr
|
/linux-5.19.10/include/uapi/linux/ |
D | elf.h | 319 } Elf32_Shdr; typedef
|
/linux-5.19.10/arch/x86/kernel/ |
D | module.c | 90 int apply_relocate(Elf32_Shdr *sechdrs, in apply_relocate()
|
/linux-5.19.10/arch/sparc/vdso/ |
D | vma.c | 140 Elf32_Shdr *shdrs; in one_section32()
|