Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDCOFF.h597 EXPORT_TABLE = 0, enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Object/
HDCOFFObjectFile.cpp629 const data_directory *DataEntry = getDataDirectory(COFF::EXPORT_TABLE); in initExportTablePtr()
1661 OwningObject->getDataDirectory(COFF::EXPORT_TABLE); in isForwarder()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDCOFFYAML.cpp477 IO.mapOptional("ExportTable", PH.DataDirectories[COFF::EXPORT_TABLE]); in mapping()
/freebsd-14-stable/contrib/llvm-project/lld/COFF/
HDWriter.cpp1690 dir[EXPORT_TABLE].RelativeVirtualAddress = edataStart->getRVA(); in writeHeader()
1691 dir[EXPORT_TABLE].Size = in writeHeader()