Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Object/
HDCOFFObjectFile.cpp429 const data_directory *DataEntry; in initImportTablePtr() local
430 if (getDataDirectory(COFF::IMPORT_TABLE, DataEntry)) in initImportTablePtr()
434 if (DataEntry->RelativeVirtualAddress == 0) in initImportTablePtr()
437 uint32_t ImportTableRva = DataEntry->RelativeVirtualAddress; in initImportTablePtr()
438 NumberOfImportDirectory = DataEntry->Size / in initImportTablePtr()