Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.27/include/elf/
HDmips.h838 ((ELF_ST_IS_MIPS16 (other) \
842 ((ELF_ST_IS_MIPS16 (other) \
852 ((ELF_ST_IS_MIPS16 (other) \
858 #define ELF_ST_IS_MIPS16(other) (((other) & STO_MIPS16) == STO_MIPS16) macro
871 (ELF_ST_IS_MIPS16 (other) || ELF_ST_IS_MICROMIPS (other))
/dragonfly/contrib/binutils-2.34/include/elf/
HDmips.h847 ((ELF_ST_IS_MIPS16 (other) \
851 ((ELF_ST_IS_MIPS16 (other) \
861 ((ELF_ST_IS_MIPS16 (other) \
867 #define ELF_ST_IS_MIPS16(other) (((other) & STO_MIPS16) == STO_MIPS16) macro
880 (ELF_ST_IS_MIPS16 (other) || ELF_ST_IS_MICROMIPS (other))
/dragonfly/contrib/gdb-7/include/elf/
HDmips.h818 #define ELF_ST_IS_MIPS16(other) (((other) & STO_MIPS16) == STO_MIPS16) macro
831 (ELF_ST_IS_MIPS16 (other) || ELF_ST_IS_MICROMIPS (other))