Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/coff/
Dalpha.h283 #define PDR_BITS1_GP_USED_LITTLE 0x01 macro
/toolchain/binutils/binutils-2.27/bfd/
Decoffswap.h361 intern->gp_used = 0 != (ext->p_bits1[0] & PDR_BITS1_GP_USED_LITTLE); in ecoff_swap_pdr_in()
420 ext->p_bits1[0] = ((intern->gp_used ? PDR_BITS1_GP_USED_LITTLE : 0) in ecoff_swap_pdr_out()