Lines Matching refs:text_section_sp
2100 const SectionSP &text_section_sp, in GetSymbolType() argument
2108 if (symbol_section->IsDescendant(text_section_sp.get())) { in GetSymbolType()
2496 SectionSP text_section_sp( in ParseSymtab() local
2507 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()
4222 if (symbol_section->IsDescendant(text_section_sp.get())) { in ParseSymtab()
4562 GetSymbolType(symbol_name, demangled_is_synthesized, text_section_sp, in ParseSymtab()