Searched refs:ppc_toc_csect (Results 1 – 2 of 2) sorted by relevance
740 static symbolS *ppc_toc_csect; variable3226 if (ppc_toc_csect != NULL in ppc_change_csect()3902 if (ppc_toc_csect != (symbolS *) NULL) in ppc_toc()3924 ppc_toc_csect = sym; in ppc_toc()3937 ppc_current_csect = ppc_toc_csect; in ppc_toc()4007 if (ppc_toc_csect == (symbolS *) NULL in ppc_tc()4008 || ppc_toc_csect != ppc_current_csect) in ppc_tc()5365 if (ppc_toc_csect != (symbolS *) NULL in ppc_fix_adjustable()5366 && fix->fx_addsy != ppc_toc_csect in ppc_fix_adjustable()5374 for (sy = symbol_next (ppc_toc_csect); in ppc_fix_adjustable()[all …]
412 (ppc_change_csect): Check that ppc_toc_csect is not NULL.