Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/elf/
Dv850.h167 #define EF_RH850_GP_FIX 0x00000100 /* r4 is fixed. */ 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()
2807 case EF_RH850_GP_FIX: strcat (buf, ", r4 fixed"); break; in get_machine_flags()