Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDCOFF.h607 LOAD_CONFIG_TABLE, enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDCOFFYAML.cpp489 PH.DataDirectories[COFF::LOAD_CONFIG_TABLE]); in mapping()
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
HDWriter.cpp1745 dir[LOAD_CONFIG_TABLE].RelativeVirtualAddress = b->getRVA(); in writeHeader()
1746 dir[LOAD_CONFIG_TABLE].Size = loadConfigSize; in writeHeader()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
HDCOFFObjectFile.cpp740 const data_directory *DataEntry = getDataDirectory(COFF::LOAD_CONFIG_TABLE); in initLoadConfigPtr()