| /freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/ |
| HD | Mips.cpp | 580 checkInt(loc, val, 16, type); in relocateOne() 588 checkInt(loc, val, 16, type); in relocateOne() 599 checkInt(loc, val, 16, type); in relocateOne() 613 checkInt(loc, val, 16, type); in relocateOne() 625 checkInt(loc, val, 7, type); in relocateOne() 669 checkInt(loc, val, 18, type); in relocateOne() 674 checkInt(loc, val, 21, type); in relocateOne() 679 checkInt(loc, val, 23, type); in relocateOne() 684 checkInt(loc, val, 28, type); in relocateOne() 692 checkInt(loc, val, 27, type); in relocateOne() [all …]
|
| HD | AArch64.cpp | 335 checkInt(loc, val, 33, type); in relocateOne() 341 checkInt(loc, val, 21, type); in relocateOne() 355 checkInt(loc, val, 28, type); in relocateOne() 361 checkInt(loc, val, 21, type); in relocateOne() 415 checkInt(loc, val, 17, type); in relocateOne() 424 checkInt(loc, val, 33, type); in relocateOne() 433 checkInt(loc, val, 49, type); in relocateOne() 442 checkInt(loc, val, 16, type); in relocateOne()
|
| HD | RISCV.cpp | 273 checkInt(loc, static_cast<int64_t>(val) >> 1, 8, type); in relocateOne() 288 checkInt(loc, static_cast<int64_t>(val) >> 1, 11, type); in relocateOne() 307 checkInt(loc, imm, 6, type); in relocateOne() 319 checkInt(loc, static_cast<int64_t>(val) >> 1, 20, type); in relocateOne() 334 checkInt(loc, static_cast<int64_t>(val) >> 1, 12, type); in relocateOne() 352 checkInt(loc, hi, 20, type); in relocateOne() 367 checkInt(loc, SignExtend64(hi, bits) >> 12, 20, type); in relocateOne()
|
| HD | ARM.cpp | 400 checkInt(loc, val, 31, type); in relocateOne() 409 checkInt(loc, val, 26, type); in relocateOne() 424 checkInt(loc, val, 26, type); in relocateOne() 428 checkInt(loc, val, 12, type); in relocateOne() 433 checkInt(loc, val, 21, type); in relocateOne() 457 checkInt(loc, val, 23, type); in relocateOne() 471 checkInt(loc, val, 25, type); in relocateOne()
|
| HD | SPARCV9.cpp | 88 checkInt(loc, val, 32, type); in relocateOne() 94 checkInt(loc, val, 32, type); in relocateOne() 109 checkInt(loc, val, 21, type); in relocateOne()
|
| HD | Hexagon.cpp | 276 checkInt(loc, val, 11, type); in relocateOne() 283 checkInt(loc, val, 15, type); in relocateOne() 287 checkInt(loc, val, 17, type); in relocateOne() 295 checkInt(loc, val, 22, type); in relocateOne()
|
| HD | PPC64.cpp | 801 checkInt(loc, val, 16, originalType); in relocateOne() 876 checkInt(loc, val, 16, originalType); in relocateOne() 880 checkInt(loc, val, 32, type); in relocateOne() 890 checkInt(loc, val, 16, type); in relocateOne() 897 checkInt(loc, val, 26, type); in relocateOne()
|
| HD | X86.cpp | 275 checkInt(loc, val, 8, type); in relocateOne() 293 checkInt(loc, val, 17, type); in relocateOne() 315 checkInt(loc, val, 32, type); in relocateOne()
|
| HD | PPC.cpp | 304 checkInt(loc, val, 16, type); in relocateOne() 340 checkInt(loc, val, 16, type); in relocateOne() 349 checkInt(loc, val, 26, type); in relocateOne()
|
| HD | MSP430.cpp | 82 checkInt(loc, offset, 10, type); in relocateOne()
|
| HD | X86_64.cpp | 357 checkInt(loc, val, 8, type); in relocateOne() 365 checkInt(loc, val, 16, type); in relocateOne() 387 checkInt(loc, val, 32, type); in relocateOne()
|
| /freebsd-11-stable/contrib/llvm-project/lld/ELF/ |
| HD | Target.h | 213 inline void checkInt(uint8_t *loc, int64_t v, int n, RelType type) { in checkInt() function
|