Searched refs:Elf32_Shdr (Results 1 - 25 of 27) sorted by relevance

12

/linux-master/arch/x86/um/asm/
H A Dmodule.h12 #define Elf_Shdr Elf32_Shdr
/linux-master/include/asm-generic/
H A Dmodule.h33 #define Elf_Shdr Elf32_Shdr
/linux-master/arch/m68k/kernel/
H A Dmodule.c22 int apply_relocate(Elf32_Shdr *sechdrs,
62 int apply_relocate_add(Elf32_Shdr *sechdrs,
/linux-master/arch/openrisc/kernel/
H A Dmodule.c16 int apply_relocate_add(Elf32_Shdr *sechdrs,
/linux-master/arch/mips/include/asm/
H A Dmodule.h39 #define Elf_Shdr Elf32_Shdr
/linux-master/arch/microblaze/kernel/
H A Dmodule.c18 int apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab,
/linux-master/arch/powerpc/kernel/
H A Dmodule_32.c74 const Elf32_Shdr *sechdrs,
121 Elf32_Shdr *sechdrs,
159 const Elf32_Shdr *sechdrs,
196 int apply_relocate_add(Elf32_Shdr *sechdrs,
/linux-master/tools/perf/util/
H A Dgenelf.h76 #define Elf_Shdr Elf32_Shdr
/linux-master/arch/sh/kernel/
H A Dmodule.c24 int apply_relocate_add(Elf32_Shdr *sechdrs,
/linux-master/arch/nios2/kernel/
H A Dmodule.c43 int apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab,
/linux-master/arch/arm/kernel/
H A Dmodule.c110 apply_relocate(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex,
113 Elf32_Shdr *symsec = sechdrs + symindex;
114 Elf32_Shdr *relsec = sechdrs + relindex;
115 Elf32_Shdr *dstsec = sechdrs + relsec->sh_info;
H A Dmodule-plts.c214 Elf32_Shdr *s, *sechdrs_end = sechdrs + ehdr->e_shnum;
242 Elf32_Shdr *dstsec = sechdrs + s->sh_info;
H A Dvdso.c103 Elf32_Shdr *sechdrs;
/linux-master/arch/csky/kernel/
H A Dmodule.c49 int apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab,
/linux-master/arch/xtensa/kernel/
H A Dmodule.c47 int apply_relocate_add(Elf32_Shdr *sechdrs,
/linux-master/arch/arc/kernel/
H A Dmodule.c45 int apply_relocate_add(Elf32_Shdr *sechdrs,
/linux-master/arch/mips/boot/
H A Delf2ecoff.c203 static void convert_elf_shdrs(Elf32_Shdr * s, int num)
272 Elf32_Shdr *sh;
335 sh = (Elf32_Shdr *) saveRead(infile, ex.e_shoff,
336 ex.e_shnum * sizeof(Elf32_Shdr),
/linux-master/scripts/mod/
H A Dmodpost.h28 #define Elf_Shdr Elf32_Shdr
/linux-master/scripts/
H A Dsorttable.c334 r2(&ehdr->e_shentsize) != sizeof(Elf32_Shdr)) {
H A Dinsert-sys-cert.c40 #define Elf_Shdr Elf32_Shdr
H A Dsorttable.h77 # define Elf_Shdr Elf32_Shdr
H A Drecordmcount.h118 # define Elf_Shdr Elf32_Shdr
/linux-master/arch/x86/kernel/
H A Dmodule.c91 int apply_relocate(Elf32_Shdr *sechdrs,
/linux-master/include/uapi/linux/
H A Delf.h319 } Elf32_Shdr; typedef in typeref:struct:elf32_shdr
/linux-master/arch/sparc/vdso/
H A Dvma.c140 Elf32_Shdr *shdrs;

Completed in 260 milliseconds

12