HomeSort by relevance Sort by last modified time
    Searched defs:STO_MIPS_PIC (Results 1 - 13 of 13) sorted by null

  /toolchain/binutils/binutils-2.25/elfcpp/
mips.h 294 // Note that one of the MIPS16 bits overlaps with STO_MIPS_PIC.
310 STO_MIPS_PIC = 0x20,
  /toolchain/binutils/binutils-2.25/include/elf/
mips.h 826 Note that one of the MIPS16 bits overlaps with STO_MIPS_PIC. See below
851 #define STO_MIPS_PIC 0x20
852 #define ELF_ST_IS_MIPS_PIC(other) (((other) & STO_MIPS_FLAGS) == STO_MIPS_PIC)
856 : ((other) & ~STO_MIPS_FLAGS)) | STO_MIPS_PIC)
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 538 STO_MIPS_PIC = 0x20, // PIC func in an object mixes PIC/non-PIC
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ELF.h 529 STO_MIPS_PIC = 0x20, // PIC func in an object mixes PIC/non-PIC
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
ELF.h 529 STO_MIPS_PIC = 0x20, // PIC func in an object mixes PIC/non-PIC
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
ELF.h 529 STO_MIPS_PIC = 0x20, // PIC func in an object mixes PIC/non-PIC
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
ELF.h 529 STO_MIPS_PIC = 0x20, // PIC func in an object mixes PIC/non-PIC
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ELF.h 529 STO_MIPS_PIC = 0x20, // PIC func in an object mixes PIC/non-PIC
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
ELF.h 529 STO_MIPS_PIC = 0x20, // PIC func in an object mixes PIC/non-PIC
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
ELF.h 529 STO_MIPS_PIC = 0x20, // PIC func in an object mixes PIC/non-PIC
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
ELF.h 529 STO_MIPS_PIC = 0x20, // PIC func in an object mixes PIC/non-PIC
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ELF.h 529 STO_MIPS_PIC = 0x20, // PIC func in an object mixes PIC/non-PIC
    [all...]
  /art/runtime/
elf.h     [all...]

Completed in 580 milliseconds