Searched refs:stringSection (Results 1 – 1 of 1) sorted by relevance
/haiku/src/kits/debugger/elf/ |
H A D | ElfFile.cpp | 355 ElfSection* stringSection; in CreateSymbolLookup() local 356 if (!_FindSymbolSections(symbolSection, stringSection, SHT_SYMTAB) in CreateSymbolLookup() 357 && !_FindSymbolSections(symbolSection, stringSection, SHT_DYNSYM)) { in CreateSymbolLookup() 369 || !source->AddSegment(stringSection->Offset(), stringSection->Size(), in CreateSymbolLookup() 370 stringSection->Offset())) { in CreateSymbolLookup() 380 stringSection->Offset(), symbolCount, symbolTableEntrySize, textDelta, in CreateSymbolLookup() 548 ElfSection* stringSection = SectionAt(symbolSection->LinkIndex()); in _FindSymbolSections() local 549 if (stringSection == NULL || stringSection->Type() != SHT_STRTAB) in _FindSymbolSections() 553 _stringSection = stringSection; in _FindSymbolSections()
|