Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DOutputSections.h89 uint64_t crelHeader = 0; variable
H A DOutputSections.cpp485 buf += encodeULEB128(crelHeader, buf); in writeTo()
525 buf += encodeULEB128(crelHeader, buf); in writeTo()
710 crelHeader = totalCount * 8 + 4; in finalizeNonAllocCrel()
711 size = getULEB128Size(crelHeader) + crelBody.size(); in finalizeNonAllocCrel()