Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h598 IMPORT_TABLE, enumerator
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp478 IO.mapOptional("ImportTable", PH.DataDirectories[COFF::IMPORT_TABLE]); in mapping()
/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp1691 dir[IMPORT_TABLE].RelativeVirtualAddress = importTableStart->getRVA(); in writeHeader()
1692 dir[IMPORT_TABLE].Size = importTableSize; in writeHeader()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp580 const data_directory *DataEntry = getDataDirectory(COFF::IMPORT_TABLE); in initImportTablePtr()