Lines Matching refs:section_sp

250     SectionSP section_sp(
252 m_section_wp = section_sp;
253 if (section_sp) {
254 assert(section_sp->ContainsFileAddress(file_addr));
255 m_offset = file_addr - section_sp->GetFileAddress();
284 SectionSP section_sp(GetSection());
285 if (section_sp)
286 module_sp = section_sp->GetModule();
291 SectionSP section_sp(GetSection());
292 if (section_sp) {
293 addr_t sect_file_addr = section_sp->GetFileAddress();
311 SectionSP section_sp(GetSection());
312 if (section_sp) {
314 addr_t sect_load_addr = section_sp->GetLoadBaseAddress(target);
396 SectionSP section_sp(GetSection());
397 if (!section_sp && style != DumpStyleResolvedPointerDescription)
417 if (section_sp) {
418 section_sp->DumpName(s);
426 s->Printf("(Section *)%p + ", static_cast<void *>(section_sp.get()));
431 if (section_sp) {
432 ModuleSP module_sp = section_sp->GetModule();
448 if (style == DumpStyleModuleWithFileAddress && section_sp)
491 if (section_sp) {
492 SectionType sect_type = section_sp->GetType();
801 SectionSP section_sp(GetSection());
802 if (section_sp) {
803 ModuleSP module_sp(section_sp->GetModule());
815 SectionSP section_sp(GetSection());
816 if (section_sp)
817 return section_sp->GetModule();
822 SectionSP section_sp(GetSection());
823 if (section_sp) {
825 sc.module_sp = section_sp->GetModule();
836 SectionSP section_sp(GetSection());
837 if (section_sp) {
839 sc.module_sp = section_sp->GetModule();
850 SectionSP section_sp(GetSection());
851 if (section_sp) {
853 sc.module_sp = section_sp->GetModule();
864 SectionSP section_sp(GetSection());
865 if (section_sp) {
867 sc.module_sp = section_sp->GetModule();
878 SectionSP section_sp(GetSection());
879 if (section_sp) {
881 sc.module_sp = section_sp->GetModule();