Lines Matching refs:fragp
2283 has_known_symbol_location (fragS * fragp, asection * sec) in has_known_symbol_location() argument
2285 symbolS * sym = fragp->fr_symbol; in has_known_symbol_location()
2294 md_estimate_size_before_relax (fragS *fragp, asection *seg) in md_estimate_size_before_relax() argument
2296 if (fragp->fr_subtype == 6 in md_estimate_size_before_relax()
2297 && ! has_known_symbol_location (fragp, seg)) in md_estimate_size_before_relax()
2298 fragp->fr_subtype = 7; in md_estimate_size_before_relax()
2299 else if (fragp->fr_subtype == 8 in md_estimate_size_before_relax()
2300 && ! has_known_symbol_location (fragp, seg)) in md_estimate_size_before_relax()
2301 fragp->fr_subtype = 9; in md_estimate_size_before_relax()
2302 else if (fragp->fr_subtype == 10 in md_estimate_size_before_relax()
2303 && ! has_known_symbol_location (fragp, seg)) in md_estimate_size_before_relax()
2304 fragp->fr_subtype = 12; in md_estimate_size_before_relax()
2306 if (fragp->fr_subtype == 13) in md_estimate_size_before_relax()
2309 if (fragp->fr_subtype >= sizeof (md_relax_table) / sizeof (md_relax_table[0])) in md_estimate_size_before_relax()
2312 return md_relax_table[fragp->fr_subtype].rlx_length; in md_estimate_size_before_relax()