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

/freebsd-11.0-release/contrib/binutils/gas/
H A Dsubsegs.c81 frchainS **lastPP; /* address of last pointer */
99 for (frcP = *(lastPP = &seginfo->frchainP);
101 frcP = *(lastPP = &frcP->frch_next))
123 *lastPP = newP;
78 frchainS **lastPP; /* address of last pointer */ local
H A Dsymbols.c764 symbolS **rootPP, symbolS **lastPP)
774 know (*lastPP == NULL);
778 *lastPP = addme;
788 know (*lastPP == target);
789 *lastPP = addme;
813 symbol_remove (symbolS *symbolP, symbolS **rootPP, symbolS **lastPP)
823 if (symbolP == *lastPP)
825 *lastPP = symbolP->sy_previous;
838 debug_verify_symchain (*rootPP, *lastPP);
845 symbolS **rootPP, symbolS **lastPP ATTRIBUTE_UNUSE
759 symbol_append(symbolS *addme, symbolS *target, symbolS **rootPP, symbolS **lastPP) argument
809 symbol_remove(symbolS *symbolP, symbolS **rootPP, symbolS **lastPP) argument
[all...]

Completed in 96 milliseconds