Lines Matching refs:SymbolLookup

7 #include "SymbolLookup.h"
84 // SymbolLookup's image file functionality will be available.
195 class SymbolLookup::LoadedImage : public Image {
197 LoadedImage(SymbolLookup* symbolLookup,
213 SymbolLookup* fSymbolLookup;
224 SymbolLookup::SymbolLookup(team_id team, image_id image)
235 SymbolLookup::~SymbolLookup()
244 SymbolLookup::Init()
246 TRACE(("SymbolLookup::Init()\n"));
253 TRACE(("SymbolLookup::Init(): searching debug area...\n"));
267 TRACE(("SymbolLookup::Init(): found debug area, translating "
270 TRACE(("SymbolLookup::Init(): Couldn't find debug area!\n"));
278 TRACE(("SymbolLookup::Init(): translated debug area is at: %p, "
311 SymbolLookup::LookupSymbolAddress(addr_t address, addr_t *_baseAddress,
315 TRACE(("SymbolLookup::LookupSymbolAddress(%p)\n", (void*)address));
327 TRACE(("SymbolLookup::LookupSymbolAddress(): done: symbol: %p, image name: "
356 SymbolLookup::InitSymbolIterator(image_id imageID,
359 TRACE(("SymbolLookup::InitSymbolIterator(): image ID: %" B_PRId32 "\n",
367 TRACE(("SymbolLookup::InitSymbolIterator() done: image not "
380 SymbolLookup::InitSymbolIteratorByAddress(addr_t address,
383 TRACE(("SymbolLookup::InitSymbolIteratorByAddress(): base address: %#lx\n",
389 TRACE(("SymbolLookup::InitSymbolIteratorByAddress() done: image "
402 SymbolLookup::NextSymbol(SymbolIterator& iterator, const char** _symbolName,
413 SymbolLookup::GetSymbol(image_id imageID, const char* name, int32 symbolType,
427 SymbolLookup::_FindLoadedImageAtAddress(addr_t address) const
429 TRACE(("SymbolLookup::_FindLoadedImageAtAddress(%p)\n", (void*)address));
450 SymbolLookup::_FindLoadedImageByID(image_id id) const
469 SymbolLookup::_FindImageAtAddress(addr_t address) const
484 SymbolLookup::_FindImageByID(image_id id) const
498 SymbolLookup::_SymbolNameLen(const char* address) const
510 SymbolLookup::_LoadImageInfo(const image_info& imageInfo)
564 SymbolLookup::LoadedImage::LoadedImage(SymbolLookup* symbolLookup,
589 SymbolLookup::LoadedImage::~LoadedImage()
595 SymbolLookup::LoadedImage::LookupSymbol(addr_t address, addr_t* _baseAddress,
671 SymbolLookup::LoadedImage::NextSymbol(int32& iterator, const char** _symbolName,