Home
last modified time | relevance | path

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

/linux/arch/powerpc/boot/
H A Delf.h125 #define EI_PAD 8 macro
/linux/arch/s390/kernel/
H A Dcrash_dump.c455 memset(ehdr->e_ident + EI_PAD, 0, EI_NIDENT - EI_PAD); in ehdr_init()
/linux/fs/
H A Dbinfmt_elf_fdpic.c1253 memset(elf->e_ident+EI_PAD, 0, EI_NIDENT-EI_PAD); in fill_elf_fdpic_header()