Searched refs:checkIntUInt (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/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 | 298 checkIntUInt(loc, val, 8, rel); in relocate() 306 checkIntUInt(loc, val, 16, rel); in relocate()
|
| H A D | AArch64.cpp | 343 checkIntUInt(loc, val, 16, rel); in relocate() 348 checkIntUInt(loc, val, 32, rel); in relocate()
|
| H A D | X86_64.cpp | 747 checkIntUInt(loc, val, 8, rel); in relocate() 755 checkIntUInt(loc, val, 16, rel); in relocate()
|
| H A D | PPC.cpp | 316 checkIntUInt(loc, val, 16, rel); in relocate()
|
| H A D | PPC64.cpp | 1220 checkIntUInt(loc, val, 16, rel); in relocate() 1224 checkIntUInt(loc, val, 32, rel); in relocate()
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | Target.h | 264 inline void checkIntUInt(uint8_t *loc, uint64_t v, int n, in checkIntUInt() function
|