Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDCOFF.h598 IMPORT_TABLE, enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDCOFFYAML.cpp478 IO.mapOptional("ImportTable", PH.DataDirectories[COFF::IMPORT_TABLE]); in mapping()
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
HDWriter.cpp1695 dir[IMPORT_TABLE].RelativeVirtualAddress = importTableStart->getRVA(); in writeHeader()
1696 dir[IMPORT_TABLE].Size = importTableSize; in writeHeader()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
HDCOFFObjectFile.cpp579 const data_directory *DataEntry = getDataDirectory(COFF::IMPORT_TABLE); in initImportTablePtr()