Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp3890 … SectionSP text_segment_sp = GetSectionList()->FindSectionByName(text_segment_name); in GetEntryPointAddress() local
3891 if (text_segment_sp) in GetEntryPointAddress()
3894 start_address = text_segment_sp->GetFileAddress() + entryoffset; in GetEntryPointAddress()
3948 SectionSP text_segment_sp (section_list->FindSectionByName (GetSegmentNameTEXT())); in GetHeaderAddress() local
3949 if (text_segment_sp) in GetHeaderAddress()
3951 header_addr.SetSection (text_segment_sp); in GetHeaderAddress()
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV2.cpp2194 … SectionSP text_segment_sp (section_list->FindSectionByName(ConstString("__TEXT"))); in GetSharedCacheReadOnlyAddress() local
2196 if (text_segment_sp) in GetSharedCacheReadOnlyAddress()
2198 …SectionSP objc_opt_section_sp (text_segment_sp->GetChildren().FindSectionByName(ConstString("__obj… in GetSharedCacheReadOnlyAddress()