Searched refs:set_end (Results 1 – 4 of 4) sorted by relevance
1220 static symbolS *set_end; in coff_frob_symbol() local1418 if (set_end != (symbolS *) NULL in coff_frob_symbol()1425 SA_SET_SYM_ENDNDX (set_end, symp); in coff_frob_symbol()1426 set_end = NULL; in coff_frob_symbol()1431 if (set_end != NULL) in coff_frob_symbol()1433 S_GET_NAME (set_end)); in coff_frob_symbol()1434 set_end = next_set_end; in coff_frob_symbol()
5758 static symbolS *set_end; in ppc_frob_symbol() local5796 if (set_end != (symbolS *) NULL) in ppc_frob_symbol()5798 SA_SET_SYM_ENDNDX (set_end, sym); in ppc_frob_symbol()5799 set_end = NULL; in ppc_frob_symbol()5821 set_end = ppc_last_function; in ppc_frob_symbol()
802 * config/obj-coff.c (coff_frob_symbol): Always update set_end with
7220 (coff_frob_symbol): New local static set_end; use it to try to