GetSection
ElfSection* GetSection(const char* name);
ElfSection* debugLinkSection = fElfFile->GetSection(".gnu_debuglink");
fDebugInfoSection = debugInfoFile->GetSection(".debug_info");
fDebugAbbrevSection = debugInfoFile->GetSection(".debug_abbrev");
fEHFrameSection = fElfFile->GetSection(".eh_frame");
fDebugAddressSection = debugInfoFile->GetSection(".debug_addr");
fDebugStringSection = debugInfoFile->GetSection(".debug_str");
fDebugStrOffsetsSection = debugInfoFile->GetSection(".debug_str_offsets");
fDebugRangesSection = debugInfoFile->GetSection(".debug_ranges");
fDebugLineSection = debugInfoFile->GetSection(".debug_line");
fDebugLineStrSection = debugInfoFile->GetSection(".debug_line_str");
fDebugFrameSection = debugInfoFile->GetSection(".debug_frame");
fEHFrameSection = fElfFile->GetSection(".eh_frame");
fDebugLocationSection = debugInfoFile->GetSection(".debug_loc");
fDebugPublicTypesSection = debugInfoFile->GetSection(".debug_pubtypes");
fDebugTypesSection = debugInfoFile->GetSection(".debug_types");
const char* GetSection();