Home
last modified time | relevance | path

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
20 CachedSymbolLookupSource(ElfSymbolLookupSource* source) in CachedSymbolLookupSource() argument
35 ~CachedSymbolLookupSource() in ~CachedSymbolLookupSource() argument
186 CachedSymbolLookupSource* cachedSource in Init()
187 = new(std::nothrow) CachedSymbolLookupSource(fSource); in Init()