Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/elf/
Dv850.h168 #define EF_RH850_GP_NOFIX 0x00000200 /* r4 is callee save. */ macro
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c2783 if ((e_flags & (EF_RH850_GP_FIX | EF_RH850_GP_NOFIX)) == 0) in get_machine_flags()
2808 case EF_RH850_GP_NOFIX: strcat (buf, ", r4 free"); break; in get_machine_flags()