Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/Arch/
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()
DX86.cpp273 checkIntUInt(loc, val, 8, rel); in relocate()
281 checkIntUInt(loc, val, 16, rel); in relocate()
DAArch64.cpp322 checkIntUInt(loc, val, 16, rel); in relocate()
327 checkIntUInt(loc, val, 32, rel); in relocate()
DX86_64.cpp680 checkIntUInt(loc, val, 8, rel); in relocate()
688 checkIntUInt(loc, val, 16, rel); in relocate()
DPPC.cpp299 checkIntUInt(loc, val, 16, rel); in relocate()
DPPC64.cpp1201 checkIntUInt(loc, val, 16, rel); in relocate()
1205 checkIntUInt(loc, val, 32, rel); in relocate()
/external/llvm-project/lld/ELF/
DTarget.h249 inline void checkIntUInt(uint8_t *loc, uint64_t v, int n, in checkIntUInt() function