Searched refs:text_segment_sp (Results 1 – 2 of 2) sorted by relevance
2568 SectionSP text_segment_sp = in ParseSymtab() local2571 if (text_segment_sp) in ParseSymtab()2572 text_segment_file_addr = text_segment_sp->GetFileAddress(); in ParseSymtab()5346 SectionSP text_segment_sp = in GetEntryPointAddress() local5348 if (text_segment_sp) { in GetEntryPointAddress()5350 start_address = text_segment_sp->GetFileAddress() + entryoffset; in GetEntryPointAddress()5408 SectionSP text_segment_sp( in GetBaseAddress() local5410 if (text_segment_sp) { in GetBaseAddress()5411 header_addr.SetSection(text_segment_sp); in GetBaseAddress()
1813 SectionSP text_segment_sp( in GetSharedCacheReadOnlyAddress() local1816 if (text_segment_sp) { in GetSharedCacheReadOnlyAddress()1818 text_segment_sp->GetChildren().FindSectionByName( in GetSharedCacheReadOnlyAddress()