Home
last modified time | relevance | path

Searched refs:ELFOSABI_STANDALONE (Results 1 – 18 of 18) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
HDELF.cpp594 .StartsWith("standalone", ELFOSABI_STANDALONE) in convertNameToOSABI()
643 case ELFOSABI_STANDALONE: in convertOSABIToName()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
HDMSP430AsmBackend.cpp164 return new MSP430AsmBackend(STI, ELF::ELFOSABI_STANDALONE); in createMSP430MCAsmBackend()
/freebsd-14-stable/contrib/elftoolchain/brandelf/
HDbrandelf.c78 { "Standalone", ELFOSABI_STANDALONE },
/freebsd-14-stable/lib/libkvm/
HDkvm_powerpc.c65 if (eh->e_ident[EI_OSABI] != ELFOSABI_STANDALONE) in valid_elf_header()
HDkvm_powerpc64.c66 if (eh->e_ident[EI_OSABI] != ELFOSABI_STANDALONE) in valid_elf_header()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCELFObjectWriter.h80 return ELF::ELFOSABI_STANDALONE; in getOSABI()
/freebsd-14-stable/sys/kern/
HDkern_dump.c313 ehdr.e_ident[EI_OSABI] = ELFOSABI_STANDALONE; /* XXX big picture? */ in dumpsys_generic()
/freebsd-14-stable/sys/sys/
HDelf_common.h183 #define ELFOSABI_STANDALONE 255 /* Standalone (embedded) application */ macro
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDELF.h369 ELFOSABI_STANDALONE = 255, // Standalone (embedded) application enumerator
/freebsd-14-stable/contrib/elftoolchain/elfcopy/
HDmain.c214 {"standalone", ELFOSABI_STANDALONE},
/freebsd-14-stable/contrib/llvm-project/lld/ELF/
HDScriptParser.cpp512 config->osabi = ELFOSABI_STANDALONE; in readOutputFormat()
HDDriver.cpp211 osabi = ELFOSABI_STANDALONE; in parseEmulation()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Utility/
HDArchSpec.cpp899 case llvm::ELF::ELFOSABI_STANDALONE: in SetArchitecture()
/freebsd-14-stable/contrib/elftoolchain/common/
HDelfdefinitions.h601 _ELF_DEFINE_EABI(ELFOSABI_STANDALONE, 255, \
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDELFYAML.cpp412 ECase(ELFOSABI_STANDALONE); in enumeration()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp502 _MAKE_OSABI_CASE(ELFOSABI_STANDALONE); in OSABIAsCString()
/freebsd-14-stable/contrib/elftoolchain/readelf/
HDreadelf.c491 case ELFOSABI_STANDALONE: return "StandAlone"; in elf_osabi()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDELFDumper.cpp1103 {"Standalone", "Standalone App", ELF::ELFOSABI_STANDALONE}