| /freebsd-13.1/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | Mips.cpp | 631 checkInt(loc, val, 16, rel); in relocate() 645 checkInt(loc, val, 16, rel); in relocate() 657 checkInt(loc, val, 7, rel); in relocate() 701 checkInt(loc, val, 18, rel); in relocate() 706 checkInt(loc, val, 21, rel); in relocate() 711 checkInt(loc, val, 23, rel); in relocate() 716 checkInt(loc, val, 28, rel); in relocate() 724 checkInt(loc, val, 27, rel); in relocate() 728 checkInt(loc, val, 8, rel); in relocate() 732 checkInt(loc, val, 11, rel); in relocate() [all …]
|
| H A D | AArch64.cpp | 353 checkInt(loc, val, 32, rel); in relocate() 367 checkInt(loc, val, 33, rel); in relocate() 373 checkInt(loc, val, 21, rel); in relocate() 387 checkInt(loc, val, 28, rel); in relocate() 393 checkInt(loc, val, 21, rel); in relocate() 451 checkInt(loc, val, 17, rel); in relocate() 460 checkInt(loc, val, 33, rel); in relocate() 469 checkInt(loc, val, 49, rel); in relocate() 478 checkInt(loc, val, 16, rel); in relocate()
|
| H A D | RISCV.cpp | 306 checkInt(loc, static_cast<int64_t>(val) >> 1, 8, rel); in relocate() 321 checkInt(loc, static_cast<int64_t>(val) >> 1, 11, rel); in relocate() 340 checkInt(loc, imm, 6, rel); in relocate() 352 checkInt(loc, static_cast<int64_t>(val) >> 1, 20, rel); in relocate() 367 checkInt(loc, static_cast<int64_t>(val) >> 1, 12, rel); in relocate() 385 checkInt(loc, hi, 20, rel); in relocate() 400 checkInt(loc, SignExtend64(hi, bits) >> 12, 20, rel); in relocate()
|
| H A D | SPARCV9.cpp | 100 checkInt(loc, val, 32, rel); in relocate() 106 checkInt(loc, val, 32, rel); in relocate() 127 checkInt(loc, val, 21, rel); in relocate()
|
| H A D | Hexagon.cpp | 298 checkInt(loc, val, 11, rel); in relocate() 305 checkInt(loc, val, 15, rel); in relocate() 309 checkInt(loc, val, 17, rel); in relocate() 318 checkInt(loc, val, 22, rel); in relocate()
|
| H A D | AVR.cpp | 187 checkInt(loc, val, 7, rel); in relocate() 201 checkInt(loc, val, 6, rel); in relocate() 206 checkInt(loc, val, 6, rel); in relocate()
|
| H A D | ARM.cpp | 476 checkInt(loc, val, 31, rel); in relocate() 494 checkInt(loc, val, 26, rel); in relocate() 509 checkInt(loc, val, 26, rel); in relocate() 513 checkInt(loc, val, 12, rel); in relocate() 518 checkInt(loc, val, 21, rel); in relocate() 554 checkInt(loc, val, 23, rel); in relocate() 569 checkInt(loc, val, 25, rel); in relocate()
|
| H A D | PPC64.cpp | 1236 checkInt(loc, val, 16, rel); in relocate() 1249 checkInt(loc, val + 0x8000, 32, rel); in relocate() 1256 checkInt(loc, val, 32, rel); in relocate() 1317 checkInt(loc, val, 16, rel); in relocate() 1321 checkInt(loc, val, 32, rel); in relocate() 1331 checkInt(loc, val, 16, rel); in relocate() 1339 checkInt(loc, val, 26, rel); in relocate() 1362 checkInt(loc, val, 34, rel); in relocate()
|
| H A D | PPC.cpp | 323 checkInt(loc, val, 16, rel); in relocate() 359 checkInt(loc, val, 16, rel); in relocate() 369 checkInt(loc, val, 26, rel); in relocate()
|
| H A D | MSP430.cpp | 82 checkInt(loc, offset, 10, rel); in relocate()
|
| H A D | X86.cpp | 297 checkInt(loc, val, 8, rel); in relocate() 315 checkInt(loc, val, 17, rel); in relocate() 337 checkInt(loc, val, 32, rel); in relocate()
|
| H A D | X86_64.cpp | 742 checkInt(loc, val, 8, rel); in relocate() 750 checkInt(loc, val, 16, rel); in relocate() 772 checkInt(loc, val, 32, rel); in relocate() 890 checkInt(loc, val, 32, rel); in relaxGot()
|
| H A D | AMDGPU.cpp | 144 checkInt(loc, simm, 16, rel); in relocate()
|
| /freebsd-13.1/contrib/llvm-project/lld/MachO/Arch/ |
| H A D | ARM64Common.h | 44 checkInt(r, va, 28); in encodeBranch26() 51 checkInt(d, va, 28); in encodeBranch26() 61 checkInt(r, va, 35); in encodePage21() 66 checkInt(d, va, 35); in encodePage21()
|
| H A D | ARM64Common.cpp | 57 checkInt(r, value, 32); in relocateOne() 62 checkInt(r, value, 32); in relocateOne()
|
| H A D | X86_64.cpp | 107 checkInt(r, value, 32); in relocateOne() 130 checkInt(d, destAddr - rip, 32); in writeRipRelative()
|
| /freebsd-13.1/contrib/llvm-project/lld/MachO/ |
| H A D | Relocations.h | 85 inline void checkInt(Diagnostic d, int64_t v, int bits) { in checkInt() function
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | Target.h | 238 inline void checkInt(uint8_t *loc, int64_t v, int n, const Relocation &rel) { in checkInt() function
|