Home
last modified time | relevance | path

Searched refs:SymbolTableLookupSource (Results 1 – 2 of 2) sorted by relevance

/haiku/src/kits/debugger/debugger_interface/
H A DDebuggerInterface.cpp20 struct DebuggerInterface::SymbolTableLookupSource : ElfSymbolLookupSource { struct in DebuggerInterface
22 SymbolTableLookupSource(const void* symbolTable, size_t symbolTableSize, in SymbolTableLookupSource() argument
112 SymbolTableLookupSource* source = new(std::nothrow) SymbolTableLookupSource( in GetElfSymbols()
116 BReference<SymbolTableLookupSource> sourceReference(source, true); in GetElfSymbols()
H A DDebuggerInterface.h119 struct SymbolTableLookupSource;