Home
last modified time | relevance | path

Searched defs:ELF_ST_IS_MIPS_PIC (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/gdb-7/include/elf/
H A Dmips.h813 #define ELF_ST_IS_MIPS_PIC(other) (((other) & STO_MIPS_FLAGS) == STO_MIPS_PIC) macro
/dflybsd-src/contrib/binutils-2.34/include/elf/
H A Dmips.h859 #define ELF_ST_IS_MIPS_PIC(other) (((other) & STO_MIPS_FLAGS) == STO_MIPS_PIC) macro
/dflybsd-src/contrib/binutils-2.27/include/elf/
H A Dmips.h850 #define ELF_ST_IS_MIPS_PIC(other) (((other) & STO_MIPS_FLAGS) == STO_MIPS_PIC) macro