Home
last modified time | relevance | path

Searched refs:AFL_ASE_DSPR3 (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.27/include/
DChangeLog146 * elf/mips.h (AFL_ASE_DSPR3): New macro.
147 (AFL_ASE_MASK): Update to include AFL_ASE_DSPR3.
/toolchain/binutils/binutils-2.27/include/elf/
Dmips.h1235 #define AFL_ASE_DSPR3 0x00002000 /* DSP R3 ASE. */ macro
/toolchain/binutils/binutils-2.27/gas/
DChangeLog1380 (mips_convert_ase_flags): Map ASE_DSPR3 to AFL_ASE_DSPR3.
/toolchain/binutils/binutils-2.27/binutils/
Dreadelf.c14370 if (mask & AFL_ASE_DSPR3) in print_mips_ases()
/toolchain/binutils/binutils-2.27/bfd/
Delfxx-mips.c15602 if (mask & AFL_ASE_DSPR3) in print_mips_ases()
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mips.c18082 ext_ases |= AFL_ASE_DSPR3; in mips_convert_ase_flags()