Searched refs:PDR_BITS1_GP_USED_LITTLE (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/binutils/include/coff/
H A Dalpha.h282 #define PDR_BITS1_GP_USED_LITTLE 0x01 macro
/freebsd-11-stable/contrib/binutils/bfd/
H A Decoffswap.h360 intern->gp_used = 0 != (ext->p_bits1[0] & PDR_BITS1_GP_USED_LITTLE);
419 ext->p_bits1[0] = ((intern->gp_used ? PDR_BITS1_GP_USED_LITTLE : 0)

Completed in 70 milliseconds