Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430AsmBackend.cpp170 return new MSP430AsmBackend(STI, ELF::ELFOSABI_STANDALONE); in createMSP430MCAsmBackend()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h75 return ELF::ELFOSABI_STANDALONE; in getOSABI()
/freebsd-14.2/contrib/elftoolchain/brandelf/
H A Dbrandelf.c78 { "Standalone", ELFOSABI_STANDALONE },
/freebsd-14.2/lib/libkvm/
H A Dkvm_powerpc.c65 if (eh->e_ident[EI_OSABI] != ELFOSABI_STANDALONE) in valid_elf_header()
H A Dkvm_powerpc64.c66 if (eh->e_ident[EI_OSABI] != ELFOSABI_STANDALONE) in valid_elf_header()
/freebsd-14.2/sys/kern/
H A Dkern_dump.c313 ehdr.e_ident[EI_OSABI] = ELFOSABI_STANDALONE; /* XXX big picture? */ in dumpsys_generic()
/freebsd-14.2/sys/sys/
H A Delf_common.h183 #define ELFOSABI_STANDALONE 255 /* Standalone (embedded) application */ macro
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h367 ELFOSABI_STANDALONE = 255, // Standalone (embedded) application enumerator
/freebsd-14.2/contrib/elftoolchain/elfcopy/
H A Dmain.c214 {"standalone", ELFOSABI_STANDALONE},
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp481 config->osabi = ELFOSABI_STANDALONE; in readOutputFormat()
H A DDriver.cpp209 osabi = ELFOSABI_STANDALONE; in parseEmulation()
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp899 case llvm::ELF::ELFOSABI_STANDALONE: in SetArchitecture()
/freebsd-14.2/contrib/elftoolchain/common/
H A Delfdefinitions.h601 _ELF_DEFINE_EABI(ELFOSABI_STANDALONE, 255, \
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp411 ECase(ELFOSABI_STANDALONE); in enumeration()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp502 _MAKE_OSABI_CASE(ELFOSABI_STANDALONE); in OSABIAsCString()
/freebsd-14.2/contrib/elftoolchain/readelf/
H A Dreadelf.c491 case ELFOSABI_STANDALONE: return "StandAlone"; in elf_osabi()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1088 {"Standalone", "Standalone App", ELF::ELFOSABI_STANDALONE}