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

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

Completed in 31 milliseconds