Home | History | Annotate | Download | only in DWARF

Lines Matching defs:Relocs

1206   RelocAddrMap Relocs;
1427 RelocAddrMap *Map = Sec ? &Sec->Relocs : nullptr;
1429 // Find debug_types relocs by section rather than name as there are
1434 .Relocs;
1438 .Relocs;
1487 RelocAddrMap::const_iterator AI = Sec.Relocs.find(Pos);
1488 if (AI == Sec.Relocs.end())