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

/haiku/src/tools/elfsymbolpatcher/
H A DElfFile.h120 ElfSection* SectionAt(int32 index, bool load = false);
H A DElfFile.cpp421 = fSection->GetFile()->SectionAt(fSection->GetLink(), true)) {
460 section = fFile->SectionAt(fSectionIndex);
483 ElfSection* section = fFile->SectionAt(fSectionIndex);
561 if (ElfSection* section = SectionAt(index, true)) {
571 // SectionAt
573 ElfFile::SectionAt(int32 index, bool load) function in class:ElfFile
/haiku/headers/private/debugger/elf/
H A DElfFile.h134 ElfSection* SectionAt(int32 index) const function in class:ElfFile
/haiku/src/kits/debugger/elf/
H A DElfFile.cpp548 ElfSection* stringSection = SectionAt(symbolSection->LinkIndex());

Completed in 57 milliseconds