Searched refs:EI_OSABI (Results 1 - 11 of 11) sorted by relevance

/linux-master/arch/powerpc/boot/
H A Delf.h124 #define EI_OSABI 7 macro
/linux-master/arch/xtensa/include/asm/
H A Delf.h97 #define elf_check_fdpic(x) ((x)->e_ident[EI_OSABI] == ELFOSABI_XTENSA_FDPIC)
/linux-master/arch/arm/include/asm/
H A Delf.h112 #define elf_check_fdpic(x) ((x)->e_ident[EI_OSABI] == ELFOSABI_ARM_FDPIC)
/linux-master/drivers/remoteproc/
H A Dremoteproc_elf_helpers.h36 hdr->e_ident[EI_OSABI] = ELFOSABI_NONE;
/linux-master/include/uapi/linux/
H A Delf.h341 #define EI_OSABI 7 macro
/linux-master/kernel/
H A Dcrash_core.c196 ehdr->e_ident[EI_OSABI] = ELF_OSABI;
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-core.c363 elf->e_ident[EI_OSABI] = ELF_OSABI;
/linux-master/fs/proc/
H A Dkcore.c348 [EI_OSABI] = ELF_OSABI,
/linux-master/arch/powerpc/kernel/
H A Dfadump.c974 elf->e_ident[EI_OSABI] = ELF_OSABI;
/linux-master/fs/
H A Dbinfmt_elf.c1434 elf->e_ident[EI_OSABI] = ELF_OSABI;
H A Dbinfmt_elf_fdpic.c1243 elf->e_ident[EI_OSABI] = ELF_OSABI;

Completed in 154 milliseconds