Home
last modified time | relevance | path

Searched refs:ELFOSABI_NONE (Results 1 – 4 of 4) sorted by relevance

/linux/tools/include/uapi/linux/
H A Delf.h372 #define ELFOSABI_NONE 0 macro
376 #define ELF_OSABI ELFOSABI_NONE
/linux/include/uapi/linux/
H A Delf.h382 #define ELFOSABI_NONE 0 macro
386 #define ELF_OSABI ELFOSABI_NONE
/linux/arch/powerpc/boot/
H A Delf.h147 #define ELFOSABI_NONE 0 macro
/linux/drivers/remoteproc/
H A Dremoteproc_elf_helpers.h36 hdr->e_ident[EI_OSABI] = ELFOSABI_NONE; in elf_hdr_init_ident()