Searched refs:DataEntry (Results 1 – 3 of 3) sorted by relevance
553 const data_directory *DataEntry = getDataDirectory(COFF::IMPORT_TABLE); in initImportTablePtr() local554 if (!DataEntry) in initImportTablePtr()558 if (DataEntry->RelativeVirtualAddress == 0) in initImportTablePtr()561 uint32_t ImportTableRva = DataEntry->RelativeVirtualAddress; in initImportTablePtr()568 if (Error E = checkOffset(Data, IntPtr, DataEntry->Size)) in initImportTablePtr()577 const data_directory *DataEntry = in initDelayImportTablePtr() local579 if (!DataEntry) in initDelayImportTablePtr()581 if (DataEntry->RelativeVirtualAddress == 0) in initDelayImportTablePtr()584 uint32_t RVA = DataEntry->RelativeVirtualAddress; in initDelayImportTablePtr()585 NumberOfDelayImportDirectory = DataEntry->Size / in initDelayImportTablePtr()[all …]
429 UNWRAP_REF_OR_RETURN(DataEntry, RSR.getEntryData(Entry)); in addChildren()436 UNWRAP_OR_RETURN(Contents, RSR.getContents(DataEntry)); in addChildren()
1899 auto &DataEntry = in printResourceDirectoryTable() local1901 W.printHex("DataRVA", DataEntry.DataRVA); in printResourceDirectoryTable()1902 W.printNumber("DataSize", DataEntry.DataSize); in printResourceDirectoryTable()1903 W.printNumber("Codepage", DataEntry.Codepage); in printResourceDirectoryTable()1904 W.printNumber("Reserved", DataEntry.Reserved); in printResourceDirectoryTable()1906 unwrapOrError(Obj->getFileName(), RSF.getContents(DataEntry)); in printResourceDirectoryTable()