Home | History | Annotate | Download | only in DWARF

Lines Matching full:relocs

69   DWARFAcceleratorTable Accel(AccelSection, StrData, Section.Relocs);
158 LineTable.parse(lineData, &getLineSection().Relocs, &stmtOffset);
317 Loc.reset(new DWARFDebugLoc(getLocSection().Relocs));
376 Line.reset(new DWARFDebugLine(&getLineSection().Relocs));
708 .Case("debug_info", &InfoSection.Relocs)
709 .Case("debug_loc", &LocSection.Relocs)
710 .Case("debug_info.dwo", &InfoDWOSection.Relocs)
711 .Case("debug_line", &LineSection.Relocs)
712 .Case("apple_names", &AppleNamesSection.Relocs)
713 .Case("apple_types", &AppleTypesSection.Relocs)
714 .Case("apple_namespaces", &AppleNamespacesSection.Relocs)
715 .Case("apple_namespac", &AppleNamespacesSection.Relocs)
716 .Case("apple_objc", &AppleObjCSection.Relocs)
719 // Find debug_types relocs by section rather than name as there are
722 Map = &TypesSections[*RelocatedSection].Relocs;
724 Map = &TypesDWOSections[*RelocatedSection].Relocs;