OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numOfSymbols
(Results
1 - 7
of
7
) 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
());
GNUArchiveReader.cpp
112
for (size_t idx = 0; idx < pArchive.
numOfSymbols
(); ++idx) {
/frameworks/compile/mclinker/include/mcld/MC/
SymbolCategory.h
59
size_t
numOfSymbols
() const;
/frameworks/compile/mclinker/include/mcld/LD/
Archive.h
179
///
numOfSymbols
- return the number of symbols in symtab
180
size_t
numOfSymbols
() const;
/frameworks/compile/mclinker/include/mcld/
Module.h
135
size_t sym_size() const { return m_SymbolTable.
numOfSymbols
(); }
/frameworks/compile/mclinker/unittests/
SymbolCategoryTest.cpp
81
ASSERT_TRUE(5 == m_pTestee->
numOfSymbols
());
/frameworks/compile/mclinker/lib/MC/
SymbolCategory.cpp
229
size_t SymbolCategory::
numOfSymbols
() const {
Completed in 206 milliseconds