HomeSort by relevance Sort by last modified time
    Searched refs:ELFOSABI_FREEBSD (Results 1 - 25 of 69) sorted by null

1 2 3

  /frameworks/compile/mclinker/lib/Target/
GNUInfo.cpp 22 return llvm::ELF::ELFOSABI_FREEBSD;
  /toolchain/binutils/binutils-2.27/gold/
freebsd.h 33 // be set to ELFOSABI_FREEBSD. This is a target selector for targets
54 if (osabi == elfcpp::ELFOSABI_FREEBSD)
68 ret->set_osabi(elfcpp::ELFOSABI_FREEBSD);
89 return (target->osabi() == elfcpp::ELFOSABI_FREEBSD
  /external/elfutils/libebl/
eblosabiname.c 59 else if (osabi == ELFOSABI_FREEBSD)
  /external/llvm/include/llvm/MC/
MCELFObjectWriter.h 73 return ELF::ELFOSABI_FREEBSD;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCELFObjectWriter.h 73 return ELF::ELFOSABI_FREEBSD;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCELFObjectWriter.h 73 return ELF::ELFOSABI_FREEBSD;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCELFObjectWriter.h 73 return ELF::ELFOSABI_FREEBSD;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCELFObjectWriter.h 72 return ELF::ELFOSABI_FREEBSD;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCELFObjectWriter.h 72 return ELF::ELFOSABI_FREEBSD;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCELFObjectWriter.h 72 return ELF::ELFOSABI_FREEBSD;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCELFObjectWriter.h 72 return ELF::ELFOSABI_FREEBSD;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCELFObjectWriter.h 73 return ELF::ELFOSABI_FREEBSD;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCELFObjectWriter.h 73 return ELF::ELFOSABI_FREEBSD;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCELFObjectWriter.h 73 return ELF::ELFOSABI_FREEBSD;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCELFObjectWriter.h 72 return ELF::ELFOSABI_FREEBSD;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCELFObjectWriter.h 72 return ELF::ELFOSABI_FREEBSD;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCELFObjectWriter.h 72 return ELF::ELFOSABI_FREEBSD;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCELFObjectWriter.h 72 return ELF::ELFOSABI_FREEBSD;
  /bionic/libc/include/
elf.h 286 #define ELFOSABI_FREEBSD 9
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf_common.h 113 #define ELFOSABI_FREEBSD 9 /* FreeBSD */
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf_common.h 113 #define ELFOSABI_FREEBSD 9 /* FreeBSD */
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h 317 ELFOSABI_FREEBSD = 9, // FreeBSD
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
elfedit.c 566 { ELFOSABI_FREEBSD, "FreeBSD" },
  /toolchain/binutils/binutils-2.27/include/elf/
common.h 68 #define ELFOSABI_FREEBSD 9 /* FreeBSD */
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 346 ELFOSABI_FREEBSD = 9, // FreeBSD
    [all...]

Completed in 1482 milliseconds

1 2 3