Symbol: EI_NIDENT
arch/mips/boot/tools/relocs_main.c
35
unsigned char e_ident[EI_NIDENT];
arch/mips/boot/tools/relocs_main.c
75
if (fread(&e_ident, 1, EI_NIDENT, fp) != EI_NIDENT)
arch/powerpc/boot/elf.h
56
unsigned char e_ident[EI_NIDENT];
arch/powerpc/kernel/fadump.c
935
memset(elf->e_ident+EI_PAD, 0, EI_NIDENT-EI_PAD);
arch/powerpc/platforms/powernv/opal-core.c
364
memset(elf->e_ident+EI_PAD, 0, EI_NIDENT-EI_PAD);
arch/s390/kernel/crash_dump.c
455
memset(ehdr->e_ident + EI_PAD, 0, EI_NIDENT - EI_PAD);
arch/s390/tools/relocs.c
363
unsigned char e_ident[EI_NIDENT];
arch/s390/tools/relocs.c
378
if (fread(&e_ident, 1, EI_NIDENT, fp) != EI_NIDENT)
arch/x86/tools/relocs_common.c
26
unsigned char e_ident[EI_NIDENT];
arch/x86/tools/relocs_common.c
71
if (fread(&e_ident, 1, EI_NIDENT, fp) != EI_NIDENT) {
fs/binfmt_elf_fdpic.c
1253
memset(elf->e_ident+EI_PAD, 0, EI_NIDENT-EI_PAD);
fs/proc/vmcore.c
1326
unsigned char e_ident[EI_NIDENT];
fs/proc/vmcore.c
1331
rc = elfcorehdr_read(e_ident, EI_NIDENT, &addr);
include/uapi/linux/elf.h
218
unsigned char e_ident[EI_NIDENT];
include/uapi/linux/elf.h
235
unsigned char e_ident[EI_NIDENT]; /* ELF "magic number" */
kernel/crash_core.c
214
memset(ehdr->e_ident + EI_PAD, 0, EI_NIDENT - EI_PAD);
scripts/mod/mk_elfconfig.c
10
unsigned char ei[EI_NIDENT];
scripts/mod/mk_elfconfig.c
12
if (fread(ei, 1, EI_NIDENT, stdin) != EI_NIDENT) {
tools/include/uapi/linux/elf.h
218
unsigned char e_ident[EI_NIDENT];
tools/include/uapi/linux/elf.h
235
unsigned char e_ident[EI_NIDENT]; /* ELF "magic number" */
tools/perf/util/dso.c
1226
unsigned char e_ident[EI_NIDENT];
tools/perf/util/symbol-elf.c
2013
memcpy(ehdr->e_ident, kehdr->e_ident, EI_NIDENT);
tools/perf/util/symbol-minimal.c
116
if (read(fd, hdrs.ehdr32.e_ident, EI_NIDENT) != EI_NIDENT)
tools/perf/util/symbol-minimal.c
125
ehdr_size = (elf32 ? sizeof(hdrs.ehdr32) : sizeof(hdrs.ehdr64)) - EI_NIDENT;
tools/perf/util/symbol-minimal.c
128
(elf32 ? (void *)&hdrs.ehdr32 : (void *)&hdrs.ehdr64) + EI_NIDENT,
tools/perf/util/symbol-minimal.c
285
u8 e_ident[EI_NIDENT];
tools/testing/selftests/kvm/lib/elf.c
33
unsigned char ident[EI_NIDENT];