Searched refs:EI_PAD (Results 1 - 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/oprofile/cell/ |
H A D | vma_map.c | 94 static const unsigned char expected[EI_PAD] = { in create_vma_map() 131 if (memcmp(ehdr.e_ident, expected, EI_PAD) != 0) { in create_vma_map()
|
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
H A D | elf.h | 125 #define EI_PAD 8 macro
|
/kernel/linux/linux-6.6/arch/powerpc/boot/ |
H A D | elf.h | 125 #define EI_PAD 8 macro
|
/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()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | elf.h | 341 #define EI_PAD 8 macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | elf.h | 342 #define EI_PAD 8 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | elf.h | 289 #define EI_PAD 8 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | elf.h | 289 #define EI_PAD 8 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | elf.h | 276 #define EI_PAD 8 macro
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | fadump.c | 963 memset(elf->e_ident+EI_PAD, 0, EI_NIDENT-EI_PAD); in fadump_init_elfcore_header()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | fadump.c | 975 memset(elf->e_ident+EI_PAD, 0, EI_NIDENT-EI_PAD); in fadump_init_elfcore_header()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | kexec_file.c | 1283 memset(ehdr->e_ident + EI_PAD, 0, EI_NIDENT - EI_PAD); in crash_prepare_elf64_headers()
|
/kernel/linux/linux-5.10/fs/ |
H A D | binfmt_elf_fdpic.c | 1259 memset(elf->e_ident+EI_PAD, 0, EI_NIDENT-EI_PAD); in fill_elf_fdpic_header()
|
/kernel/linux/linux-6.6/fs/ |
H A D | binfmt_elf_fdpic.c | 1240 memset(elf->e_ident+EI_PAD, 0, EI_NIDENT-EI_PAD); in fill_elf_fdpic_header()
|
Completed in 21 milliseconds