Searched refs:SymbolCount (Results 1 - 7 of 7) sorted by relevance

/haiku/src/bin/debug/profile/
H A DImage.h30 inline int32 SymbolCount() const;
98 Image::SymbolCount() const function in class:Image
100 return fImage->SymbolCount();
H A DSharedImage.h60 inline int32 SymbolCount() const;
100 SharedImage::SymbolCount() const function in class:SharedImage
H A DCallgrindProfileResult.cpp34 int32 symbolCount = fImage->SymbolCount();
50 int32 symbolCount = fImage->SymbolCount();
223 int32 imageSymbolCount = image->GetImage()->SymbolCount();
H A DBasicProfileResult.cpp54 int32 symbolCount = fImage->SymbolCount();
147 symbolCount += image->GetImage()->SymbolCount();
159 int32 imageSymbolCount = image->GetImage()->SymbolCount();
/haiku/src/kits/debugger/elf/
H A DCoreFile.h69 uint32 SymbolCount() const { return fSymbolCount; } function in struct:CoreFileSymbolsInfo
/haiku/src/kits/debugger/debugger_interface/core/
H A DCoreFileDebuggerInterface.cpp246 symbolsInfo->SymbolCount(), symbolsInfo->SymbolTableEntrySize(),
/haiku/src/system/kernel/debug/
H A Dcore_dump.cpp378 uint32 SymbolCount() const function in struct:__anon2::ImageInfo
1462 uint32 symbolCount = imageInfo->SymbolCount();

Completed in 171 milliseconds