| /openbsd-src/gnu/llvm/lld/ELF/Arch/ |
| H A D | Mips.cpp | 610 checkInt(loc, val, 16, rel); in relocate() 618 checkInt(loc, val, 16, rel); in relocate() 629 checkInt(loc, val, 16, rel); in relocate() 643 checkInt(loc, val, 16, rel); in relocate() 655 checkInt(loc, val, 7, rel); in relocate() 699 checkInt(loc, val, 18, rel); in relocate() 704 checkInt(loc, val, 21, rel); in relocate() 709 checkInt(loc, val, 23, rel); in relocate() 714 checkInt(loc, val, 28, rel); in relocate() 722 checkInt(loc, val, 27, rel); in relocate() [all …]
|
| H A D | SPARCV9.cpp | 98 checkInt(loc, val, 32, rel); in relocate() 104 checkInt(loc, val, 32, rel); in relocate() 125 checkInt(loc, val, 21, rel); in relocate()
|
| H A D | X86_64.cpp | 727 checkInt(loc, val, 8, rel); in relocate() 735 checkInt(loc, val, 16, rel); in relocate() 750 checkInt(loc, val, 32, rel); in relocate() 768 checkInt(loc, val, 32, rel); in relocate() 780 checkInt(loc, val, 32, rel); in relocate() 788 checkInt(loc, val, 32, rel); in relocate() 796 checkInt(loc, val, 32, rel); in relocate() 801 checkInt(loc, val, 32, rel); in relocate() 915 checkInt(loc, val, 32, rel); in relaxGot()
|
| H A D | AArch64.cpp | 374 checkInt(loc, val, 32, rel); in relocate() 388 checkInt(loc, val, 33, rel); in relocate() 394 checkInt(loc, val, 21, rel); in relocate() 408 checkInt(loc, val, 28, rel); in relocate() 414 checkInt(loc, val, 21, rel); in relocate() 472 checkInt(loc, val, 17, rel); in relocate() 481 checkInt(loc, val, 33, rel); in relocate() 490 checkInt(loc, val, 49, rel); in relocate() 499 checkInt(loc, val, 16, rel); in relocate()
|
| H A D | Hexagon.cpp | 299 checkInt(loc, val, 11, rel); in relocate() 306 checkInt(loc, val, 15, rel); in relocate() 310 checkInt(loc, val, 17, rel); in relocate() 319 checkInt(loc, val, 22, rel); in relocate()
|
| H A D | ARM.cpp | 526 checkInt(loc, val, 31, rel); in relocate() 544 checkInt(loc, val, 26, rel); in relocate() 559 checkInt(loc, val, 26, rel); in relocate() 564 checkInt(loc, val, 9, rel); in relocate() 569 checkInt(loc, val, 12, rel); in relocate() 574 checkInt(loc, val, 21, rel); in relocate() 610 checkInt(loc, val, 23, rel); in relocate() 625 checkInt(loc, val, 25, rel); in relocate()
|
| H A D | AVR.cpp | 193 checkInt(loc, val, 7, rel); in relocate() 207 checkInt(loc, val, 6, rel); in relocate() 212 checkInt(loc, val, 6, rel); in relocate()
|
| H A D | PPC64.cpp | 1253 checkInt(loc, val, 16, rel); in relocate() 1266 checkInt(loc, val + 0x8000, 32, rel); in relocate() 1273 checkInt(loc, val, 32, rel); in relocate() 1334 checkInt(loc, val, 16, rel); in relocate() 1338 checkInt(loc, val, 32, rel); in relocate() 1348 checkInt(loc, val, 16, rel); in relocate() 1356 checkInt(loc, val, 26, rel); in relocate() 1379 checkInt(loc, val, 34, rel); in relocate()
|
| H A D | RISCV.cpp | 321 checkInt(loc, val, 9, rel); in relocate() 336 checkInt(loc, val, 12, rel); in relocate() 355 checkInt(loc, imm, 6, rel); in relocate() 367 checkInt(loc, val, 21, rel); in relocate() 382 checkInt(loc, val, 13, rel); in relocate() 400 checkInt(loc, hi, 20, rel); in relocate() 415 checkInt(loc, SignExtend64(hi, bits) >> 12, 20, rel); in relocate()
|
| H A D | MSP430.cpp | 81 checkInt(loc, offset, 10, 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 | X86.cpp | 293 checkInt(loc, val, 8, rel); in relocate() 311 checkInt(loc, val, 17, rel); in relocate() 335 checkInt(loc, val, 32, rel); in relocate()
|
| H A D | AMDGPU.cpp | 148 checkInt(loc, simm, 16, rel); in relocate()
|
| /openbsd-src/gnu/llvm/lld/MachO/Arch/ |
| H A D | ARM64Common.h | 47 checkInt(loc, r, va, 28); in encodeBranch26() 55 checkInt(loc, d, va, 28); in encodeBranch26() 66 checkInt(loc, r, va, 35); in encodePage21() 73 checkInt(loc, d, va, 35); in encodePage21()
|
| H A D | X86_64.cpp | 109 checkInt(loc, r, value, 32); in relocateOne() 132 checkInt(buf, d, destAddr - rip, 32); in writeRipRelative()
|
| H A D | ARM64Common.cpp | 44 checkInt(loc, r, value, 32); in writeValue()
|
| /openbsd-src/gnu/llvm/lld/MachO/ |
| H A D | Relocations.h | 91 inline void checkInt(void *loc, Diagnostic d, int64_t v, int bits) { in checkInt() function
|
| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | Target.h | 232 inline void checkInt(uint8_t *loc, int64_t v, int n, const Relocation &rel) { in checkInt() function
|