HomeSort by relevance Sort by last modified time
    Searched defs:STO_MIPS_PIC (Results 1 - 4 of 4) 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 531 STO_MIPS_PIC = 0x20, // PIC func in an object mixes PIC/non-PIC
    [all...]
  /art/runtime/
elf.h     [all...]

Completed in 125 milliseconds