Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp173 uint64_t skipLength; member
193 if (state.skipLength == target->wordSize) { in flushRebase()
203 encodeULEB128(state.skipLength - target->wordSize, os); in flushRebase()
208 encodeULEB128(state.skipLength - target->wordSize, os); in flushRebase()
249 if (skip == state.skipLength) { in encodeRebases()
253 state.skipLength = skip; in encodeRebases()
254 } else if (skip < state.skipLength) { in encodeRebases()
262 state.skipLength = skip; in encodeRebases()
267 emitIncrement(skip - state.skipLength, os); in encodeRebases()
269 state.skipLength = target->wordSize; in encodeRebases()
/freebsd/sys/dev/qat/qat_api/include/dc/
H A Dcpa_dc.h992 Cpa32U skipLength; member