Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp260 section_list->FindSectionByName(info.segments[i].name)); in UpdateImageLoadAddress()
293 section_list->FindSectionByName(info.segments[seg_idx].name)); in UpdateImageLoadAddress()
332 section_list->FindSectionByName(info.segments[i].name)); in UnloadModuleSections()
663 sections->FindSectionByName(commpage_dbstr).get(); in AddModulesUsingImageInfos()
H A DDynamicLoaderMacOSXDYLD.cpp283 dyld_module_sp->GetSectionList()->FindSectionByName(g_sect_name); in ReadDYLDInfoFromMemoryAndSetNotificationCallback()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DSection.cpp546 SectionList::FindSectionByName(ConstString section_dstr) const { in FindSectionByName() function in SectionList
560 child_section->GetChildren().FindSectionByName(section_dstr); in FindSectionByName()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBSection.cpp87 section_sp->GetChildren().FindSectionByName(const_sect_name)); in FindSubSection()
H A DSBModule.cpp560 SectionSP section_sp(section_list->FindSectionByName(const_sect_name)); in FindSection()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DSection.h61 lldb::SectionSP FindSectionByName(ConstString section_dstr) const;
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1617 context.UnifiedList.FindSectionByName(const_segname)); in ProcessSegmentCommand()
1756 segment_sp = context.UnifiedList.FindSectionByName(const_segname); in ProcessSegmentCommand()
2374 section_list->FindSectionByName(GetSegmentNameLINKEDIT())); in ParseSymtab()
2513 section_list->FindSectionByName(g_segment_name_TEXT)); in ParseSymtab()
2515 section_list->FindSectionByName(g_segment_name_DATA)); in ParseSymtab()
2517 section_list->FindSectionByName(g_segment_name_DATA_DIRTY)); in ParseSymtab()
2519 section_list->FindSectionByName(g_segment_name_DATA_CONST)); in ParseSymtab()
2521 section_list->FindSectionByName(g_segment_name_OBJC)); in ParseSymtab()
2524 eh_frame_section_sp = text_section_sp->GetChildren().FindSectionByName( in ParseSymtab()
2528 section_list->FindSectionByName(g_section_name_eh_frame); in ParseSymtab()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroid.cpp298 if (module_sp->GetSectionList()->FindSectionByName(ConstString(".symtab")) != in DownloadSymbolFile()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp400 sections->FindSectionByName(ConstString("__OBJC")); in GetObjCVersion()
H A DAppleObjCRuntimeV2.cpp2340 section_list->FindSectionByName(ConstString("__TEXT"))); in GetSharedCacheReadOnlyAddress()
2344 text_segment_sp->GetChildren().FindSectionByName( in GetSharedCacheReadOnlyAddress()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp155 SectionSP sect_sp = sect_list->FindSectionByName(ConstString(".text")); in HashElfTextSection()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1938 GetSectionList()->FindSectionByName(ConstString(".gnu_debugdata")); in GetGnuDebugDataObjectFile()
2255 module_section_list->FindSectionByName(sect_name)) in ParseSymbols()
2840 GetSectionList()->FindSectionByName(ConstString(".gnu_debugdata"))) { in ParseSymtab()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp870 ->FindSectionByName(ondisk_section_sp->GetName()) in LoadImageUsingMemoryModule()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp900 SectionSP crash_info = sections->FindSectionByName(section_name); in ExtractCrashInfoAnnotations()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp532 section = section_list->FindSectionByName(GetDWARFMachOSegmentName()).get(); in CalculateAbilities()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectTarget.cpp2756 section_list->FindSectionByName(const_sect_name)); in DoExecute()