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

/haiku/src/kits/debugger/elf/
H A DElfSymbolLookup.cpp19 struct CachedSymbolLookupSource : public ElfSymbolLookupSource { struct in inherits:ElfSymbolLookupSource
20 CachedSymbolLookupSource(ElfSymbolLookupSource* source) function in struct:CachedSymbolLookupSource
35 ~CachedSymbolLookupSource()
186 CachedSymbolLookupSource* cachedSource
187 = new(std::nothrow) CachedSymbolLookupSource(fSource);

Completed in 45 milliseconds