Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/include/elf/
H A Dmips.h903 #define ELF_ST_IS_MIPS_PIC(other) (((other) & STO_MIPS_FLAGS) == STO_MIPS_PIC) macro
/netbsd-src/external/gpl3/binutils.old/dist/include/elf/
H A Dmips.h859 #define ELF_ST_IS_MIPS_PIC(other) (((other) & STO_MIPS_FLAGS) == STO_MIPS_PIC) macro