Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/
Dsubsegs.c76 frchainS **lastPP; /* address of last pointer */ in subseg_set_rest() local
94 for (frcP = *(lastPP = &seginfo->frchainP); in subseg_set_rest()
96 frcP = *(lastPP = &frcP->frch_next)) in subseg_set_rest()
118 *lastPP = newP; in subseg_set_rest()
Dsymbols.c786 symbolS **rootPP, symbolS **lastPP) in symbol_append() argument
796 know (*lastPP == NULL); in symbol_append()
800 *lastPP = addme; in symbol_append()
810 know (*lastPP == target); in symbol_append()
811 *lastPP = addme; in symbol_append()
835 symbol_remove (symbolS *symbolP, symbolS **rootPP, symbolS **lastPP) in symbol_remove() argument
845 if (symbolP == *lastPP) in symbol_remove()
847 *lastPP = symbolP->sy_previous; in symbol_remove()
860 debug_verify_symchain (*rootPP, *lastPP); in symbol_remove()
867 symbolS **rootPP, symbolS **lastPP ATTRIBUTE_UNUSED) in symbol_insert()
[all …]