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

/haiku/src/kits/debugger/elf/
H A DElfFile.cpp355 ElfSection* stringSection; local
356 if (!_FindSymbolSections(symbolSection, stringSection, SHT_SYMTAB)
357 && !_FindSymbolSections(symbolSection, stringSection, SHT_DYNSYM)) {
369 || !source->AddSegment(stringSection->Offset(), stringSection->Size(),
370 stringSection->Offset())) {
380 stringSection->Offset(), symbolCount, symbolTableEntrySize, textDelta,
548 ElfSection* stringSection = SectionAt(symbolSection->LinkIndex());
549 if (stringSection == NULL || stringSection
[all...]

Completed in 81 milliseconds