Lines Matching refs:fragp
794 md_estimate_size_before_relax (fragS *fragp, asection *seg) in md_estimate_size_before_relax() argument
796 if (fragp->fr_subtype == 6 in md_estimate_size_before_relax()
797 && (!S_IS_DEFINED (fragp->fr_symbol) in md_estimate_size_before_relax()
798 || seg != S_GET_SEGMENT (fragp->fr_symbol))) in md_estimate_size_before_relax()
799 fragp->fr_subtype = 7; in md_estimate_size_before_relax()
800 else if (fragp->fr_subtype == 8 in md_estimate_size_before_relax()
801 && (!S_IS_DEFINED (fragp->fr_symbol) in md_estimate_size_before_relax()
802 || seg != S_GET_SEGMENT (fragp->fr_symbol))) in md_estimate_size_before_relax()
803 fragp->fr_subtype = 10; in md_estimate_size_before_relax()
805 if (fragp->fr_subtype >= sizeof (md_relax_table) / sizeof (md_relax_table[0])) in md_estimate_size_before_relax()
808 return md_relax_table[fragp->fr_subtype].rlx_length; in md_estimate_size_before_relax()