Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/ELF/Arch/
H A 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()
H A DX86.cpp289 checkIntUInt(loc, val, 8, rel); in relocate()
297 checkIntUInt(loc, val, 16, rel); in relocate()
H A DAArch64.cpp365 checkIntUInt(loc, val, 16, rel); in relocate()
370 checkIntUInt(loc, val, 32, rel); in relocate()
H A DX86_64.cpp723 checkIntUInt(loc, val, 8, rel); in relocate()
731 checkIntUInt(loc, val, 16, rel); in relocate()
H A DPPC.cpp315 checkIntUInt(loc, val, 16, rel); in relocate()
H A DPPC64.cpp1244 checkIntUInt(loc, val, 16, rel); in relocate()
1248 checkIntUInt(loc, val, 32, rel); in relocate()
/openbsd/gnu/llvm/lld/ELF/
H A DTarget.h244 inline void checkIntUInt(uint8_t *loc, uint64_t v, int n, in checkIntUInt() function