Home
last modified time | relevance | path

Searched refs:FindSectionByName (Results 1 – 13 of 13) sorted by relevance

/external/google-breakpad/src/common/solaris/
Ddump_symbols.cc216 static bool FindSectionByName(Elf *elf, const char *name, in FindSectionByName() function
441 if (!FindSectionByName(elf, kStabName, elf_header->e_shstrndx, in LoadSymbols()
447 if (!FindSectionByName(elf, kStabStrName, elf_header->e_shstrndx, in LoadSymbols()
453 if (!FindSectionByName(elf, kSymtabName, elf_header->e_shstrndx, in LoadSymbols()
459 if (!FindSectionByName(elf, kStrtabName, elf_header->e_shstrndx, in LoadSymbols()
/external/lldb/source/Core/
DSection.cpp406 SectionList::FindSectionByName (const ConstString &section_dstr) const in FindSectionByName() function in SectionList
424 sect_sp = child_section->GetChildren().FindSectionByName(section_dstr); in FindSectionByName()
/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1009 … SectionSP unified_section_sp(unified_section_list.FindSectionByName(const_segname)); in CreateSections()
1141 … segment_sp = unified_section_list.FindSectionByName (const_segname); in CreateSections()
1560 … SectionSP linkedit_section_sp(section_list->FindSectionByName(GetSegmentNameLINKEDIT())); in ParseSymtab()
1696 SectionSP text_section_sp(section_list->FindSectionByName(g_segment_name_TEXT)); in ParseSymtab()
1697 SectionSP data_section_sp(section_list->FindSectionByName(g_segment_name_DATA)); in ParseSymtab()
1698 SectionSP objc_section_sp(section_list->FindSectionByName(g_segment_name_OBJC)); in ParseSymtab()
1701 … eh_frame_section_sp = text_section_sp->GetChildren().FindSectionByName (g_section_name_eh_frame); in ParseSymtab()
1703 eh_frame_section_sp = section_list->FindSectionByName (g_section_name_eh_frame); in ParseSymtab()
1971 … SectionSP text_section_sp(section_list->FindSectionByName(GetSegmentNameTEXT())); in ParseSymtab()
3890 … SectionSP text_segment_sp = GetSectionList()->FindSectionByName(text_segment_name); in GetEntryPointAddress()
[all …]
/external/lldb/include/lldb/Core/
DSection.h56 FindSectionByName (const ConstString &section_dstr) const;
/external/lldb/source/API/
DSBSection.cpp97 sb_section.SetSP(section_sp->GetChildren ().FindSectionByName(const_sect_name)); in FindSubSection()
DSBModule.cpp594 SectionSP section_sp (section_list->FindSectionByName(const_sect_name)); in FindSection()
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOSXDYLD.cpp466 SectionSP section_sp(section_list->FindSectionByName(info.segments[i].name)); in UpdateImageLoadAddress()
516 … SectionSP section_sp(section_list->FindSectionByName(info.segments[seg_idx].name)); in UpdateImageLoadAddress()
565 SectionSP section_sp(section_list->FindSectionByName(info.segments[i].name)); in UnloadImageLoadAddress()
851 Section *commpage_section = sections->FindSectionByName(commpage_dbstr).get(); in AddModulesUsingImageInfos()
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.cpp318 SectionSP v1_telltale_section_sp = sections->FindSectionByName(ConstString ("__OBJC")); in GetObjCVersion()
DAppleObjCRuntimeV2.cpp2194 … SectionSP text_segment_sp (section_list->FindSectionByName(ConstString("__TEXT"))); in GetSharedCacheReadOnlyAddress()
2198 …SectionSP objc_opt_section_sp (text_segment_sp->GetChildren().FindSectionByName(ConstString("__obj… in GetSharedCacheReadOnlyAddress()
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DDynamicLoaderDarwinKernel.cpp921 …const Section *memory_section = memory_section_list->FindSectionByName(ondisk_section_sp->GetName(… in LoadImageUsingMemoryModule()
/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1143 lldb::SectionSP section_sp (module_section_list->FindSectionByName (sect_name)); in ParseSymbols()
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp548 const Section* section = section_list->FindSectionByName(GetDWARFMachOSegmentName ()).get(); in InitializeObject()
616 section = section_list->FindSectionByName(GetDWARFMachOSegmentName ()).get(); in CalculateAbilities()
/external/lldb/source/Commands/
DCommandObjectTarget.cpp2858 … SectionSP section_sp (section_list->FindSectionByName(const_sect_name)); in DoExecute()