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

/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-ppc.c738 static symbolS *ppc_current_csect;
3243 ppc_current_csect = sym;
3494 if (symbol_get_tc (ppc_current_csect)->within == exp.X_add_symbol)
3495 symbol_get_tc (ppc_current_csect)->within = sym;
3903 ppc_current_csect = ppc_toc_csect;
3975 || ppc_toc_csect != ppc_current_csect)
3993 label = symbol_get_tc (ppc_current_csect)->within;
4850 if (ppc_current_csect != (symbolS *) NULL)
4853 symbol_get_tc (sym)->class = symbol_get_tc (ppc_current_csect)->class;
4856 symbol_append (sym, symbol_get_tc (ppc_current_csect)
733 static symbolS *ppc_current_csect; variable
[all...]

Completed in 47 milliseconds