Home
last modified time | relevance | path

Searched refs:ppc_after_toc_frag (Results 1 – 1 of 1) sorted by relevance

/trueos/contrib/binutils/gas/config/
HDtc-ppc.c747 static fragS *ppc_after_toc_frag; variable
3203 ppc_after_toc_frag = frag_now; in ppc_change_csect()
5018 if (ppc_after_toc_frag == (fragS *) NULL) in ppc_frob_symbol()
5023 a->x_csect.x_scnlen.l = (ppc_after_toc_frag->fr_address in ppc_frob_symbol()
5321 && (ppc_after_toc_frag == (fragS *) NULL in ppc_fix_adjustable()
5322 || val < ppc_after_toc_frag->fr_address)) in ppc_fix_adjustable()
5358 || (ppc_after_toc_frag != NULL in ppc_fix_adjustable()
5359 && val >= ppc_after_toc_frag->fr_address))) in ppc_fix_adjustable()