OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:numOfSymbols
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/LD/
Archive.cpp
181
///
numOfSymbols
- return the number of symbols in symtab
182
size_t Archive::
numOfSymbols
() const
202
assert(pSymIdx <
numOfSymbols
());
209
assert(pSymIdx <
numOfSymbols
());
216
assert(pSymIdx <
numOfSymbols
());
224
assert(pSymIdx <
numOfSymbols
());
/frameworks/compile/mclinker/lib/MC/
SymbolCategory.cpp
224
size_t SymbolCategory::
numOfSymbols
() const
Completed in 28 milliseconds