Lines Matching refs:DRI
943 object::DataRefImpl DRI; in PrintRelocationEntries() local
944 DRI.d.a = r_symbolnum-1; in PrintRelocationEntries()
945 StringRef SegName = O->getSectionFinalSegmentName(DRI); in PrintRelocationEntries()
946 if (Expected<StringRef> NameOrErr = O->getSectionName(DRI)) in PrintRelocationEntries()
999 DataRefImpl DRI; in PrintRelocations() local
1000 DRI.d.a = J; in PrintRelocations()
1001 const StringRef SegName = O->getSectionFinalSegmentName(DRI); in PrintRelocations()
1002 if (Expected<StringRef> NameOrErr = O->getSectionName(DRI)) in PrintRelocations()
1010 PrintRelocationEntries(O, O->section_rel_begin(DRI), in PrintRelocations()
1011 O->section_rel_end(DRI), cputype, verbose); in PrintRelocations()
1019 DataRefImpl DRI; in PrintRelocations() local
1020 DRI.d.a = J; in PrintRelocations()
1021 const StringRef SegName = O->getSectionFinalSegmentName(DRI); in PrintRelocations()
1022 if (Expected<StringRef> NameOrErr = O->getSectionName(DRI)) in PrintRelocations()
1030 PrintRelocationEntries(O, O->section_rel_begin(DRI), in PrintRelocations()
1031 O->section_rel_end(DRI), cputype, verbose); in PrintRelocations()