HomeSort by: relevance | last modified time | path
    Searched defs:ELF_ST_IS_MICROMIPS (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/include/elf/
mips.h 929 #define ELF_ST_IS_MICROMIPS(other) (((other) & STO_MIPS_ISA) == STO_MICROMIPS)
935 (ELF_ST_IS_MIPS16 (other) || ELF_ST_IS_MICROMIPS (other))
  /src/external/gpl3/binutils.old/dist/include/elf/
mips.h 929 #define ELF_ST_IS_MICROMIPS(other) (((other) & STO_MIPS_ISA) == STO_MICROMIPS)
935 (ELF_ST_IS_MIPS16 (other) || ELF_ST_IS_MICROMIPS (other))
  /src/external/gpl3/gdb/dist/include/elf/
mips.h 929 #define ELF_ST_IS_MICROMIPS(other) (((other) & STO_MIPS_ISA) == STO_MICROMIPS)
935 (ELF_ST_IS_MIPS16 (other) || ELF_ST_IS_MICROMIPS (other))
  /src/external/gpl3/gdb.old/dist/include/elf/
mips.h 924 #define ELF_ST_IS_MICROMIPS(other) (((other) & STO_MIPS_ISA) == STO_MICROMIPS)
930 (ELF_ST_IS_MIPS16 (other) || ELF_ST_IS_MICROMIPS (other))

Completed in 29 milliseconds