Home
last modified time | relevance | path

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

/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()
/arch/powerpc/boot/
Delf.h124 #define EI_PAD 8 macro
/arch/x86/kernel/
Dcrash.c444 memset(ehdr->e_ident + EI_PAD, 0, EI_NIDENT - EI_PAD); in prepare_elf64_headers()
/arch/s390/kernel/
Dcrash_dump.c490 memset(ehdr->e_ident + EI_PAD, 0, EI_NIDENT - EI_PAD); in ehdr_init()
/arch/powerpc/kernel/
Dfadump.c835 memset(elf->e_ident+EI_PAD, 0, EI_NIDENT-EI_PAD); in fadump_init_elfcore_header()