Searched refs:numOfSymbols (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DArchive.cpp171 /// numOfSymbols - return the number of symbols in symtab
172 size_t Archive::numOfSymbols() const function in class:Archive
192 assert(pSymIdx < numOfSymbols());
199 assert(pSymIdx < numOfSymbols());
206 assert(pSymIdx < numOfSymbols());
214 assert(pSymIdx < numOfSymbols());
H A DGNUArchiveReader.cpp108 for (size_t idx = 0; idx < pArchive.numOfSymbols(); ++idx) {
/frameworks/compile/mclinker/unittests/
H A DSymbolCategoryTest.cpp92 ASSERT_EQ(5, m_pTestee->numOfSymbols());
/frameworks/compile/mclinker/include/mcld/MC/
H A DSymbolCategory.h62 size_t numOfSymbols() const;
/frameworks/compile/mclinker/include/mcld/LD/
H A DArchive.h197 /// numOfSymbols - return the number of symbols in symtab
198 size_t numOfSymbols() const;
/frameworks/compile/mclinker/lib/MC/
H A DSymbolCategory.cpp206 size_t SymbolCategory::numOfSymbols() const function in class:SymbolCategory

Completed in 52 milliseconds