Searched refs:EI_NIDENT (Results 1 – 14 of 14) sorted by relevance
| /linux/scripts/mod/ |
| H A D | mk_elfconfig.c | 10 unsigned char ei[EI_NIDENT]; in main() 12 if (fread(ei, 1, EI_NIDENT, stdin) != EI_NIDENT) { in main()
|
| /linux/arch/mips/boot/tools/ |
| H A D | relocs_main.c | 35 unsigned char e_ident[EI_NIDENT]; in main() 75 if (fread(&e_ident, 1, EI_NIDENT, fp) != EI_NIDENT) in main()
|
| /linux/arch/x86/tools/ |
| H A D | relocs_common.c | 26 unsigned char e_ident[EI_NIDENT]; in main() 71 if (fread(&e_ident, 1, EI_NIDENT, fp) != EI_NIDENT) { in main()
|
| /linux/tools/perf/util/ |
| H A D | symbol-minimal.c | 116 if (read(fd, hdrs.ehdr32.e_ident, EI_NIDENT) != EI_NIDENT) in filename__read_build_id() 125 ehdr_size = (elf32 ? sizeof(hdrs.ehdr32) : sizeof(hdrs.ehdr64)) - EI_NIDENT; in filename__read_build_id() 128 (elf32 ? (void *)&hdrs.ehdr32 : (void *)&hdrs.ehdr64) + EI_NIDENT, in filename__read_build_id() 285 u8 e_ident[EI_NIDENT]; in fd__is_64_bit()
|
| H A D | symbol-elf.c | 2013 memcpy(ehdr->e_ident, kehdr->e_ident, EI_NIDENT); in kcore__copy_hdr()
|
| /linux/arch/powerpc/boot/ |
| H A D | elf.h | 53 #define EI_NIDENT 16 macro 56 unsigned char e_ident[EI_NIDENT];
|
| /linux/arch/s390/tools/ |
| H A D | relocs.c | 363 unsigned char e_ident[EI_NIDENT]; in main() 378 if (fread(&e_ident, 1, EI_NIDENT, fp) != EI_NIDENT) in main()
|
| /linux/tools/testing/selftests/kvm/lib/ |
| H A D | elf.c | 33 unsigned char ident[EI_NIDENT]; in elfhdr_get()
|
| /linux/kernel/ |
| H A D | crash_core.c | 205 memset(ehdr->e_ident + EI_PAD, 0, EI_NIDENT - EI_PAD); in crash_prepare_elf64_headers()
|
| /linux/arch/powerpc/platforms/powernv/ |
| H A D | opal-core.c | 364 memset(elf->e_ident+EI_PAD, 0, EI_NIDENT-EI_PAD); in create_opalcore()
|
| /linux/fs/proc/ |
| H A D | vmcore.c | 1326 unsigned char e_ident[EI_NIDENT]; in parse_crash_elf_headers() 1331 rc = elfcorehdr_read(e_ident, EI_NIDENT, &addr); in parse_crash_elf_headers()
|
| /linux/arch/s390/kernel/ |
| H A D | crash_dump.c | 455 memset(ehdr->e_ident + EI_PAD, 0, EI_NIDENT - EI_PAD); in ehdr_init()
|
| /linux/arch/powerpc/kernel/ |
| H A D | fadump.c | 935 memset(elf->e_ident+EI_PAD, 0, EI_NIDENT-EI_PAD); in fadump_init_elfcore_header()
|
| /linux/fs/ |
| H A D | binfmt_elf_fdpic.c | 1247 memset(elf->e_ident+EI_PAD, 0, EI_NIDENT-EI_PAD); in fill_elf_fdpic_header()
|