Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Object/
H A DXCOFFObjectFile.cpp1008 uint64_t OffsetToImportFileTable = 0; in getImportFileTable() local
1013 OffsetToImportFileTable = LoaderSec64->OffsetToImpid; in getImportFileTable()
1018 OffsetToImportFileTable = LoaderSec32->OffsetToImpid; in getImportFileTable()
1024 reinterpret_cast<void *>(LoaderSectionAddr + OffsetToImportFileTable), in getImportFileTable()
1030 Twine::utohexstr(LoaderSectionAddr + OffsetToImportFileTable) + in getImportFileTable()
1038 Twine::utohexstr(LoaderSectionAddr + OffsetToImportFileTable) + in getImportFileTable()