Searched refs:checkUInt (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | AVR.cpp | 101 checkUInt(loc, val, 8, rel); in relocate() 112 checkUInt(loc, val >> 1, 16, rel); in relocate() 116 checkUInt(loc, val, 32, rel); in relocate() 121 checkUInt(loc, val, 8, rel); in relocate() 177 checkUInt(loc, val, 5, rel); in relocate() 181 checkUInt(loc, val, 6, rel); in relocate()
|
| H A D | SPARCV9.cpp | 95 checkUInt(loc, val, 32, rel); in relocate() 111 checkUInt(loc, val, 22, rel); in relocate() 122 checkUInt(loc, val >> 10, 22, rel); in relocate() 146 checkUInt(loc, val >> 42, 22, rel); in relocate() 155 checkUInt(loc, val >> 22, 22, rel); in relocate()
|
| H A D | AArch64.cpp | 428 checkUInt(loc, val, 16, rel); in relocate() 434 checkUInt(loc, val, 32, rel); in relocate() 440 checkUInt(loc, val, 48, rel); in relocate() 482 checkUInt(loc, val, 24, rel); in relocate() 511 checkUInt(loc, val, 32, rel); in relaxTlsGdToLe() 563 checkUInt(loc, val, 32, rel); in relaxTlsIeToLe()
|
| H A D | ARM.cpp | 653 checkUInt(loc, imm, 12, rel); in relocate() 665 checkUInt(loc, imm, 12, rel); in relocate() 678 checkUInt(loc, val, 10, rel); in relocate() 696 checkUInt(loc, imm12, 12, rel); in relocate()
|
| H A D | X86_64.cpp | 754 checkUInt(loc, val, 32, rel); in relocate()
|
| /freebsd-13.1/contrib/llvm-project/lld/MachO/ |
| H A D | Relocations.h | 92 inline void checkUInt(Diagnostic d, uint64_t v, int bits) { in checkUInt() function
|
| /freebsd-13.1/contrib/llvm-project/lld/MachO/Arch/ |
| H A D | X86_64.cpp | 105 checkUInt(r, value, 32); in relocateOne()
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | Target.h | 244 inline void checkUInt(uint8_t *loc, uint64_t v, int n, const Relocation &rel) { in checkUInt() function
|