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

/haiku/src/kits/debugger/elf/
H A DElfFile.cpp109 // #pragma mark - SymbolLookupSource
112 struct ElfFile::SymbolLookupSource : public ElfSymbolLookupSource { struct in class:ElfFile
113 SymbolLookupSource(int fd) function in struct:ElfFile::SymbolLookupSource
335 SymbolLookupSource* source = new(std::nothrow) SymbolLookupSource(fFD);
362 SymbolLookupSource* source = new(std::nothrow) SymbolLookupSource(fFD);
365 BReference<SymbolLookupSource> sourceReference(source, true);
/haiku/headers/private/debugger/elf/
H A DElfFile.h165 struct SymbolLookupSource;

Completed in 41 milliseconds