Lines Matching refs:DRI
956 object::DataRefImpl DRI; in PrintRelocationEntries() local
957 DRI.d.a = r_symbolnum-1; in PrintRelocationEntries()
958 StringRef SegName = O->getSectionFinalSegmentName(DRI); in PrintRelocationEntries()
959 if (Expected<StringRef> NameOrErr = O->getSectionName(DRI)) in PrintRelocationEntries()
1012 DataRefImpl DRI; in PrintRelocations() local
1013 DRI.d.a = J; in PrintRelocations()
1014 const StringRef SegName = O->getSectionFinalSegmentName(DRI); in PrintRelocations()
1015 if (Expected<StringRef> NameOrErr = O->getSectionName(DRI)) in PrintRelocations()
1023 PrintRelocationEntries(O, O->section_rel_begin(DRI), in PrintRelocations()
1024 O->section_rel_end(DRI), cputype, verbose); in PrintRelocations()
1032 DataRefImpl DRI; in PrintRelocations() local
1033 DRI.d.a = J; in PrintRelocations()
1034 const StringRef SegName = O->getSectionFinalSegmentName(DRI); in PrintRelocations()
1035 if (Expected<StringRef> NameOrErr = O->getSectionName(DRI)) in PrintRelocations()
1043 PrintRelocationEntries(O, O->section_rel_begin(DRI), in PrintRelocations()
1044 O->section_rel_end(DRI), cputype, verbose); in PrintRelocations()