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

/haiku/src/kits/debugger/elf/
H A DElfFile.cpp356 if (!_FindSymbolSections(symbolSection, stringSection, SHT_SYMTAB)
357 && !_FindSymbolSections(symbolSection, stringSection, SHT_DYNSYM)) {
539 ElfFile::_FindSymbolSections(ElfSection*& _symbolSection, function in class:ElfFile
/haiku/headers/private/debugger/elf/
H A DElfFile.h174 bool _FindSymbolSections(ElfSection*& _symbolSection,

Completed in 35 milliseconds