Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/Arch/
H A DMSP430.cpp66 checkIntUInt(loc, val, 8, rel); in relocate()
73 checkIntUInt(loc, val, 16, rel); in relocate()
77 checkIntUInt(loc, val, 32, rel); in relocate()
H A DX86.cpp293 checkIntUInt(loc, val, 8, rel); in relocate()
301 checkIntUInt(loc, val, 16, rel); in relocate()
H A DAArch64.cpp344 checkIntUInt(loc, val, 16, rel); in relocate()
349 checkIntUInt(loc, val, 32, rel); in relocate()
H A DX86_64.cpp738 checkIntUInt(loc, val, 8, rel); in relocate()
746 checkIntUInt(loc, val, 16, rel); in relocate()
H A DPPC.cpp315 checkIntUInt(loc, val, 16, rel); in relocate()
H A DPPC64.cpp1227 checkIntUInt(loc, val, 16, rel); in relocate()
1231 checkIntUInt(loc, val, 32, rel); in relocate()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DTarget.h250 inline void checkIntUInt(uint8_t *loc, uint64_t v, int n, in checkIntUInt() function