Searched refs:text_section_sp (Results 1 – 1 of 1) sorted by relevance
2100 const SectionSP &text_section_sp, in GetSymbolType() argument2108 if (symbol_section->IsDescendant(text_section_sp.get())) { in GetSymbolType()2496 SectionSP text_section_sp( in ParseSymtab() local2507 if (text_section_sp.get()) in ParseSymtab()2508 eh_frame_section_sp = text_section_sp->GetChildren().FindSectionByName( in ParseSymtab()2531 if (text_section_sp && function_starts_data.GetByteSize()) { in ParseSymtab()2535 function_start_entry.addr = text_section_sp->GetFileAddress(); in ParseSymtab()2557 if (text_section_sp.get() && eh_frame_section_sp.get() && in ParseSymtab()2563 addr_t text_base_addr = text_section_sp->GetFileAddress(); in ParseSymtab()3347 text_section_sp.get())) { in ParseSymtab()[all …]