Searched refs:GetSection (Results 1 – 4 of 4) sorted by relevance
87 const char* GetSection();
595 fDebugAddressSection = debugInfoFile->GetSection(".debug_addr"); in Load()596 fDebugStringSection = debugInfoFile->GetSection(".debug_str"); in Load()597 fDebugStrOffsetsSection = debugInfoFile->GetSection(".debug_str_offsets"); in Load()598 fDebugRangesSection = debugInfoFile->GetSection(".debug_ranges"); in Load()599 fDebugLineSection = debugInfoFile->GetSection(".debug_line"); in Load()600 fDebugLineStrSection = debugInfoFile->GetSection(".debug_line_str"); in Load()601 fDebugFrameSection = debugInfoFile->GetSection(".debug_frame"); in Load()615 fEHFrameSection = fElfFile->GetSection(".eh_frame"); in Load()625 fDebugLocationSection = debugInfoFile->GetSection(".debug_loc"); in Load()626 fDebugPublicTypesSection = debugInfoFile->GetSection(".debug_pubtypes"); in Load()[all …]
136 ElfSection* GetSection(const char* name);
257 ElfFile::GetSection(const char* name) in GetSection() function in ElfFile