Home
last modified time | relevance | path

Searched refs:EI_PAD (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/arch/powerpc/oprofile/cell/
Dvma_map.c98 static const unsigned char expected[EI_PAD] = { in create_vma_map()
135 if (memcmp(ehdr.e_ident, expected, EI_PAD) != 0) { in create_vma_map()
/linux-4.1.27/arch/powerpc/boot/
Delf.h124 #define EI_PAD 8 macro
/linux-4.1.27/fs/proc/
Dkcore.c338 memset(elf->e_ident+EI_PAD, 0, EI_NIDENT-EI_PAD); in elf_kcore_store_hdr()
/linux-4.1.27/arch/x86/kernel/
Dcrash.c445 memset(ehdr->e_ident + EI_PAD, 0, EI_NIDENT - EI_PAD); in prepare_elf64_headers()
/linux-4.1.27/arch/s390/kernel/
Dcrash_dump.c508 memset(ehdr->e_ident + EI_PAD, 0, EI_NIDENT - EI_PAD); in ehdr_init()
/linux-4.1.27/include/uapi/linux/
Delf.h333 #define EI_PAD 8 macro
/linux-4.1.27/arch/powerpc/kernel/
Dfadump.c774 memset(elf->e_ident+EI_PAD, 0, EI_NIDENT-EI_PAD); in fadump_init_elfcore_header()
/linux-4.1.27/fs/
Dbinfmt_elf_fdpic.c1281 memset(elf->e_ident+EI_PAD, 0, EI_NIDENT-EI_PAD); in fill_elf_fdpic_header()