Symbol: Elf32_Ehdr
arch/arc/kernel/module.c
132
int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs,
arch/arm/kernel/module.c
398
static const Elf_Shdr *find_mod_section(const Elf32_Ehdr *hdr,
arch/arm/kernel/module.c
414
int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs,
arch/arm/kernel/vdso.c
51
Elf32_Ehdr *hdr; /* ptr to ELF */
arch/arm/kernel/vdso.c
89
static void * __init find_section(Elf32_Ehdr *ehdr, const char *name,
arch/arm/vdso/vdsomunge.c
118
const Elf32_Ehdr *inhdr;
arch/arm/vdso/vdsomunge.c
196
Elf32_Ehdr *outhdr;
arch/microblaze/kernel/module.c
91
int module_finalize(const Elf32_Ehdr *hdr, const Elf_Shdr *sechdrs,
arch/mips/boot/elf2ecoff.c
169
static void convert_elf_hdr(Elf32_Ehdr * e)
arch/mips/boot/elf2ecoff.c
270
Elf32_Ehdr ex;
arch/mips/include/asm/module.h
41
#define Elf_Ehdr Elf32_Ehdr
arch/mips/tools/elf-entry.c
38
Elf32_Ehdr ehdr32;
arch/mips/vdso/genvdso.c
113
const Elf32_Ehdr *ehdr;
arch/parisc/boot/compressed/misc.c
239
Elf32_Ehdr ehdr;
arch/powerpc/boot/elf_util.c
52
Elf32_Ehdr *elf32 = hdr;
arch/powerpc/kernel/module_32.c
120
int module_frob_arch_sections(Elf32_Ehdr *hdr,
arch/powerpc/kernel/module_32.c
73
static unsigned long get_plt_size(const Elf32_Ehdr *hdr,
arch/powerpc/kernel/prom_init.c
1139
Elf32_Ehdr elfhdr;
arch/riscv/include/asm/elf.h
40
extern bool compat_elf_check_arch(Elf32_Ehdr *hdr);
arch/riscv/kernel/process.c
119
bool compat_elf_check_arch(Elf32_Ehdr *hdr)
arch/sparc/vdso/vma.c
46
Elf32_Ehdr *hdr;
arch/x86/boot/compressed/misc.c
287
Elf32_Ehdr ehdr;
fs/proc/vmcore.c
1029
static int __init copy_notes_elf32(const Elf32_Ehdr *ehdr_ptr, char *notes_buf)
fs/proc/vmcore.c
1057
Elf32_Ehdr *ehdr_ptr;
fs/proc/vmcore.c
1061
ehdr_ptr = (Elf32_Ehdr *)elfptr;
fs/proc/vmcore.c
1083
note_off = sizeof(Elf32_Ehdr) +
fs/proc/vmcore.c
1091
tmp = elfptr + sizeof(Elf32_Ehdr);
fs/proc/vmcore.c
1098
memmove(tmp, tmp+i, ((*elfsz)-sizeof(Elf32_Ehdr)-sizeof(Elf32_Phdr)));
fs/proc/vmcore.c
1158
Elf32_Ehdr *ehdr_ptr;
fs/proc/vmcore.c
1162
ehdr_ptr = (Elf32_Ehdr *)elfptr;
fs/proc/vmcore.c
1163
phdr_ptr = (Elf32_Phdr*)(elfptr + sizeof(Elf32_Ehdr)); /* PT_NOTE hdr */
fs/proc/vmcore.c
1272
Elf32_Ehdr ehdr;
fs/proc/vmcore.c
1278
rc = elfcorehdr_read((char *)&ehdr, sizeof(Elf32_Ehdr), &addr);
fs/proc/vmcore.c
1289
ehdr.e_ehsize != sizeof(Elf32_Ehdr) ||
fs/proc/vmcore.c
1297
elfcorebuf_sz_orig = sizeof(Elf32_Ehdr) + ehdr.e_phnum * sizeof(Elf32_Phdr);
fs/proc/vmcore.c
1422
Elf32_Ehdr *ehdr = (Elf32_Ehdr *)elfptr;
fs/proc/vmcore.c
1423
Elf32_Phdr *phdr = (Elf32_Phdr *)(elfptr + sizeof(Elf32_Ehdr));
fs/proc/vmcore.c
931
static int __init update_note_header_size_elf32(const Elf32_Ehdr *ehdr_ptr)
fs/proc/vmcore.c
994
static int __init get_note_number_and_size_elf32(const Elf32_Ehdr *ehdr_ptr,
include/asm-generic/module.h
33
#define Elf_Ehdr Elf32_Ehdr
lib/buildid.c
208
const Elf32_Ehdr *ehdr;
lib/buildid.c
212
ehdr = freader_fetch(r, 0, sizeof(Elf32_Ehdr));
lib/buildid.c
285
const Elf32_Ehdr *ehdr;
lib/buildid.c
293
ehdr = freader_fetch(&r, 0, offsetofend(Elf32_Ehdr, e_type));
scripts/elf-parse.c
115
if (elf_parser.r2(&ehdr->e32.e_ehsize) != sizeof(Elf32_Ehdr) ||
scripts/elf-parse.h
11
Elf32_Ehdr e32;
scripts/insert-sys-cert.c
39
#define Elf_Ehdr Elf32_Ehdr
scripts/mod/modpost.h
27
#define Elf_Ehdr Elf32_Ehdr
scripts/recordmcount.c
514
Elf32_Ehdr *ehdr;
scripts/recordmcount.c
616
if (w2(ehdr->e_ehsize) != sizeof(Elf32_Ehdr)
scripts/recordmcount.h
117
# define Elf_Ehdr Elf32_Ehdr
scripts/sorttable.c
933
if (elf_parser.r2(&ehdr->e32.e_ehsize) != sizeof(Elf32_Ehdr) ||
sound/soc/codecs/rt5677.c
814
Elf32_Ehdr *elf_hdr;
sound/soc/codecs/rt5677.c
819
if (!buf || (len < sizeof(Elf32_Ehdr)))
sound/soc/codecs/rt5677.c
822
elf_hdr = (Elf32_Ehdr *)buf;
sound/soc/codecs/rt5677.c
828
if (elf_hdr->e_ehsize != sizeof(Elf32_Ehdr))
tools/perf/util/dso.c
1234
_Static_assert(offsetof(Elf32_Ehdr, e_ident) == 0, "Unexpected offset");
tools/perf/util/dso.c
1261
_Static_assert(offsetof(Elf32_Ehdr, e_machine) == 18, "Unexpected offset");
tools/perf/util/dso.c
1280
? offsetof(Elf32_Ehdr, e_flags)
tools/perf/util/genelf.h
77
#define Elf_Ehdr Elf32_Ehdr
tools/perf/util/symbol-elf.c
2026
ehdr->e_phoff = sizeof(Elf32_Ehdr);
tools/perf/util/symbol-elf.c
2027
ehdr->e_ehsize = sizeof(Elf32_Ehdr);
tools/perf/util/symbol-minimal.c
94
Elf32_Ehdr ehdr32;