Searched refs:text_segment_sp (Results 1 – 2 of 2) sorted by relevance
3890 … SectionSP text_segment_sp = GetSectionList()->FindSectionByName(text_segment_name); in GetEntryPointAddress() local3891 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() local3949 if (text_segment_sp) in GetHeaderAddress()3951 header_addr.SetSection (text_segment_sp); in GetHeaderAddress()
2194 … SectionSP text_segment_sp (section_list->FindSectionByName(ConstString("__TEXT"))); in GetSharedCacheReadOnlyAddress() local2196 if (text_segment_sp) in GetSharedCacheReadOnlyAddress()2198 …SectionSP objc_opt_section_sp (text_segment_sp->GetChildren().FindSectionByName(ConstString("__obj… in GetSharedCacheReadOnlyAddress()