Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/binutils/gas/config/
Dobj-coff.c1164 symbolS *next_set_end = NULL; in coff_frob_symbol() local
1300 next_set_end = begin; in coff_frob_symbol()
1324 next_set_end = coff_last_function; in coff_frob_symbol()
1346 next_set_end = last_tagP; in coff_frob_symbol()
1370 if (next_set_end != NULL) in coff_frob_symbol()
1375 set_end = next_set_end; in coff_frob_symbol()
/freebsd-12-stable/contrib/binutils/gas/
DChangeLog-9899803 next_set_end even if the end symbol is being discarded.