Home
last modified time | relevance | path

Searched refs:EF_RH850_REGMODE22 (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/include/elf/
Dv850.h164 #define EF_RH850_REGMODE22 0x00000020 /* Registers r15-r24 (inclusive) are not used. */ macro
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c2780 if ((e_flags & (EF_RH850_REGMODE22 | EF_RH850_REGMODE32)) == 0) in get_machine_flags()
2804 case EF_RH850_REGMODE22: strcat (buf, ", regmode:22"); break; in get_machine_flags()