Lines Matching defs:section_sp

252     SectionSP section_sp(
254 m_section_wp = section_sp;
255 if (section_sp) {
256 assert(section_sp->ContainsFileAddress(file_addr));
257 m_offset = file_addr - section_sp->GetFileAddress();
286 SectionSP section_sp(GetSection());
287 if (section_sp)
288 module_sp = section_sp->GetModule();
293 SectionSP section_sp(GetSection());
294 if (section_sp) {
295 addr_t sect_file_addr = section_sp->GetFileAddress();
313 SectionSP section_sp(GetSection());
314 if (section_sp) {
316 addr_t sect_load_addr = section_sp->GetLoadBaseAddress(target);
413 SectionSP section_sp(GetSection());
414 if (!section_sp && style != DumpStyleResolvedPointerDescription)
434 if (section_sp) {
435 section_sp->DumpName(s->AsRawOstream());
443 s->Printf("(Section *)%p + ", static_cast<void *>(section_sp.get()));
448 if (section_sp) {
449 ModuleSP module_sp = section_sp->GetModule();
465 if (style == DumpStyleModuleWithFileAddress && section_sp)
507 if (section_sp) {
508 SectionType sect_type = section_sp->GetType();
837 SectionSP section_sp(GetSection());
838 if (section_sp) {
839 ModuleSP module_sp(section_sp->GetModule());
851 SectionSP section_sp(GetSection());
852 if (section_sp)
853 return section_sp->GetModule();
858 SectionSP section_sp(GetSection());
859 if (section_sp) {
861 sc.module_sp = section_sp->GetModule();
872 SectionSP section_sp(GetSection());
873 if (section_sp) {
875 sc.module_sp = section_sp->GetModule();
886 SectionSP section_sp(GetSection());
887 if (section_sp) {
889 sc.module_sp = section_sp->GetModule();
900 SectionSP section_sp(GetSection());
901 if (section_sp) {
903 sc.module_sp = section_sp->GetModule();
914 SectionSP section_sp(GetSection());
915 if (section_sp) {
917 sc.module_sp = section_sp->GetModule();