Home | History | Annotate | Download | only in Object

Lines Matching defs:DRI

272     DataRefImpl DRI;
274 DRI.d.a = 0;
275 DRI.d.b = 0;
276 return DRI;
283 DRI.d.a = 0;
284 DRI.d.b = 0;
285 return DRI;
291 DRI.d.a = SymTableIndex;
292 DRI.d.b = SymbolNum;
293 return DRI;
301 DataRefImpl DRI;
302 DRI.p = reinterpret_cast<uintptr_t>(Sec);
303 return DRI;
307 DataRefImpl DRI;
308 DRI.p = reinterpret_cast<uintptr_t>(Dyn);
309 return DRI;