Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/ObjectFile/ELF/
H A DTestObjectFileELF.cpp98 auto bss_sp = list->FindSectionByName(ConstString(".bss")); in TEST_F()
100 auto data_sp = list->FindSectionByName(ConstString(".data")); in TEST_F()
102 auto text_sp = list->FindSectionByName(ConstString(".text")); in TEST_F()
/llvm-project-15.0.7/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()
644 sections->FindSectionByName(commpage_dbstr).get(); in AddModulesUsingImageInfos()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/source/API/
H A DSBSection.cpp87 section_sp->GetChildren().FindSectionByName(const_sect_name)); in FindSubSection()
H A DSBModule.cpp558 SectionSP section_sp(section_list->FindSectionByName(const_sect_name)); in FindSection()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DSection.h61 lldb::SectionSP FindSectionByName(ConstString section_dstr) const;
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1601 context.UnifiedList.FindSectionByName(const_segname)); in ProcessSegmentCommand()
2358 section_list->FindSectionByName(GetSegmentNameLINKEDIT())); in ParseSymtab()
2497 section_list->FindSectionByName(g_segment_name_TEXT)); in ParseSymtab()
2499 section_list->FindSectionByName(g_segment_name_DATA)); in ParseSymtab()
2501 section_list->FindSectionByName(g_segment_name_DATA_DIRTY)); in ParseSymtab()
2505 section_list->FindSectionByName(g_segment_name_OBJC)); in ParseSymtab()
2512 section_list->FindSectionByName(g_section_name_eh_frame); in ParseSymtab()
2643 GetSectionList()->FindSectionByName(text_segment_name); in ParseSymtab()
5378 section_list->FindSectionByName(GetSegmentNameTEXT()));
5749 if (section_list->FindSectionByName(g_kld_section_name))
[all …]
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroid.cpp297 if (module_sp->GetSectionList()->FindSectionByName(ConstString(".symtab")) != in DownloadSymbolFile()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp399 sections->FindSectionByName(ConstString("__OBJC")); in GetObjCVersion()
H A DAppleObjCRuntimeV2.cpp2334 section_list->FindSectionByName(ConstString("__TEXT"))); in GetSharedCacheReadOnlyAddress()
2338 text_segment_sp->GetChildren().FindSectionByName( in GetSharedCacheReadOnlyAddress()
/llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp154 SectionSP sect_sp = sect_list->FindSectionByName(ConstString(".text")); in HashElfTextSection()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1921 GetSectionList()->FindSectionByName(ConstString(".gnu_debugdata")); in GetGnuDebugDataObjectFile()
2255 module_section_list->FindSectionByName(sect_name)) in ParseSymbols()
2780 GetSectionList()->FindSectionByName(ConstString(".gnu_debugdata"))) { in ParseSymtab()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp900 SectionSP crash_info = sections->FindSectionByName(section_name); in ExtractCrashInfoAnnotations()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp899 ->FindSectionByName(ondisk_section_sp->GetName()) in LoadImageUsingMemoryModule()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp532 section = section_list->FindSectionByName(GetDWARFMachOSegmentName()).get(); in CalculateAbilities()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectTarget.cpp2741 section_list->FindSectionByName(const_sect_name)); in DoExecute()