Symbol: Elf32_Shdr
arch/arc/kernel/module.c
45
int apply_relocate_add(Elf32_Shdr *sechdrs,
arch/arm/kernel/module-plts.c
214
Elf32_Shdr *s, *sechdrs_end = sechdrs + ehdr->e_shnum;
arch/arm/kernel/module-plts.c
242
Elf32_Shdr *dstsec = sechdrs + s->sh_info;
arch/arm/kernel/module.c
76
apply_relocate(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex,
arch/arm/kernel/module.c
79
Elf32_Shdr *symsec = sechdrs + symindex;
arch/arm/kernel/module.c
80
Elf32_Shdr *relsec = sechdrs + relindex;
arch/arm/kernel/module.c
81
Elf32_Shdr *dstsec = sechdrs + relsec->sh_info;
arch/arm/kernel/vdso.c
92
Elf32_Shdr *sechdrs;
arch/csky/kernel/module.c
49
int apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab,
arch/m68k/kernel/module.c
22
int apply_relocate(Elf32_Shdr *sechdrs,
arch/m68k/kernel/module.c
62
int apply_relocate_add(Elf32_Shdr *sechdrs,
arch/microblaze/kernel/module.c
18
int apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab,
arch/mips/boot/elf2ecoff.c
203
static void convert_elf_shdrs(Elf32_Shdr * s, int num)
arch/mips/boot/elf2ecoff.c
272
Elf32_Shdr *sh;
arch/mips/boot/elf2ecoff.c
335
sh = (Elf32_Shdr *) saveRead(infile, ex.e_shoff,
arch/mips/boot/elf2ecoff.c
336
ex.e_shnum * sizeof(Elf32_Shdr),
arch/mips/include/asm/module.h
39
#define Elf_Shdr Elf32_Shdr
arch/mips/kernel/vpe.c
425
static int apply_relocations(Elf32_Shdr *sechdrs,
arch/nios2/kernel/module.c
23
int apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab,
arch/openrisc/kernel/module.c
16
int apply_relocate_add(Elf32_Shdr *sechdrs,
arch/powerpc/kernel/module_32.c
121
Elf32_Shdr *sechdrs,
arch/powerpc/kernel/module_32.c
159
const Elf32_Shdr *sechdrs,
arch/powerpc/kernel/module_32.c
196
int apply_relocate_add(Elf32_Shdr *sechdrs,
arch/powerpc/kernel/module_32.c
74
const Elf32_Shdr *sechdrs,
arch/sh/kernel/module.c
24
int apply_relocate_add(Elf32_Shdr *sechdrs,
arch/sparc/vdso/vma.c
140
Elf32_Shdr *shdrs;
arch/x86/kernel/module.c
41
int apply_relocate(Elf32_Shdr *sechdrs,
arch/xtensa/kernel/module.c
47
int apply_relocate_add(Elf32_Shdr *sechdrs,
include/asm-generic/module.h
29
#define Elf_Shdr Elf32_Shdr
scripts/elf-parse.c
116
elf_parser.r2(&ehdr->e32.e_shentsize) != sizeof(Elf32_Shdr)) {
scripts/elf-parse.h
16
Elf32_Shdr e32;
scripts/insert-sys-cert.c
40
#define Elf_Shdr Elf32_Shdr
scripts/mod/modpost.h
28
#define Elf_Shdr Elf32_Shdr
scripts/recordmcount.c
617
|| w2(ehdr->e_shentsize) != sizeof(Elf32_Shdr)) {
scripts/recordmcount.h
118
# define Elf_Shdr Elf32_Shdr
scripts/sorttable.c
934
elf_parser.r2(&ehdr->e32.e_shentsize) != sizeof(Elf32_Shdr)) {
tools/perf/util/genelf.h
79
#define Elf_Shdr Elf32_Shdr