Searched refs:checkIntUInt (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/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 | SystemZ.cpp | 497 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 D | X86.cpp | 289 checkIntUInt(loc, val, 8, rel); in relocate() 297 checkIntUInt(loc, val, 16, rel); in relocate()
|
| H A D | AArch64.cpp | 370 checkIntUInt(loc, val, 16, rel); in relocate() 375 checkIntUInt(loc, val, 32, rel); in relocate()
|
| H A D | X86_64.cpp | 765 checkIntUInt(loc, val, 8, rel); in relocate() 773 checkIntUInt(loc, val, 16, rel); in relocate()
|
| H A D | PPC.cpp | 322 checkIntUInt(loc, val, 16, rel); in relocate()
|
| H A D | PPC64.cpp | 1275 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 D | Target.h | 267 inline void checkIntUInt(uint8_t *loc, uint64_t v, int n, in checkIntUInt() function
|