Home | History | Annotate | Download | only in DebugInfo

Lines Matching refs:Relocs

136         LineTable.parse(lineData, &getLineSection().Relocs, &stmtOffset);
247 Loc.reset(new DWARFDebugLoc(getLocSection().Relocs));
296 Line.reset(new DWARFDebugLine(&getLineSection().Relocs));
324 &getInfoSection().Relocs, isLittleEndian()));
344 &I.second.Relocs, isLittleEndian()));
363 &getInfoDWOSection().Relocs, isLittleEndian()));
383 &I.second.Relocs, isLittleEndian()));
701 .Case("debug_info", &InfoSection.Relocs)
702 .Case("debug_loc", &LocSection.Relocs)
703 .Case("debug_info.dwo", &InfoDWOSection.Relocs)
704 .Case("debug_line", &LineSection.Relocs)
707 // Find debug_types relocs by section rather than name as there are
710 Map = &TypesSections[*RelocatedSection].Relocs;
712 Map = &TypesDWOSections[*RelocatedSection].Relocs;