Home
last modified time | relevance | path

Searched refs:Elf32_Shdr (Results 1 – 25 of 33) sorted by relevance

12

/Linux-v5.4/arch/unicore32/kernel/
Dmodule.c30 apply_relocate(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, in apply_relocate()
33 Elf32_Shdr *symsec = sechdrs + symindex; in apply_relocate()
34 Elf32_Shdr *relsec = sechdrs + relindex; in apply_relocate()
35 Elf32_Shdr *dstsec = sechdrs + relsec->sh_info; in apply_relocate()
/Linux-v5.4/arch/nds32/kernel/
Dmodule.c113 apply_relocate_add(Elf32_Shdr * sechdrs, const char *strtab, in apply_relocate_add()
117 Elf32_Shdr *symsec = sechdrs + symindex; in apply_relocate_add()
118 Elf32_Shdr *relsec = sechdrs + relindex; in apply_relocate_add()
119 Elf32_Shdr *dstsec = sechdrs + relsec->sh_info; in apply_relocate_add()
/Linux-v5.4/arch/powerpc/kernel/
Dmodule_32.c88 const Elf32_Shdr *sechdrs, in get_plt_size()
135 Elf32_Shdr *sechdrs, in module_frob_arch_sections()
174 const Elf32_Shdr *sechdrs, in do_plt_call()
208 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add()
/Linux-v5.4/arch/arm/kernel/
Dmodule.c66 apply_relocate(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, in apply_relocate()
69 Elf32_Shdr *symsec = sechdrs + symindex; in apply_relocate()
70 Elf32_Shdr *relsec = sechdrs + relindex; in apply_relocate()
71 Elf32_Shdr *dstsec = sechdrs + relsec->sh_info; in apply_relocate()
Dmodule-plts.c193 Elf32_Shdr *s, *sechdrs_end = sechdrs + ehdr->e_shnum; in module_frob_arch_sections()
221 Elf32_Shdr *dstsec = sechdrs + s->sh_info; in module_frob_arch_sections()
Dvdso.c112 Elf32_Shdr *sechdrs; in find_section()
/Linux-v5.4/arch/m68k/kernel/
Dmodule.c22 int apply_relocate(Elf32_Shdr *sechdrs, in apply_relocate()
62 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add()
/Linux-v5.4/arch/x86/um/asm/
Dmodule.h12 #define Elf_Shdr Elf32_Shdr
/Linux-v5.4/include/asm-generic/
Dmodule.h33 #define Elf_Shdr Elf32_Shdr
/Linux-v5.4/arch/powerpc/oprofile/cell/
Dvma_map.c111 Elf32_Shdr __user *shdr_start; in create_vma_map()
114 Elf32_Shdr shdr, shdr_str; in create_vma_map()
/Linux-v5.4/arch/openrisc/kernel/
Dmodule.c16 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add()
/Linux-v5.4/arch/h8300/kernel/
Dmodule.c9 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add()
/Linux-v5.4/tools/perf/util/
Dgenelf.h64 #define Elf_Shdr Elf32_Shdr
/Linux-v5.4/arch/microblaze/kernel/
Dmodule.c18 int apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, in apply_relocate_add()
/Linux-v5.4/arch/mips/boot/
Delf2ecoff.c203 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-v5.4/arch/sh/kernel/
Dmodule.c24 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add()
/Linux-v5.4/arch/csky/kernel/
Dmodule.c50 int apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, in apply_relocate_add()
/Linux-v5.4/arch/nios2/kernel/
Dmodule.c44 int apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, in apply_relocate_add()
/Linux-v5.4/arch/c6x/kernel/
Dmodule.c41 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add()
/Linux-v5.4/arch/xtensa/kernel/
Dmodule.c47 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add()
/Linux-v5.4/arch/arc/kernel/
Dmodule.c45 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add()
/Linux-v5.4/arch/mips/include/asm/
Dmodule.h39 #define Elf_Shdr Elf32_Shdr
/Linux-v5.4/scripts/mod/
Dmodpost.h24 #define Elf_Shdr Elf32_Shdr
/Linux-v5.4/scripts/
Dsortextable.h61 # define Elf_Shdr Elf32_Shdr
/Linux-v5.4/arch/x86/kernel/
Dmodule.c89 int apply_relocate(Elf32_Shdr *sechdrs, in apply_relocate()

12