SectionAt
ElfSection* SectionAt(int32 index) const
ElfSection* stringSection = SectionAt(symbolSection->LinkIndex());
= fSection->GetFile()->SectionAt(fSection->GetLink(), true)) {
section = fFile->SectionAt(fSectionIndex);
ElfSection* section = fFile->SectionAt(fSectionIndex);
if (ElfSection* section = SectionAt(index, true)) {
ElfSection* SectionAt(int32 index, bool load = false);