Searched refs:ElfSymbolLookupSource (Results 1 - 6 of 6) sorted by relevance

/haiku/src/kits/debugger/elf/
H A DElfSymbolLookup.h15 class ElfSymbolLookupSource : public BReferenceable { class in inherits:BReferenceable
29 static status_t Create(ElfSymbolLookupSource* source,
H A DElfSymbolLookup.cpp19 struct CachedSymbolLookupSource : public ElfSymbolLookupSource {
20 CachedSymbolLookupSource(ElfSymbolLookupSource* source)
121 ElfSymbolLookupSource* fSource;
138 ElfSymbolLookupImpl(ElfSymbolLookupSource* source, uint64 symbolTable,
165 void SetSource(ElfSymbolLookupSource* source)
306 ElfSymbolLookupSource* fSource;
326 ElfSymbolLookup::Create(ElfSymbolLookupSource* source, uint64 symbolTable,
H A DElfFile.cpp112 struct ElfFile::SymbolLookupSource : public ElfSymbolLookupSource {
331 ElfSymbolLookupSource*
H A DCoreFile.cpp261 ElfSymbolLookupSource* source = fElfFile.CreateSymbolLookupSource(
/haiku/src/kits/debugger/debugger_interface/
H A DDebuggerInterface.cpp20 struct DebuggerInterface::SymbolTableLookupSource : ElfSymbolLookupSource {
/haiku/headers/private/debugger/elf/
H A DElfFile.h21 class ElfSymbolLookupSource;
149 ElfSymbolLookupSource* CreateSymbolLookupSource(uint64 fileOffset,

Completed in 46 milliseconds