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

/haiku/src/kits/debugger/elf/
H A DElfFile.cpp354 ElfSection* symbolSection; local
356 if (!_FindSymbolSections(symbolSection, stringSection, SHT_SYMTAB)
357 && !_FindSymbolSections(symbolSection, stringSection, SHT_DYNSYM)) {
367 if (!source->AddSegment(symbolSection->Offset(), symbolSection->Size(),
368 symbolSection->Offset())
377 uint32 symbolCount = uint32(symbolSection->Size() / symbolTableEntrySize);
379 return ElfSymbolLookup::Create(source, symbolSection->Offset(), 0,
543 ElfSection* symbolSection = FindSection(type); local
544 if (symbolSection
[all...]

Completed in 37 milliseconds