| /src/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | AVR.cpp | 122 checkUInt(loc, val, 8, rel); in relocate() 126 checkUInt(loc, val, 32, rel); in relocate() 130 checkUInt(loc, val, 32, rel); in relocate() 134 checkUInt(loc, val, 32, rel); in relocate() 145 checkUInt(loc, val >> 1, 16, rel); in relocate() 149 checkUInt(loc, val, 32, rel); in relocate() 154 checkUInt(loc, val, 8, rel); in relocate() 184 checkUInt(loc, val, 17, rel); in relocate() 191 checkUInt(loc, val, 17, rel); in relocate() 216 checkUInt(loc, val, 7, rel); in relocate() [all …]
|
| H A D | SPARCV9.cpp | 93 checkUInt(loc, val, 32, rel); in relocate() 109 checkUInt(loc, val, 22, rel); in relocate() 120 checkUInt(loc, val >> 10, 22, rel); in relocate() 144 checkUInt(loc, val >> 42, 22, rel); in relocate() 153 checkUInt(loc, val >> 22, 22, rel); in relocate()
|
| H A D | AArch64.cpp | 567 checkUInt(loc, val, 16, rel); in relocate() 573 checkUInt(loc, val, 32, rel); in relocate() 579 checkUInt(loc, val, 48, rel); in relocate() 623 checkUInt(loc, val, 24, rel); in relocate() 652 checkUInt(loc, val, 32, rel); in relaxTlsGdToLe() 704 checkUInt(loc, val, 32, rel); in relaxTlsIeToLe()
|
| H A D | ARM.cpp | 574 checkUInt(loc, imm, 12, rel); in encodeLdrGroup() 592 checkUInt(loc, imm, 8, rel); in encodeLdrsGroup() 822 checkUInt(loc, imm, 12, rel); in relocate() 835 checkUInt(loc, val, 10, rel); in relocate() 853 checkUInt(loc, imm12, 12, rel); in relocate()
|
| H A D | SystemZ.cpp | 504 checkUInt(loc, val, 12, rel); in relocate()
|
| H A D | X86_64.cpp | 784 checkUInt(loc, val, 32, rel); in relocate()
|
| /src/contrib/llvm-project/lld/MachO/ |
| H A D | Relocations.h | 100 inline void checkUInt(void *loc, Diagnostic d, uint64_t v, int bits) { in checkUInt() function
|
| /src/contrib/llvm-project/lld/MachO/Arch/ |
| H A D | X86_64.cpp | 106 checkUInt(loc, r, value, 32); in relocateOne()
|
| /src/contrib/llvm-project/lld/ELF/ |
| H A D | Target.h | 261 inline void checkUInt(uint8_t *loc, uint64_t v, int n, const Relocation &rel) { in checkUInt() function
|