Home
last modified time | relevance | path

Searched defs:headerSize (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
HDCompactUnwindPass.cpp110 uint32_t headerSize = 7 * sizeof(uint32_t); in addHeader() local
216 const int16_t headerSize = sizeof(uint32_t) + 2 * sizeof(uint16_t); in addRegularSecondLevelPage() local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
HDMachOWriter.cpp23 size_t MachOWriter::headerSize() const { in headerSize() function in llvm::objcopy::macho::MachOWriter
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDSyntheticSections.h164 static const unsigned headerSize = 16; variable
686 size_t headerSize; variable
HDLinkerScript.cpp1047 uint64_t headerSize = getHeaderSize(); in allocateHeaders() local