Home
last modified time | relevance | path

Searched refs:ELFOSABI_HPUX (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DELF.cpp573 .StartsWith("hpux", ELFOSABI_HPUX) in convertNameToOSABI()
601 case ELFOSABI_HPUX: in convertOSABIToName()
/freebsd/contrib/elftoolchain/brandelf/
H A Dbrandelf.c68 { "HP/UX", ELFOSABI_HPUX},
/freebsd/sys/sys/
H A Delf_common.h163 #define ELFOSABI_HPUX 1 /* HP-UX operating system */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h343 ELFOSABI_HPUX = 1, // HP-UX operating system enumerator
/freebsd/contrib/elftoolchain/elfcopy/
H A Dmain.c198 {"hpus", ELFOSABI_HPUX},
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h579 _ELF_DEFINE_EABI(ELFOSABI_HPUX, 1, "Hewlett-Packard HP-UX") \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp388 ECase(ELFOSABI_HPUX); in enumeration()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp484 _MAKE_OSABI_CASE(ELFOSABI_HPUX); in OSABIAsCString()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c474 case ELFOSABI_HPUX: return "HPUX"; in elf_osabi()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1086 {"HPUX", "UNIX - HP-UX", ELF::ELFOSABI_HPUX},