Home
last modified time | relevance | path

Searched refs:overwriteULEB128 (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/lld/ELF/
H A DTarget.h310 inline uint64_t overwriteULEB128(uint8_t *bufLoc, uint64_t val) { in overwriteULEB128() function
H A DInputSection.cpp997 if (overwriteULEB128(bufLoc, val) >= 0x80) in relocateNonAlloc()
/src/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp663 if (overwriteULEB128(loc, val) >= 0x80) in relocateAlloc()