Home
last modified time | relevance | path

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

/haiku/src/kits/debugger/elf/
H A DElfSymbolLookup.cpp134 class ElfSymbolLookupImpl : public ElfSymbolLookup { class
138 ElfSymbolLookupImpl(ElfSymbolLookupSource* source, uint64 symbolTable, in ElfSymbolLookupImpl() function in ElfSymbolLookupImpl
154 ~ElfSymbolLookupImpl() in ~ElfSymbolLookupImpl()
334 lookup = new(std::nothrow) ElfSymbolLookupImpl<ElfClass64>(source, in Create()
338 lookup = new(std::nothrow) ElfSymbolLookupImpl<ElfClass32>(source, in Create()