Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/elftoolchain/brandelf/
HDbrandelf.c75 { "None", ELFOSABI_NONE},
79 { "SVR4", ELFOSABI_NONE },
96 int type = ELFOSABI_NONE; in main()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
HDELF.cpp595 .StartsWith("none", ELFOSABI_NONE) in convertNameToOSABI()
596 .Default(ELFOSABI_NONE); in convertNameToOSABI()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCELFObjectWriter.h89 return ELF::ELFOSABI_NONE; in getOSABI()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ObjCopy/
HDCommonConfig.h38 : MachineInfo(EM, ELF::ELFOSABI_NONE, Is64, IsLittle) {} in MachineInfo()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
HDAMDGPUAsmBackend.cpp232 uint8_t OSABI = ELF::ELFOSABI_NONE;
/freebsd-13-stable/contrib/elftoolchain/elfcopy/
HDbinary.c186 oeh.e_ident[EI_OSABI] = ELFOSABI_NONE; in create_elf_from_binary()
HDascii.c232 oeh.e_ident[EI_OSABI] = ELFOSABI_NONE; in create_elf_from_srec()
501 oeh.e_ident[EI_OSABI] = ELFOSABI_NONE; in create_elf_from_ihex()
/freebsd-13-stable/sys/sys/
HDelf_common.h162 #define ELFOSABI_NONE 0 /* UNIX System V ABI */ macro
185 #define ELFOSABI_SYSV ELFOSABI_NONE /* symbol used in old spec */
/freebsd-13-stable/usr.bin/ldd/
HDldd.c441 if (ehdr.e_ident[EI_OSABI] == ELFOSABI_NONE && !freebsd) in is_executable()
/freebsd-13-stable/sys/arm64/linux/
HDlinux_sysvec.c451 .sv_elf_core_osabi = ELFOSABI_NONE,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDELF.h342 ELFOSABI_NONE = 0, // UNIX System V ABI enumerator
/freebsd-13-stable/sys/amd64/linux/
HDlinux_sysvec.c693 .sv_elf_core_osabi = ELFOSABI_NONE,
/freebsd-13-stable/sys/i386/linux/
HDlinux_sysvec.c627 .sv_elf_core_osabi = ELFOSABI_NONE,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/InterfaceStub/
HDELFObjHandler.cpp63 ElfHeader.e_ident[EI_OSABI] = ELFOSABI_NONE; in initELFHeader()
/freebsd-13-stable/sys/amd64/linux32/
HDlinux32_sysvec.c791 .sv_elf_core_osabi = ELFOSABI_NONE,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
HDELFObjectWriter.cpp291 W.OS << char(OSABI == ELF::ELFOSABI_NONE && OWriter.seenGnuAbi() in writeHeader()
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
HDInputFiles.cpp1697 return ELF::ELFOSABI_NONE; in getOsAbi()
HDDriver.cpp2045 if (f->osabi != ELFOSABI_NONE) in inferMachineType()
/freebsd-13-stable/contrib/elftoolchain/common/
HDelfdefinitions.h576 _ELF_DEFINE_EABI(ELFOSABI_NONE, 0, \
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDELFYAML.cpp387 ECase(ELFOSABI_NONE); in enumeration()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
HDELFObject.cpp1275 Obj->OSABI = ELFOSABI_NONE; in initFileHeader()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp483 _MAKE_OSABI_CASE(ELFOSABI_NONE); in OSABIAsCString()
/freebsd-13-stable/contrib/elftoolchain/readelf/
HDreadelf.c473 case ELFOSABI_NONE: return "NONE"; in elf_osabi()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDELFDumper.cpp1085 {"SystemV", "UNIX - System V", ELF::ELFOSABI_NONE},