Searched refs:gp_used (Results 1 – 3 of 3) sorted by relevance
351 intern->gp_used = 0 != (ext->p_bits1[0] & PDR_BITS1_GP_USED_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()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()
173 unsigned gp_used : 1; /* true if the procedure uses GP */ member
5181 cur_proc_ptr->pdr.gp_used = 1; in ecoff_set_gp_prolog_size()