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

/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Decoffswap.h350 intern->gp_used = 0 != (ext->p_bits1[0] & PDR_BITS1_GP_USED_BIG);
351 intern->reg_frame = 0 != (ext->p_bits1[0] & PDR_BITS1_REG_FRAME_BIG);
352 intern->prof = 0 != (ext->p_bits1[0] & PDR_BITS1_PROF_BIG);
353 intern->reserved = (((ext->p_bits1[0] & PDR_BITS1_RESERVED_BIG)
360 intern->gp_used = 0 != (ext->p_bits1[0] & PDR_BITS1_GP_USED_LITTLE);
361 intern->reg_frame = 0 != (ext->p_bits1[0] & PDR_BITS1_REG_FRAME_LITTLE);
362 intern->prof = 0 != (ext->p_bits1[0] & PDR_BITS1_PROF_LITTLE);
363 intern->reserved = (((ext->p_bits1[0] & PDR_BITS1_RESERVED_LITTLE)
408 ext->p_bits1[0] = ((intern->gp_used ? PDR_BITS1_GP_USED_BIG : 0)
419 ext->p_bits1[
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/include/coff/
H A Dalpha.h267 unsigned char p_bits1[1]; member in struct:pdr_ext

Completed in 178 milliseconds