Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-ppc.c1002 static fragS *ppc_after_toc_frag; variable
3906 ppc_after_toc_frag = frag_now; in ppc_change_csect()
5906 if (ppc_after_toc_frag == (fragS *) NULL) in ppc_frob_symbol()
5911 a->x_csect.x_scnlen.l = (ppc_after_toc_frag->fr_address in ppc_frob_symbol()
6178 && (ppc_after_toc_frag == (fragS *) NULL in ppc_fix_adjustable()
6179 || val < ppc_after_toc_frag->fr_address)) in ppc_fix_adjustable()
6215 || (ppc_after_toc_frag != NULL in ppc_fix_adjustable()
6216 && val >= ppc_after_toc_frag->fr_address))) in ppc_fix_adjustable()