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

/haiku-fatelf/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

Completed in 43 milliseconds