/kernel/linux/linux-5.10/scripts/mod/ |
H A D | mk_elfconfig.c | 10 unsigned char ei[EI_NIDENT]; in main() 13 if (fread(ei, 1, EI_NIDENT, stdin) != EI_NIDENT) { in main()
|
/kernel/linux/linux-6.6/scripts/mod/ |
H A D | mk_elfconfig.c | 10 unsigned char ei[EI_NIDENT]; in main() 13 if (fread(ei, 1, EI_NIDENT, stdin) != EI_NIDENT) { in main()
|
/kernel/linux/linux-5.10/arch/loongarch/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()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
H A D | elf.h | 53 #define EI_NIDENT 16 macro 56 unsigned char e_ident[EI_NIDENT];
|
/kernel/linux/linux-6.6/arch/powerpc/boot/ |
H A D | elf.h | 53 #define EI_NIDENT 16 macro 56 unsigned char e_ident[EI_NIDENT];
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | elf.h | 206 #define EI_NIDENT 16 macro 209 unsigned char e_ident[EI_NIDENT]; 226 unsigned char e_ident[EI_NIDENT]; /* ELF "magic number" */
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | elf.h | 207 #define EI_NIDENT 16 macro 210 unsigned char e_ident[EI_NIDENT]; 227 unsigned char e_ident[EI_NIDENT]; /* ELF "magic number" */
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | elf.h | 170 #define EI_NIDENT 16 macro 172 unsigned char e_ident[EI_NIDENT]; 188 unsigned char e_ident[EI_NIDENT];
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | elf.h | 170 #define EI_NIDENT 16 macro 172 unsigned char e_ident[EI_NIDENT]; 188 unsigned char e_ident[EI_NIDENT];
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | elf.h | 156 #define EI_NIDENT 16 macro 158 unsigned char e_ident[EI_NIDENT]; 174 unsigned char e_ident[EI_NIDENT];
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | symbol-minimal.c | 94 u8 e_ident[EI_NIDENT]; in filename__read_build_id() 303 u8 e_ident[EI_NIDENT]; in fd__is_64_bit()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | symbol-minimal.c | 94 u8 e_ident[EI_NIDENT]; in filename__read_build_id() 303 u8 e_ident[EI_NIDENT]; in fd__is_64_bit()
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/ |
H A D | elf.c | 28 * The ELF Identification record is the first 16 (EI_NIDENT) bytes in elfhdr_get() 30 * For now it is only safe to read the first EI_NIDENT bytes. Once in elfhdr_get() 34 unsigned char ident[EI_NIDENT]; in elfhdr_get()
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/ |
H A D | elf.c | 27 * The ELF Identification record is the first 16 (EI_NIDENT) bytes in elfhdr_get() 29 * For now it is only safe to read the first EI_NIDENT bytes. Once in elfhdr_get() 33 unsigned char ident[EI_NIDENT]; in elfhdr_get()
|
/kernel/linux/linux-5.10/fs/proc/ |
H A D | vmcore.c | 1305 unsigned char e_ident[EI_NIDENT]; in parse_crash_elf_headers() 1310 rc = elfcorehdr_read(e_ident, EI_NIDENT, &addr); in parse_crash_elf_headers()
|
/kernel/linux/linux-6.6/fs/proc/ |
H A D | vmcore.c | 1321 unsigned char e_ident[EI_NIDENT]; in parse_crash_elf_headers() 1326 rc = elfcorehdr_read(e_ident, EI_NIDENT, &addr); in parse_crash_elf_headers()
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | crash_dump.c | 519 memset(ehdr->e_ident + EI_PAD, 0, EI_NIDENT - EI_PAD); in ehdr_init()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A D | opal-core.c | 362 memset(elf->e_ident+EI_PAD, 0, EI_NIDENT-EI_PAD); in create_opalcore()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | crash_dump.c | 460 memset(ehdr->e_ident + EI_PAD, 0, EI_NIDENT - EI_PAD); in ehdr_init()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | crash_core.c | 362 memset(ehdr->e_ident + EI_PAD, 0, EI_NIDENT - EI_PAD); in crash_prepare_elf64_headers()
|