Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/ELF/Arch/
DMSP430.cpp65 checkIntUInt(loc, val, 8, rel); in relocate()
72 checkIntUInt(loc, val, 16, rel); in relocate()
76 checkIntUInt(loc, val, 32, rel); in relocate()
DX86.cpp289 checkIntUInt(loc, val, 8, rel); in relocate()
297 checkIntUInt(loc, val, 16, rel); in relocate()
DAArch64.cpp365 checkIntUInt(loc, val, 16, rel); in relocate()
370 checkIntUInt(loc, val, 32, rel); in relocate()
DX86_64.cpp723 checkIntUInt(loc, val, 8, rel); in relocate()
731 checkIntUInt(loc, val, 16, rel); in relocate()
DPPC.cpp315 checkIntUInt(loc, val, 16, rel); in relocate()
DPPC64.cpp1244 checkIntUInt(loc, val, 16, rel); in relocate()
1248 checkIntUInt(loc, val, 32, rel); in relocate()
/openbsd/src/gnu/llvm/lld/ELF/
DTarget.h244 inline void checkIntUInt(uint8_t *loc, uint64_t v, int n, in checkIntUInt() function