Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/ELF/Arch/
DRISCV.cpp72 static uint32_t hi20(uint32_t val) { return (val + 0x800) >> 12; } in hi20() function
220 write32le(buf + 0, utype(AUIPC, X_T2, hi20(offset))); in writePltHeader()
237 write32le(buf + 0, utype(AUIPC, X_T3, hi20(offset))); in writePlt()
590 if (hi20(val) != 0) in relaxTlsLe()