Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-ppc.c733 static symbolS *ppc_current_csect; variable
3277 ppc_current_csect = sym; in ppc_change_csect()
3528 if (symbol_get_tc (ppc_current_csect)->within == exp.X_add_symbol) in ppc_stabx()
3529 symbol_get_tc (ppc_current_csect)->within = sym; in ppc_stabx()
3937 ppc_current_csect = ppc_toc_csect; in ppc_toc()
4008 || ppc_toc_csect != ppc_current_csect) in ppc_tc()
4026 label = symbol_get_tc (ppc_current_csect)->within; in ppc_tc()
4881 if (ppc_current_csect != (symbolS *) NULL) in ppc_frob_label()
4884 symbol_get_tc (sym)->class = symbol_get_tc (ppc_current_csect)->class; in ppc_frob_label()
4887 symbol_append (sym, symbol_get_tc (ppc_current_csect)->within, in ppc_frob_label()
[all …]
/freebsd-12.1/contrib/binutils/gas/
H A DChangeLog-9295848 (lots): Put back missing assignments to ppc_current_csect.