Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/include/elf/
H A Dmips.h826 #define ELF_ST_SET_MICROMIPS(other) (((other) & ~STO_MIPS_ISA) | STO_MICROMIPS) macro
/dragonfly/contrib/binutils-2.34/include/elf/
H A Dmips.h875 #define ELF_ST_SET_MICROMIPS(other) (((other) & ~STO_MIPS_ISA) | STO_MICROMIPS) macro
/dragonfly/contrib/binutils-2.27/include/elf/
H A Dmips.h866 #define ELF_ST_SET_MICROMIPS(other) (((other) & ~STO_MIPS_ISA) | STO_MICROMIPS) macro