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 D | MSP430AsmBackend.cpp | 168 return new MSP430AsmBackend(STI, ELF::ELFOSABI_STANDALONE); in createMSP430MCAsmBackend()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCELFObjectWriter.h | 77 return ELF::ELFOSABI_STANDALONE; in getOSABI()
|
| /freebsd-13.1/contrib/elftoolchain/brandelf/ |
| H A D | brandelf.c | 78 { "Standalone", ELFOSABI_STANDALONE },
|
| /freebsd-13.1/lib/libkvm/ |
| H A D | kvm_powerpc.c | 67 if (eh->e_ident[EI_OSABI] != ELFOSABI_STANDALONE) in valid_elf_header()
|
| H A D | kvm_powerpc64.c | 68 if (eh->e_ident[EI_OSABI] != ELFOSABI_STANDALONE) in valid_elf_header()
|
| /freebsd-13.1/sys/kern/ |
| H A D | kern_dump.c | 315 ehdr.e_ident[EI_OSABI] = ELFOSABI_STANDALONE; /* XXX big picture? */ in dumpsys_generic()
|
| /freebsd-13.1/sys/sys/ |
| H A D | elf_common.h | 185 #define ELFOSABI_STANDALONE 255 /* Standalone (embedded) application */ macro
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | ELF.h | 366 ELFOSABI_STANDALONE = 255, // Standalone (embedded) application enumerator
|
| /freebsd-13.1/contrib/elftoolchain/elfcopy/ |
| H A D | main.c | 214 {"standalone", ELFOSABI_STANDALONE},
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | ScriptParser.cpp | 467 config->osabi = ELFOSABI_STANDALONE; in readOutputFormat()
|
| H A D | Driver.cpp | 171 osabi = ELFOSABI_STANDALONE; in parseEmulation()
|
| /freebsd-13.1/contrib/elftoolchain/common/ |
| H A D | elfdefinitions.h | 601 _ELF_DEFINE_EABI(ELFOSABI_STANDALONE, 255, \
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | ELFYAML.cpp | 388 ECase(ELFOSABI_STANDALONE); in enumeration()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 473 _MAKE_OSABI_CASE(ELFOSABI_STANDALONE); in OSABIAsCString()
|
| /freebsd-13.1/contrib/elftoolchain/readelf/ |
| H A D | readelf.c | 491 case ELFOSABI_STANDALONE: return "StandAlone"; in elf_osabi()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 1004 {"Standalone", "Standalone App", ELF::ELFOSABI_STANDALONE}
|