HomeSort by: relevance | last modified time | path
    Searched defs:STO_MIPS_PIC (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/binutils/dist/include/elf/
mips.h 888 Note that one of the MIPS16 bits overlaps with STO_MIPS_PIC. See below
913 #define STO_MIPS_PIC 0x20
914 #define ELF_ST_IS_MIPS_PIC(other) (((other) & STO_MIPS_FLAGS) == STO_MIPS_PIC)
918 : ((other) & ~STO_MIPS_FLAGS)) | STO_MIPS_PIC)
  /src/external/gpl3/binutils.old/dist/include/elf/
mips.h 888 Note that one of the MIPS16 bits overlaps with STO_MIPS_PIC. See below
913 #define STO_MIPS_PIC 0x20
914 #define ELF_ST_IS_MIPS_PIC(other) (((other) & STO_MIPS_FLAGS) == STO_MIPS_PIC)
918 : ((other) & ~STO_MIPS_FLAGS)) | STO_MIPS_PIC)
  /src/external/gpl3/gdb.old/dist/include/elf/
mips.h 888 Note that one of the MIPS16 bits overlaps with STO_MIPS_PIC. See below
913 #define STO_MIPS_PIC 0x20
914 #define ELF_ST_IS_MIPS_PIC(other) (((other) & STO_MIPS_FLAGS) == STO_MIPS_PIC)
918 : ((other) & ~STO_MIPS_FLAGS)) | STO_MIPS_PIC)
  /src/external/gpl3/gdb/dist/include/elf/
mips.h 888 Note that one of the MIPS16 bits overlaps with STO_MIPS_PIC. See below
913 #define STO_MIPS_PIC 0x20
914 #define ELF_ST_IS_MIPS_PIC(other) (((other) & STO_MIPS_FLAGS) == STO_MIPS_PIC)
918 : ((other) & ~STO_MIPS_FLAGS)) | STO_MIPS_PIC)
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
ELF.h 573 STO_MIPS_PIC = 0x20, // PIC func in an object mixes PIC/non-PIC

Completed in 20 milliseconds