Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gas/
Dsymbols.h172 symbolS ** rootP, symbolS ** lastP);
174 symbolS ** lastP);
180 void verify_symbol_chain (symbolS * rootP, symbolS * lastP);
183 symbolS ** rootP, symbolS ** lastP);
Dsymbols.c1129 verify_symbol_chain (symbolS *rootP, symbolS *lastP) in verify_symbol_chain() argument
1143 gas_assert (lastP == symbolP); in verify_symbol_chain()