Lines Matching refs:DRI
256 DataRefImpl DRI; in toDRI() local
258 DRI.d.a = 0; in toDRI()
259 DRI.d.b = 0; in toDRI()
260 return DRI; in toDRI()
269 DRI.d.a = SymTableIndex; in toDRI()
270 DRI.d.b = SymbolNum; in toDRI()
271 return DRI; in toDRI()
279 DataRefImpl DRI; in toDRI() local
280 DRI.p = reinterpret_cast<uintptr_t>(Sec); in toDRI()
281 return DRI; in toDRI()
285 DataRefImpl DRI; in toDRI() local
286 DRI.p = reinterpret_cast<uintptr_t>(Dyn); in toDRI()
287 return DRI; in toDRI()