Searched refs:ELFOSABI_FREEBSD (Results 1 – 18 of 18) sorted by relevance
/external/elfutils/libebl/ |
D | eblosabiname.c | 59 else if (osabi == ELFOSABI_FREEBSD) in ebl_osabi_name()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/ |
D | obj2yaml-invalid-reloc.test | 7 CHECK-NEXT: OSABI: ELFOSABI_FREEBSD
|
/external/llvm/include/llvm/MC/ |
D | MCELFObjectWriter.h | 73 return ELF::ELFOSABI_FREEBSD; in getOSABI()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCELFObjectWriter.h | 78 return ELF::ELFOSABI_FREEBSD; in getOSABI()
|
/external/u-boot/include/ |
D | elf.h | 75 #define ELFOSABI_FREEBSD 9 /* FreeBSD */ macro
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ELF.h | 317 ELFOSABI_FREEBSD = 9, // FreeBSD enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 345 ELFOSABI_FREEBSD = 9, // FreeBSD enumerator
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 346 ELFOSABI_FREEBSD = 9, // FreeBSD enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 342 ELFOSABI_FREEBSD = 9, // FreeBSD enumerator
|
/external/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 233 ECase(ELFOSABI_FREEBSD) in enumeration()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 254 ECase(ELFOSABI_FREEBSD); in enumeration()
|
/external/kmod/port-gnu/ |
D | elf.h | 147 #define ELFOSABI_FREEBSD 9 /* FreeBSD. */ macro
|
/external/elfutils/libelf/ |
D | elf.h | 148 #define ELFOSABI_FREEBSD 9 /* FreeBSD. */ macro
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | ELFObjectWriter.cpp | 96 case Triple::FreeBSD: Write8(ELF::ELFOSABI_FREEBSD); break; in WriteHeader()
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 785 {"FreeBSD", "UNIX - FreeBSD", ELF::ELFOSABI_FREEBSD},
|
/external/elfutils/src/ |
D | elflint.c | 373 && ehdr->e_ident[EI_OSABI] != ELFOSABI_FREEBSD) in check_elf_header()
|
D | ChangeLog | 1066 * elflint.c (check_elf_header): Recognize ELFOSABI_FREEBSD.
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 864 {"FreeBSD", "UNIX - FreeBSD", ELF::ELFOSABI_FREEBSD},
|