Home
last modified time | relevance | path

Searched refs:GetSectionInfoByName (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/common/dwarf/
Delf_reader.cc348 opd_section_ = GetSectionInfoByName(".opd", &opd_info_); in ElfReaderImpl()
629 GetSectionInfoByName(kElfPLTSectionName, &plt_section_info); in VisitRelocationEntries()
642 GetSectionInfoByName(kElfPLTRelSectionName, &rel_section_info); in VisitRelocationEntries()
644 GetSectionInfoByName(kElfPLTRelaSectionName, &rela_section_info); in VisitRelocationEntries()
664 GetSectionInfoByName(kElfDynSymSectionName, &dynsym_section_info); in VisitRelocationEntries()
747 const char *GetSectionInfoByName(const string &section_name, in GetSectionInfoByName() function in dwarf2reader::ElfReaderImpl
1193 const char *ElfReader::GetSectionInfoByName(const string &section_name, in GetSectionInfoByName() function in dwarf2reader::ElfReader
1196 return GetImpl32()->GetSectionInfoByName(section_name, info); in GetSectionInfoByName()
1198 return GetImpl64()->GetSectionInfoByName(section_name, info); in GetSectionInfoByName()
Delf_reader.h132 const char *GetSectionInfoByName(const string &section_name,