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.h90 uint64_t crelHeader = 0; variable
H A DOutputSections.cpp502 buf += encodeULEB128(crelHeader, buf); in writeTo()
542 buf += encodeULEB128(crelHeader, buf); in writeTo()
733 crelHeader = totalCount * 8 + 4; in finalizeNonAllocCrel()
734 size = getULEB128Size(crelHeader) + crelBody.size(); in finalizeNonAllocCrel()