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
161
///
numOfSymbols
- return the number of symbols in symtab
162
size_t Archive::
numOfSymbols
() const {
179
assert(pSymIdx <
numOfSymbols
());
185
assert(pSymIdx <
numOfSymbols
());
191
assert(pSymIdx <
numOfSymbols
());
198
assert(pSymIdx <
numOfSymbols
());
/frameworks/compile/mclinker/lib/MC/
SymbolCategory.cpp
229
size_t SymbolCategory::
numOfSymbols
() const {
Completed in 202 milliseconds