Home
last modified time | relevance | path

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

/linux-5.15/arch/powerpc/boot/
H A Delf.h125 #define EI_PAD 8 macro
/linux-5.15/arch/powerpc/platforms/powernv/
A Dopal-core.c362 memset(elf->e_ident+EI_PAD, 0, EI_NIDENT-EI_PAD); in create_opalcore()
/linux-5.15/include/uapi/linux/
H A Delf.h338 #define EI_PAD 8 macro
/linux-5.15/arch/s390/kernel/
H A Dcrash_dump.c519 memset(ehdr->e_ident + EI_PAD, 0, EI_NIDENT - EI_PAD); in ehdr_init()
/linux-5.15/kernel/
A Dkexec_file.c1296 memset(ehdr->e_ident + EI_PAD, 0, EI_NIDENT - EI_PAD); in crash_prepare_elf64_headers()
/linux-5.15/arch/powerpc/kernel/
H A Dfadump.c958 memset(elf->e_ident+EI_PAD, 0, EI_NIDENT-EI_PAD); in fadump_init_elfcore_header()
/linux-5.15/fs/
H A Dbinfmt_elf_fdpic.c1244 memset(elf->e_ident+EI_PAD, 0, EI_NIDENT-EI_PAD); in fill_elf_fdpic_header()