Searched refs:text_section_sp (Results 1 – 1 of 1) sorted by relevance
1696 SectionSP text_section_sp(section_list->FindSectionByName(g_segment_name_TEXT)); in ParseSymtab() local1700 if (text_section_sp.get()) in ParseSymtab()1701 … eh_frame_section_sp = text_section_sp->GetChildren().FindSectionByName (g_section_name_eh_frame); in ParseSymtab()1717 if (text_section_sp && function_starts_data.GetByteSize()) in ParseSymtab()1722 function_start_entry.addr = text_section_sp->GetFileAddress(); in ParseSymtab()1737 if (text_section_sp.get() && eh_frame_section_sp.get() && m_type != eTypeDebugInfo) in ParseSymtab()1742 addr_t text_base_addr = text_section_sp->GetFileAddress(); in ParseSymtab()1971 … SectionSP text_section_sp(section_list->FindSectionByName(GetSegmentNameTEXT())); in ParseSymtab() local1973 … uint32_t header_file_offset = (text_section_sp->GetFileAddress() - mapping_offset_value); in ParseSymtab()2446 … if (symbol_section->IsDescendant (text_section_sp.get())) in ParseSymtab()[all …]