Searched refs:checkIntUInt (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/llvm/lld/ELF/Arch/ |
H A D | MSP430.cpp | 65 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 D | X86.cpp | 289 checkIntUInt(loc, val, 8, rel); in relocate() 297 checkIntUInt(loc, val, 16, rel); in relocate()
|
H A D | AArch64.cpp | 365 checkIntUInt(loc, val, 16, rel); in relocate() 370 checkIntUInt(loc, val, 32, rel); in relocate()
|
H A D | X86_64.cpp | 723 checkIntUInt(loc, val, 8, rel); in relocate() 731 checkIntUInt(loc, val, 16, rel); in relocate()
|
H A D | PPC.cpp | 315 checkIntUInt(loc, val, 16, rel); in relocate()
|
H A D | PPC64.cpp | 1244 checkIntUInt(loc, val, 16, rel); in relocate() 1248 checkIntUInt(loc, val, 32, rel); in relocate()
|
/openbsd/gnu/llvm/lld/ELF/ |
H A D | Target.h | 244 inline void checkIntUInt(uint8_t *loc, uint64_t v, int n, in checkIntUInt() function
|