Searched refs:EF_IA_64_CONS_GP (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/sys/ia64/include/
H A Delf.h109 #define EF_IA_64_CONS_GP 0x00000040 macro
/freebsd-10.1-release/contrib/binutils/include/elf/
H A Dia64.h41 #define EF_IA_64_CONS_GP (1 << 6) /* gp as program wide constant. */ macro
/freebsd-10.1-release/contrib/binutils/bfd/
H A Delfxx-ia64.c5603 if ((in_flags & EF_IA_64_CONS_GP) != (out_flags & EF_IA_64_CONS_GP))
5641 (flags & EF_IA_64_CONS_GP) ? "CONS_GP, " : "",
/freebsd-10.1-release/contrib/binutils/binutils/
H A Dreadelf.c2319 else if ((e_flags & EF_IA_64_CONS_GP))
/freebsd-10.1-release/contrib/binutils/gas/config/
H A Dtc-ia64.c7287 md.flags |= EF_IA_64_CONS_GP;
7308 (sets ELF header flag EF_IA_64_CONS_GP)\n\

Completed in 153 milliseconds