Home
last modified time | relevance | path

Searched refs:ELFOSABI_OPENBSD (Results 1 – 14 of 14) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
HDELF.cpp583 .StartsWith("openbsd", ELFOSABI_OPENBSD) in convertNameToOSABI()
621 case ELFOSABI_OPENBSD: in convertOSABIToName()
/freebsd-13-stable/contrib/elftoolchain/brandelf/
HDbrandelf.c76 { "OpenBSD", ELFOSABI_OPENBSD },
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCELFObjectWriter.h87 return ELF::ELFOSABI_OPENBSD; in getOSABI()
/freebsd-13-stable/sys/sys/
HDelf_common.h174 #define ELFOSABI_OPENBSD 12 /* OpenBSD */ macro
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDELF.h354 ELFOSABI_OPENBSD = 12, // OpenBSD enumerator
/freebsd-13-stable/contrib/elftoolchain/elfcopy/
HDmain.c209 {"openbsd", ELFOSABI_OPENBSD},
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
HDWriter.cpp620 config->osabi == ELFOSABI_OPENBSD && s == ".openbsd.randomdata"; in isRelroSection()
2300 if (config->osabi == ELFOSABI_OPENBSD) { in createPhdrs()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp494 _MAKE_OSABI_CASE(ELFOSABI_OPENBSD); in OSABIAsCString()
530 case ELFOSABI_OPENBSD: in GetOsFromOSABI()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
HDArchSpec.cpp893 case llvm::ELF::ELFOSABI_OPENBSD: in SetArchitecture()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDELFObjectFile.h1474 case ELF::ELFOSABI_OPENBSD: in getOS()
/freebsd-13-stable/contrib/elftoolchain/common/
HDelfdefinitions.h590 _ELF_DEFINE_EABI(ELFOSABI_OPENBSD, 12, "Open BSD") \
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDELFYAML.cpp399 ECase(ELFOSABI_OPENBSD); in enumeration()
/freebsd-13-stable/contrib/elftoolchain/readelf/
HDreadelf.c485 case ELFOSABI_OPENBSD: return "OpenBSD"; in elf_osabi()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDELFDumper.cpp1096 {"OpenBSD", "UNIX - OpenBSD", ELF::ELFOSABI_OPENBSD},