Home
last modified time | relevance | path

Searched refs:Rva (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Object/
H A DCOFFObjectFile.cpp473 uint64_t Rva = Addr - ImageBase; in getVaPtr() local
474 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() argument
498 if (std::error_code EC = getRvaPtr(Rva, IntPtr)) in getHintName()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Object/
H A DCOFF.h715 std::error_code getRvaPtr(uint32_t Rva, uintptr_t &Res) const;
716 std::error_code getHintName(uint32_t Rva, uint16_t &Hint,