FindSection
ElfSection* FindSection(const char* name) const;
ElfSection* FindSection(uint32 type) const;
ElfSection* section = fFile->GetElfFile()->FindSection(".text");
section = fFile->GetElfFile()->FindSection(".plt");
ElfSection* section = FindSection(name);
ElfSection* symbolSection = FindSection(type);