Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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 DSystemZ.cpp497 checkIntUInt(loc, val, 8, rel); in relocate()
518 checkIntUInt(loc, val, 16, rel); in relocate()
558 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.cpp370 checkIntUInt(loc, val, 16, rel); in relocate()
375 checkIntUInt(loc, val, 32, rel); in relocate()
H A DX86_64.cpp765 checkIntUInt(loc, val, 8, rel); in relocate()
773 checkIntUInt(loc, val, 16, rel); in relocate()
H A DPPC.cpp322 checkIntUInt(loc, val, 16, rel); in relocate()
H A DPPC64.cpp1275 checkIntUInt(loc, val, 16, rel); in relocate()
1279 checkIntUInt(loc, val, 32, rel); in relocate()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DTarget.h267 inline void checkIntUInt(uint8_t *loc, uint64_t v, int n, in checkIntUInt() function