Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430AsmBackend.cpp168 return new MSP430AsmBackend(STI, ELF::ELFOSABI_STANDALONE); in createMSP430MCAsmBackend()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h77 return ELF::ELFOSABI_STANDALONE; in getOSABI()
/freebsd-13.1/contrib/elftoolchain/brandelf/
H A Dbrandelf.c78 { "Standalone", ELFOSABI_STANDALONE },
/freebsd-13.1/lib/libkvm/
H A Dkvm_powerpc.c67 if (eh->e_ident[EI_OSABI] != ELFOSABI_STANDALONE) in valid_elf_header()
H A Dkvm_powerpc64.c68 if (eh->e_ident[EI_OSABI] != ELFOSABI_STANDALONE) in valid_elf_header()
/freebsd-13.1/sys/kern/
H A Dkern_dump.c315 ehdr.e_ident[EI_OSABI] = ELFOSABI_STANDALONE; /* XXX big picture? */ in dumpsys_generic()
/freebsd-13.1/sys/sys/
H A Delf_common.h185 #define ELFOSABI_STANDALONE 255 /* Standalone (embedded) application */ macro
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h366 ELFOSABI_STANDALONE = 255, // Standalone (embedded) application enumerator
/freebsd-13.1/contrib/elftoolchain/elfcopy/
H A Dmain.c214 {"standalone", ELFOSABI_STANDALONE},
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp467 config->osabi = ELFOSABI_STANDALONE; in readOutputFormat()
H A DDriver.cpp171 osabi = ELFOSABI_STANDALONE; in parseEmulation()
/freebsd-13.1/contrib/elftoolchain/common/
H A Delfdefinitions.h601 _ELF_DEFINE_EABI(ELFOSABI_STANDALONE, 255, \
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp388 ECase(ELFOSABI_STANDALONE); in enumeration()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp473 _MAKE_OSABI_CASE(ELFOSABI_STANDALONE); in OSABIAsCString()
/freebsd-13.1/contrib/elftoolchain/readelf/
H A Dreadelf.c491 case ELFOSABI_STANDALONE: return "StandAlone"; in elf_osabi()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1004 {"Standalone", "Standalone App", ELF::ELFOSABI_STANDALONE}