Home
last modified time | relevance | path

Searched refs:WIN_RES_NULL_ENTRY_SIZE (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lld/COFF/
DDriverUtils.cpp464 object::WIN_RES_MAGIC_SIZE + object::WIN_RES_NULL_ENTRY_SIZE + in createMemoryBufferForManifestRes()
475 memset(buf, 0, object::WIN_RES_NULL_ENTRY_SIZE); in writeResFileHeader()
476 buf += object::WIN_RES_NULL_ENTRY_SIZE; in writeResFileHeader()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
DWindowsResource.h55 const size_t WIN_RES_NULL_ENTRY_SIZE = 16; variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
DWindowsResource.cpp53 size_t LeadingSize = WIN_RES_MAGIC_SIZE + WIN_RES_NULL_ENTRY_SIZE; in WindowsResource()
61 if (Source.getBufferSize() < WIN_RES_MAGIC_SIZE + WIN_RES_NULL_ENTRY_SIZE) in createWindowsResource()