Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/include/elf/
H A Dmips.h818 #define ELF_ST_IS_MIPS16(other) (((other) & STO_MIPS16) == STO_MIPS16) macro
/dragonfly/contrib/binutils-2.34/include/elf/
H A Dmips.h867 #define ELF_ST_IS_MIPS16(other) (((other) & STO_MIPS16) == STO_MIPS16) macro
/dragonfly/contrib/binutils-2.27/include/elf/
H A Dmips.h858 #define ELF_ST_IS_MIPS16(other) (((other) & STO_MIPS16) == STO_MIPS16) macro