Lines Matching defs:RVA
662 W.printHex(FieldName + "RVA", Data->RelativeVirtualAddress);
832 uint32_t RVA = *reinterpret_cast<const ulittle32_t *>(I);
834 OS << W.hex(Obj->getImageBase() + RVA);
953 // RVA of each entry in the table. As of writing only a 1-byte extra flag
992 W.printHex("RVA", Arm64XReloc.getRVA());
1943 uint32_t RVA;
1944 if (Error E = Exp.getExportRVA(RVA))
1946 W.printHex("RVA", RVA);
1980 uint32_t RVA;
1981 if (Error E = I.getRVA(RVA))
1987 W.printHex("Address", RVA);