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

  /src/external/gpl3/binutils/dist/include/elf/
mips.h 914 #define ELF_ST_IS_MIPS_PIC(other) (((other) & STO_MIPS_FLAGS) == STO_MIPS_PIC)
  /src/external/gpl3/binutils.old/dist/include/elf/
mips.h 914 #define ELF_ST_IS_MIPS_PIC(other) (((other) & STO_MIPS_FLAGS) == STO_MIPS_PIC)
  /src/external/gpl3/gdb/dist/include/elf/
mips.h 914 #define ELF_ST_IS_MIPS_PIC(other) (((other) & STO_MIPS_FLAGS) == STO_MIPS_PIC)
  /src/external/gpl3/gdb.old/dist/include/elf/
mips.h 909 #define ELF_ST_IS_MIPS_PIC(other) (((other) & STO_MIPS_FLAGS) == STO_MIPS_PIC)

Completed in 28 milliseconds