Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/elf/
Dv850.h170 #define EF_RH850_REG2_NORESERVE 0x00008000 /* r2 is callee saved. */ macro
/toolchain/binutils/binutils-2.27/binutils/
Dreadelf.c3227 if ((e_flags & (EF_RH850_REG2_RESERVE | EF_RH850_REG2_NORESERVE)) == 0) in get_machine_flags()
3245 case EF_RH850_REG2_NORESERVE: strcat (buf, ", r2 free"); break; in get_machine_flags()