Searched refs:checkIntUInt (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | MSP430.cpp | 66 checkIntUInt(loc, val, 8, rel); in relocate() 73 checkIntUInt(loc, val, 16, rel); in relocate() 77 checkIntUInt(loc, val, 32, rel); in relocate()
|
| H A D | X86.cpp | 293 checkIntUInt(loc, val, 8, rel); in relocate() 301 checkIntUInt(loc, val, 16, rel); in relocate()
|
| H A D | AArch64.cpp | 344 checkIntUInt(loc, val, 16, rel); in relocate() 349 checkIntUInt(loc, val, 32, rel); in relocate()
|
| H A D | X86_64.cpp | 738 checkIntUInt(loc, val, 8, rel); in relocate() 746 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 | 1227 checkIntUInt(loc, val, 16, rel); in relocate() 1231 checkIntUInt(loc, val, 32, rel); in relocate()
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | Target.h | 250 inline void checkIntUInt(uint8_t *loc, uint64_t v, int n, in checkIntUInt() function
|