Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DXCOFFObjectFile.cpp1098 uint64_t OffsetToImportFileTable = 0; in getImportFileTable() local
1103 OffsetToImportFileTable = LoaderSec64->OffsetToImpid; in getImportFileTable()
1108 OffsetToImportFileTable = LoaderSec32->OffsetToImpid; in getImportFileTable()
1114 reinterpret_cast<void *>(LoaderSectionAddr + OffsetToImportFileTable), in getImportFileTable()
1120 Twine::utohexstr(LoaderSectionAddr + OffsetToImportFileTable) + in getImportFileTable()
1128 Twine::utohexstr(LoaderSectionAddr + OffsetToImportFileTable) + in getImportFileTable()