Searched refs:ELFOSABI_NETBSD (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14.2/contrib/elftoolchain/libelftc/ |
| H A D | libelftc_bfdtarget.c | 168 .bt_osabi = ELFOSABI_NETBSD, 177 .bt_osabi = ELFOSABI_NETBSD, 365 .bt_osabi = ELFOSABI_NETBSD, 374 .bt_osabi = ELFOSABI_NETBSD,
|
| /freebsd-14.2/contrib/elftoolchain/brandelf/ |
| H A D | brandelf.c | 74 { "NetBSD", ELFOSABI_NETBSD},
|
| /freebsd-14.2/sys/sys/ |
| H A D | elf_common.h | 164 #define ELFOSABI_NETBSD 2 /* NetBSD */ macro
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | ELF.h | 343 ELFOSABI_NETBSD = 2, // NetBSD enumerator
|
| /freebsd-14.2/contrib/elftoolchain/elfcopy/ |
| H A D | main.c | 199 {"netbsd", ELFOSABI_NETBSD},
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 485 _MAKE_OSABI_CASE(ELFOSABI_NETBSD); in OSABIAsCString() 527 case ELFOSABI_NETBSD: in GetOsFromOSABI()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Utility/ |
| H A D | ArchSpec.cpp | 890 case llvm::ELF::ELFOSABI_NETBSD: in SetArchitecture()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | ELFObjectFile.h | 1388 case ELF::ELFOSABI_NETBSD: in getOS()
|
| /freebsd-14.2/contrib/elftoolchain/common/ |
| H A D | elfdefinitions.h | 580 _ELF_DEFINE_EABI(ELFOSABI_NETBSD, 2, "NetBSD") \
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | ELFYAML.cpp | 389 ECase(ELFOSABI_NETBSD); in enumeration()
|
| /freebsd-14.2/contrib/elftoolchain/readelf/ |
| H A D | readelf.c | 475 case ELFOSABI_NETBSD: return "NetBSD"; in elf_osabi()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 1072 {"NetBSD", "UNIX - NetBSD", ELF::ELFOSABI_NETBSD},
|