Home
last modified time | relevance | path

Searched refs:ELFOSABI_HURD (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DELF.cpp576 .StartsWith("hurd", ELFOSABI_HURD) in convertNameToOSABI()
607 case ELFOSABI_HURD: in convertOSABIToName()
/freebsd/contrib/elftoolchain/brandelf/
H A Dbrandelf.c69 { "Hurd", ELFOSABI_HURD },
/freebsd/sys/sys/
H A Delf_common.h166 #define ELFOSABI_HURD 4 /* GNU/Hurd */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h347 ELFOSABI_HURD = 4, // GNU/Hurd enumerator
/freebsd/contrib/elftoolchain/elfcopy/
H A Dmain.c201 {"hurd", ELFOSABI_HURD},
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h1466 case ELF::ELFOSABI_HURD: in getOS()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h582 _ELF_DEFINE_EABI(ELFOSABI_HURD, 4, "GNU/HURD") \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp392 ECase(ELFOSABI_HURD); in enumeration()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp487 _MAKE_OSABI_CASE(ELFOSABI_HURD); in OSABIAsCString()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c477 case ELFOSABI_HURD: return "HURD"; in elf_osabi()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1089 {"GNU/Hurd", "GNU/Hurd", ELF::ELFOSABI_HURD},