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

/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-ppc.c752 static fragS *ppc_after_toc_frag;
3217 ppc_after_toc_frag = frag_now;
5035 if (ppc_after_toc_frag == (fragS *) NULL)
5040 a->x_csect.x_scnlen.l = (ppc_after_toc_frag->fr_address
5340 && (ppc_after_toc_frag == (fragS *) NULL
5341 || val < ppc_after_toc_frag->fr_address))
5377 || (ppc_after_toc_frag != NULL
5378 && val >= ppc_after_toc_frag->fr_address)))
747 static fragS *ppc_after_toc_frag; variable

Completed in 47 milliseconds