Symbol: SymbolLookup
src/kits/debug/SymbolLookup.cpp
204
class SymbolLookup::LoadedImage : public Image {
src/kits/debug/SymbolLookup.cpp
206
LoadedImage(SymbolLookup* symbolLookup,
src/kits/debug/SymbolLookup.cpp
223
SymbolLookup* fSymbolLookup;
src/kits/debug/SymbolLookup.cpp
233
SymbolLookup::SymbolLookup(debug_context* debugContext, image_id image)
src/kits/debug/SymbolLookup.cpp
243
SymbolLookup::~SymbolLookup()
src/kits/debug/SymbolLookup.cpp
251
SymbolLookup::Init()
src/kits/debug/SymbolLookup.cpp
315
SymbolLookup::LookupSymbolAddress(addr_t address, addr_t *_baseAddress,
src/kits/debug/SymbolLookup.cpp
359
SymbolLookup::InitSymbolIterator(image_id imageID,
src/kits/debug/SymbolLookup.cpp
382
SymbolLookup::InitSymbolIteratorByAddress(addr_t address,
src/kits/debug/SymbolLookup.cpp
403
SymbolLookup::NextSymbol(SymbolIterator& iterator, const char** _symbolName,
src/kits/debug/SymbolLookup.cpp
413
SymbolLookup::GetSymbol(image_id imageID, const char* name, int32 symbolType,
src/kits/debug/SymbolLookup.cpp
426
SymbolLookup::_FindLoadedImageAtAddress(addr_t address)
src/kits/debug/SymbolLookup.cpp
450
SymbolLookup::_FindLoadedImageByID(image_id id)
src/kits/debug/SymbolLookup.cpp
472
SymbolLookup::_FindImageAtAddress(addr_t address) const
src/kits/debug/SymbolLookup.cpp
486
SymbolLookup::_FindImageByID(image_id id) const
src/kits/debug/SymbolLookup.cpp
499
SymbolLookup::_SymbolNameLen(const char* address) const
src/kits/debug/SymbolLookup.cpp
511
SymbolLookup::_LoadImageInfo(const image_info& imageInfo)
src/kits/debug/SymbolLookup.cpp
565
SymbolLookup::LoadedImage::LoadedImage(SymbolLookup* symbolLookup,
src/kits/debug/SymbolLookup.cpp
577
SymbolLookup::LoadedImage::~LoadedImage()
src/kits/debug/SymbolLookup.cpp
583
SymbolLookup::LoadedImage::LookupSymbol(addr_t address, addr_t* _baseAddress,
src/kits/debug/SymbolLookup.cpp
655
SymbolLookup::LoadedImage::NextSymbol(int32& iterator, const char** _symbolName,
src/kits/debug/SymbolLookup.h
137
class SymbolLookup : private RemoteMemoryAccessor {
src/kits/debug/SymbolLookup.h
139
SymbolLookup(debug_context* debugContext, image_id image);
src/kits/debug/SymbolLookup.h
140
~SymbolLookup();
src/kits/debug/SymbolLookup.h
180
using BPrivate::Debug::SymbolLookup;
src/kits/debug/debug_support.cpp
23
SymbolLookup* lookup;
src/kits/debug/debug_support.cpp
362
SymbolLookup *lookup = new(std::nothrow) SymbolLookup(context, image);
src/kits/debug/debug_support.cpp
365
ObjectDeleter<SymbolLookup> lookupDeleter(lookup);
src/kits/debug/debug_support.cpp
403
SymbolLookup* lookup = lookupContext->lookup;
src/kits/debug/debug_support.cpp
419
SymbolLookup *lookup = lookupContext->lookup;
src/kits/debug/debug_support.cpp
464
SymbolLookup *lookup = lookupContext->lookup;