Home
last modified time | relevance | path

Searched refs:getRvaPtr (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Object/
DCOFFObjectFile.cpp438 return getRvaPtr((uint32_t)Rva, Res); in getVaPtr()
442 std::error_code COFFObjectFile::getRvaPtr(uint32_t Addr, uintptr_t &Res) const { in getRvaPtr() function in COFFObjectFile
482 if (std::error_code EC = getRvaPtr(Rva, IntPtr)) in getHintName()
536 if (std::error_code EC = getRvaPtr(ImportTableRva, IntPtr)) in initImportTablePtr()
558 if (std::error_code EC = getRvaPtr(RVA, IntPtr)) in initDelayImportTablePtr()
579 if (std::error_code EC = getRvaPtr(ExportTableRva, IntPtr)) in initExportTablePtr()
594 if (std::error_code EC = getRvaPtr(DataEntry->RelativeVirtualAddress, IntPtr)) in initBaseRelocPtr()
618 if (std::error_code EC = getRvaPtr(DataEntry->RelativeVirtualAddress, IntPtr)) in initDebugDirectoryPtr()
621 if (std::error_code EC = getRvaPtr( in initDebugDirectoryPtr()
1229 Object->getRvaPtr(RVA, IntPtr); in importedSymbolBegin()
[all …]
/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp292 error(Obj->getRvaPtr(DataDir->RelativeVirtualAddress, IntPtr)); in printTLSDirectory()
321 error(Obj->getRvaPtr(DataDir->RelativeVirtualAddress, IntPtr)); in printLoadConfiguration()
529 if (Obj->getRvaPtr(RF.UnwindInfoOffset, addr)) in printRuntimeFunction()
/external/llvm/include/llvm/Object/
DCOFF.h862 std::error_code getRvaPtr(uint32_t Rva, uintptr_t &Res) const;