Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/include/elf/
H A Dmips.h825 #define ELF_ST_IS_MICROMIPS(other) (((other) & STO_MIPS_ISA) == STO_MICROMIPS) macro
/dflybsd-src/contrib/binutils-2.34/include/elf/
H A Dmips.h874 #define ELF_ST_IS_MICROMIPS(other) (((other) & STO_MIPS_ISA) == STO_MICROMIPS) macro
/dflybsd-src/contrib/binutils-2.27/include/elf/
H A Dmips.h865 #define ELF_ST_IS_MICROMIPS(other) (((other) & STO_MIPS_ISA) == STO_MICROMIPS) macro