Home
last modified time | relevance | path

Searched refs:EF_S390_HIGH_GPRS (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.27/include/elf/
Ds390.h38 #define EF_S390_HIGH_GPRS 0x00000001 macro
DChangeLog-04151137 * s390.h (EF_S390_HIGH_GPRS): Added macro definition.
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-s390.c2598 elf_elfheader (stdoutput)->e_flags |= EF_S390_HIGH_GPRS; in s390_elf_final_processing()
/toolchain/binutils/binutils-2.27/binutils/
DChangeLog-2010924 * readelf.c (get_machine_flags): Handle EF_S390_HIGH_GPRS.
Dreadelf.c3574 if (e_flags & EF_S390_HIGH_GPRS) in get_machine_flags()