/linux-6.12.1/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() 196 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add()
|
/linux-6.12.1/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-6.12.1/arch/arm/kernel/ |
D | module.c | 76 apply_relocate(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, in apply_relocate() 79 Elf32_Shdr *symsec = sechdrs + symindex; in apply_relocate() 80 Elf32_Shdr *relsec = sechdrs + relindex; in apply_relocate() 81 Elf32_Shdr *dstsec = sechdrs + relsec->sh_info; in apply_relocate()
|
D | module-plts.c | 214 Elf32_Shdr *s, *sechdrs_end = sechdrs + ehdr->e_shnum; in module_frob_arch_sections() 242 Elf32_Shdr *dstsec = sechdrs + s->sh_info; in module_frob_arch_sections()
|
D | vdso.c | 103 Elf32_Shdr *sechdrs; in find_section()
|
/linux-6.12.1/arch/x86/um/asm/ |
D | module.h | 12 #define Elf_Shdr Elf32_Shdr
|
/linux-6.12.1/include/asm-generic/ |
D | module.h | 33 #define Elf_Shdr Elf32_Shdr
|
/linux-6.12.1/arch/microblaze/kernel/ |
D | module.c | 18 int apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, in apply_relocate_add()
|
/linux-6.12.1/arch/openrisc/kernel/ |
D | module.c | 16 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add()
|
/linux-6.12.1/arch/mips/include/asm/ |
D | module.h | 39 #define Elf_Shdr Elf32_Shdr
|
/linux-6.12.1/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-6.12.1/arch/sh/kernel/ |
D | module.c | 24 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add()
|
/linux-6.12.1/arch/csky/kernel/ |
D | module.c | 49 int apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, in apply_relocate_add()
|
/linux-6.12.1/arch/nios2/kernel/ |
D | module.c | 23 int apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, in apply_relocate_add()
|
/linux-6.12.1/tools/perf/util/ |
D | genelf.h | 79 #define Elf_Shdr Elf32_Shdr
|
/linux-6.12.1/arch/xtensa/kernel/ |
D | module.c | 47 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add()
|
/linux-6.12.1/arch/arc/kernel/ |
D | module.c | 45 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add()
|
/linux-6.12.1/scripts/mod/ |
D | modpost.h | 28 #define Elf_Shdr Elf32_Shdr
|
/linux-6.12.1/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 | sorttable.h | 77 # define Elf_Shdr Elf32_Shdr
|
D | recordmcount.c | 617 || w2(ehdr->e_shentsize) != sizeof(Elf32_Shdr)) { in do_file()
|
/linux-6.12.1/include/uapi/linux/ |
D | elf.h | 319 } Elf32_Shdr; typedef
|
/linux-6.12.1/arch/x86/kernel/ |
D | module.c | 40 int apply_relocate(Elf32_Shdr *sechdrs, in apply_relocate()
|
/linux-6.12.1/arch/sparc/vdso/ |
D | vma.c | 140 Elf32_Shdr *shdrs; in one_section32()
|