Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/elf/
Dv850.h173 #define EF_RH850_REG2_RESERVE 0x00004000 /* r2 is fixed. */ macro
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c2792 if ((e_flags & (EF_RH850_REG2_RESERVE | EF_RH850_REG2_NORESERVE)) == 0) in get_machine_flags()
2813 case EF_RH850_REG2_RESERVE: strcat (buf, ", r2 fixed"); break; in get_machine_flags()