Home
last modified time | relevance | path

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

/linux/arch/powerpc/boot/
H A Delf.h125 #define EI_PAD 8 macro
/linux/kernel/
H A Dcrash_core.c199 memset(ehdr->e_ident + EI_PAD, 0, EI_NIDENT - EI_PAD); in crash_prepare_elf64_headers()
/linux/arch/powerpc/platforms/powernv/
H A Dopal-core.c364 memset(elf->e_ident+EI_PAD, 0, EI_NIDENT-EI_PAD); in create_opalcore()
/linux/include/uapi/linux/
H A Delf.h342 #define EI_PAD 8 macro
/linux/fs/
H A Dbinfmt_elf_fdpic.c1246 memset(elf->e_ident+EI_PAD, 0, EI_NIDENT-EI_PAD); in fill_elf_fdpic_header()