Searched refs:Rva (Results 1 – 2 of 2) sorted by relevance
473 uint64_t Rva = Addr - ImageBase; in getVaPtr() local474 assert(Rva <= UINT32_MAX); in getVaPtr()475 return getRvaPtr((uint32_t)Rva, Res); in getVaPtr()495 std::error_code COFFObjectFile::getHintName(uint32_t Rva, uint16_t &Hint, in getHintName() argument498 if (std::error_code EC = getRvaPtr(Rva, IntPtr)) in getHintName()
715 std::error_code getRvaPtr(uint32_t Rva, uintptr_t &Res) const;716 std::error_code getHintName(uint32_t Rva, uint16_t &Hint,