| /freebsd/contrib/elftoolchain/brandelf/ |
| H A D | brandelf.c | 75 { "None", ELFOSABI_NONE}, 79 { "SVR4", ELFOSABI_NONE }, 96 int type = ELFOSABI_NONE; in main()
|
| /freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/ |
| H A D | ELF.cpp | 660 .StartsWith("none", ELFOSABI_NONE) in convertNameToOSABI() 661 .Default(ELFOSABI_NONE); in convertNameToOSABI()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCELFObjectWriter.h | 84 return ELF::ELFOSABI_NONE; in getOSABI()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUAsmBackend.cpp | 228 uint8_t OSABI = ELF::ELFOSABI_NONE;
|
| /freebsd/contrib/elftoolchain/elfcopy/ |
| H A D | binary.c | 186 oeh.e_ident[EI_OSABI] = ELFOSABI_NONE; in create_elf_from_binary()
|
| H A D | ascii.c | 232 oeh.e_ident[EI_OSABI] = ELFOSABI_NONE; in create_elf_from_srec() 501 oeh.e_ident[EI_OSABI] = ELFOSABI_NONE; in create_elf_from_ihex()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/ |
| H A D | CommonConfig.h | 39 : MachineInfo(EM, ELF::ELFOSABI_NONE, Is64, IsLittle) {} in MachineInfo()
|
| /freebsd/sys/sys/ |
| H A D | elf_common.h | 162 #define ELFOSABI_NONE 0 /* UNIX System V ABI */ macro 185 #define ELFOSABI_SYSV ELFOSABI_NONE /* symbol used in old spec */
|
| /freebsd/usr.bin/ldd/ |
| H A D | ldd.c | 440 if (ehdr.e_ident[EI_OSABI] == ELFOSABI_NONE && !freebsd) in is_executable()
|
| /freebsd/sys/arm64/linux/ |
| H A D | linux_sysvec.c | 436 .sv_elf_core_osabi = ELFOSABI_NONE,
|
| /freebsd/contrib/llvm-project/llvm/lib/InterfaceStub/ |
| H A D | ELFObjHandler.cpp | 63 ElfHeader.e_ident[EI_OSABI] = ELFOSABI_NONE; in initELFHeader()
|
| /freebsd/sys/amd64/linux/ |
| H A D | linux_sysvec.c | 687 .sv_elf_core_osabi = ELFOSABI_NONE,
|
| /freebsd/sys/i386/linux/ |
| H A D | linux_sysvec.c | 628 .sv_elf_core_osabi = ELFOSABI_NONE,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | ELF.h | 346 ELFOSABI_NONE = 0, // UNIX System V ABI enumerator
|
| /freebsd/sys/amd64/linux32/ |
| H A D | linux32_sysvec.c | 787 .sv_elf_core_osabi = ELFOSABI_NONE,
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | ELFObjectWriter.cpp | 305 W.OS << char(OSABI == ELF::ELFOSABI_NONE && OWriter.seenGnuAbi() in writeHeader()
|
| /freebsd/contrib/elftoolchain/common/ |
| H A D | elfdefinitions.h | 576 _ELF_DEFINE_EABI(ELFOSABI_NONE, 0, \
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | InputFiles.cpp | 1753 return ELF::ELFOSABI_NONE; in getOsAbi()
|
| H A D | Driver.cpp | 2215 if (f->osabi != ELFOSABI_NONE) in inferMachineType()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | ELFYAML.cpp | 389 ECase(ELFOSABI_NONE); in enumeration()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObject.cpp | 1272 Obj->OSABI = ELFOSABI_NONE; in initFileHeader()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 500 _MAKE_OSABI_CASE(ELFOSABI_NONE); in OSABIAsCString()
|
| /freebsd/contrib/elftoolchain/readelf/ |
| H A D | readelf.c | 473 case ELFOSABI_NONE: return "NONE"; in elf_osabi()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 1086 {"SystemV", "UNIX - System V", ELF::ELFOSABI_NONE},
|