Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h607 LOAD_CONFIG_TABLE, enumerator
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp489 PH.DataDirectories[COFF::LOAD_CONFIG_TABLE]); in mapping()
/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp1745 dir[LOAD_CONFIG_TABLE].RelativeVirtualAddress = b->getRVA(); in writeHeader()
1746 dir[LOAD_CONFIG_TABLE].Size = loadConfigSize; in writeHeader()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp740 const data_directory *DataEntry = getDataDirectory(COFF::LOAD_CONFIG_TABLE); in initLoadConfigPtr()