Searched refs:p_bits1 (Results 1 – 2 of 2) sorted by relevance
351 intern->gp_used = 0 != (ext->p_bits1[0] & PDR_BITS1_GP_USED_BIG); in ecoff_swap_pdr_in()352 intern->reg_frame = 0 != (ext->p_bits1[0] & PDR_BITS1_REG_FRAME_BIG); in ecoff_swap_pdr_in()353 intern->prof = 0 != (ext->p_bits1[0] & PDR_BITS1_PROF_BIG); in ecoff_swap_pdr_in()354 intern->reserved = (((ext->p_bits1[0] & PDR_BITS1_RESERVED_BIG) in ecoff_swap_pdr_in()361 intern->gp_used = 0 != (ext->p_bits1[0] & PDR_BITS1_GP_USED_LITTLE); in ecoff_swap_pdr_in()362 intern->reg_frame = 0 != (ext->p_bits1[0] & PDR_BITS1_REG_FRAME_LITTLE); in ecoff_swap_pdr_in()363 intern->prof = 0 != (ext->p_bits1[0] & PDR_BITS1_PROF_LITTLE); in ecoff_swap_pdr_in()364 intern->reserved = (((ext->p_bits1[0] & PDR_BITS1_RESERVED_LITTLE) in ecoff_swap_pdr_in()409 ext->p_bits1[0] = ((intern->gp_used ? PDR_BITS1_GP_USED_BIG : 0) in ecoff_swap_pdr_out()420 ext->p_bits1[0] = ((intern->gp_used ? PDR_BITS1_GP_USED_LITTLE : 0) in ecoff_swap_pdr_out()
268 unsigned char p_bits1[1]; member