Home
last modified time | relevance | path

Searched refs:footerSize (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h778 static constexpr size_t footerSize = 64; variable
H A DSyntheticSections.cpp2642 return headerSize + entries.size() * target->pltEntrySize + footerSize; in getSize()