Home
last modified time | relevance | path

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

/linux/arch/m68k/kernel/
H A Dmodule.c22 int apply_relocate(Elf32_Shdr *sechdrs, in apply_relocate()
62 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add()
/linux/arch/arm/kernel/
H A Dmodule.c76 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()
H A Dmodule-plts.c214 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()
/linux/arch/x86/um/asm/
H A Dmodule.h12 #define Elf_Shdr Elf32_Shdr
/linux/include/asm-generic/
H A Dmodule.h33 #define Elf_Shdr Elf32_Shdr
/linux/arch/mips/boot/
H A 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/arch/openrisc/kernel/
H A Dmodule.c16 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add()
/linux/arch/microblaze/kernel/
H A Dmodule.c18 int apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, in apply_relocate_add()
/linux/arch/mips/include/asm/
H A Dmodule.h39 #define Elf_Shdr Elf32_Shdr
/linux/arch/sh/kernel/
H A Dmodule.c24 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add()
/linux/arch/csky/kernel/
H A Dmodule.c49 int apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, in apply_relocate_add()
/linux/arch/nios2/kernel/
H A Dmodule.c23 int apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, in apply_relocate_add()
/linux/arch/xtensa/kernel/
H A Dmodule.c47 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add()
/linux/arch/arc/kernel/
H A Dmodule.c45 int apply_relocate_add(Elf32_Shdr *sechdrs, in apply_relocate_add()
/linux/scripts/mod/
H A Dmodpost.h28 #define Elf_Shdr Elf32_Shdr
/linux/scripts/
H A Dsorttable.c73 Elf32_Shdr e32;
942 r2(&ehdr->e32.e_shentsize) != sizeof(Elf32_Shdr)) {
H A Dinsert-sys-cert.c40 #define Elf_Shdr Elf32_Shdr
H A Drecordmcount.c617 || w2(ehdr->e_shentsize) != sizeof(Elf32_Shdr)) { in do_file()
H A Drecordmcount.h118 # define Elf_Shdr Elf32_Shdr
/linux/include/uapi/linux/
H A Delf.h319 } Elf32_Shdr; typedef
/linux/arch/mips/kernel/
H A Dvpe.c424 static int apply_relocations(Elf32_Shdr *sechdrs, in apply_relocations()