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

  /src/external/gpl3/binutils/dist/include/elf/
mips.h 899 with STO_MIPS_PLT to distinguish them from the latter. */
900 #define STO_MIPS_PLT 0x8
904 : ((other) & STO_MIPS_FLAGS)) == STO_MIPS_PLT)
908 : ((other) & ~STO_MIPS_FLAGS)) | STO_MIPS_PLT)
  /src/external/gpl3/binutils.old/dist/include/elf/
mips.h 899 with STO_MIPS_PLT to distinguish them from the latter. */
900 #define STO_MIPS_PLT 0x8
904 : ((other) & STO_MIPS_FLAGS)) == STO_MIPS_PLT)
908 : ((other) & ~STO_MIPS_FLAGS)) | STO_MIPS_PLT)
  /src/external/gpl3/gdb/dist/include/elf/
mips.h 899 with STO_MIPS_PLT to distinguish them from the latter. */
900 #define STO_MIPS_PLT 0x8
904 : ((other) & STO_MIPS_FLAGS)) == STO_MIPS_PLT)
908 : ((other) & ~STO_MIPS_FLAGS)) | STO_MIPS_PLT)
  /src/external/gpl3/gdb.old/dist/include/elf/
mips.h 894 with STO_MIPS_PLT to distinguish them from the latter. */
895 #define STO_MIPS_PLT 0x8
899 : ((other) & STO_MIPS_FLAGS)) == STO_MIPS_PLT)
903 : ((other) & ~STO_MIPS_FLAGS)) | STO_MIPS_PLT)
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
ELF.h 572 STO_MIPS_PLT = 0x08, // PLT entry related dynamic table record

Completed in 36 milliseconds