Symbol: fSymbolCount
src/bin/debug/profile/SharedImage.cpp
105
int32 upper = fSymbolCount;
src/bin/debug/profile/SharedImage.cpp
115
if (lower == fSymbolCount)
src/bin/debug/profile/SharedImage.cpp
156
fSymbolCount = symbols.CountItems();
src/bin/debug/profile/SharedImage.cpp
157
fSymbols = new(std::nothrow) Symbol*[fSymbolCount];
src/bin/debug/profile/SharedImage.cpp
161
for (int32 i = fSymbolCount - 1; i >= 0 ; i--)
src/bin/debug/profile/SharedImage.cpp
164
std::sort(fSymbols, fSymbols + fSymbolCount, SymbolComparator());
src/bin/debug/profile/SharedImage.cpp
31
for (int32 i = 0; i < fSymbolCount; i++)
src/bin/debug/profile/SharedImage.h
102
return fSymbolCount;
src/bin/debug/profile/SharedImage.h
71
int32 fSymbolCount;
src/kits/debug/Image.cpp
141
if (++iterator >= fSymbolCount)
src/kits/debug/Image.cpp
382
fSymbolCount = sectionHeader->sh_size / sizeof(elf_sym);
src/kits/debug/Image.cpp
414
fSymbolCount = 0;
src/kits/debug/Image.cpp
417
NULL, &fSymbolCount, NULL, &fStringTableSize, NULL);
src/kits/debug/Image.cpp
422
fSymbolTable = new(std::nothrow) elf_sym[fSymbolCount];
src/kits/debug/Image.cpp
429
fSymbolTable, &fSymbolCount, fStringTable, &fStringTableSize,
src/kits/debug/Image.cpp
468
fSymbolCount = 0;
src/kits/debug/Image.cpp
471
&fSymbolCount, NULL, &fStringTableSize, NULL);
src/kits/debug/Image.cpp
476
fSymbolTable = new(std::nothrow) elf_sym[fSymbolCount];
src/kits/debug/Image.cpp
483
fSymbolTable, &fSymbolCount, fStringTable, &fStringTableSize, NULL);
src/kits/debug/Image.cpp
74
fSymbolCount(0),
src/kits/debug/Image.cpp
94
for (int32 i = 0; i < fSymbolCount; i++) {
src/kits/debug/Image.h
81
int32 fSymbolCount;
src/kits/debug/SymbolLookup.cpp
225
int32 fSymbolCount;
src/kits/debug/SymbolLookup.cpp
570
fSymbolCount(symbolCount),
src/kits/debug/SymbolLookup.cpp
596
for (int32 i = 0; i < fSymbolCount; i++) {
src/kits/debug/SymbolLookup.cpp
660
if (++iterator >= fSymbolCount)
src/kits/debugger/elf/CoreFile.cpp
118
fSymbolCount(0),
src/kits/debugger/elf/CoreFile.cpp
146
fSymbolCount = symbolCount;
src/kits/debugger/elf/CoreFile.h
69
uint32 SymbolCount() const { return fSymbolCount; }
src/kits/debugger/elf/CoreFile.h
78
uint32 fSymbolCount;
src/kits/debugger/elf/ElfSymbolLookup.cpp
146
fSymbolCount(symbolCount),
src/kits/debugger/elf/ElfSymbolLookup.cpp
198
if (fSymbolCount == kGetSymbolCountFromHash) {
src/kits/debugger/elf/ElfSymbolLookup.cpp
208
fSymbolCount = Get(symbolCount);
src/kits/debugger/elf/ElfSymbolLookup.cpp
217
for (; index < fSymbolCount;
src/kits/debugger/elf/ElfSymbolLookup.cpp
310
uint32 fSymbolCount;
src/system/kernel/debug/core_dump.cpp
269
fSymbolCount(0),
src/system/kernel/debug/core_dump.cpp
380
return fSymbolCount;
src/system/kernel/debug/core_dump.cpp
412
fSymbolCount = symbolCount;
src/system/kernel/debug/core_dump.cpp
430
fSymbolCount = 0;
src/system/kernel/debug/core_dump.cpp
453
uint32 fSymbolCount;