| /freebsd-12.1/contrib/llvm/tools/lld/ELF/Arch/ |
| H A D | Mips.cpp | 524 checkInt(Loc, Val, 16, Type); in relocateOne() 538 checkInt(Loc, Val, 16, Type); in relocateOne() 550 checkInt(Loc, Val, 7, Type); in relocateOne() 580 checkInt(Loc, Val, 18, Type); in relocateOne() 585 checkInt(Loc, Val, 21, Type); in relocateOne() 590 checkInt(Loc, Val, 23, Type); in relocateOne() 595 checkInt(Loc, Val, 28, Type); in relocateOne() 603 checkInt(Loc, Val, 27, Type); in relocateOne() 607 checkInt(Loc, Val, 8, Type); in relocateOne() 611 checkInt(Loc, Val, 11, Type); in relocateOne() [all …]
|
| H A D | RISCV.cpp | 101 checkInt(Loc, static_cast<int64_t>(Val) >> 1, 8, Type); in relocateOne() 116 checkInt(Loc, static_cast<int64_t>(Val) >> 1, 11, Type); in relocateOne() 147 checkInt(Loc, static_cast<int64_t>(Val) >> 1, 20, Type); in relocateOne() 162 checkInt(Loc, static_cast<int64_t>(Val) >> 1, 12, Type); in relocateOne() 178 checkInt(Loc, Val, 32, Type); in relocateOne() 188 checkInt(Loc, Val, 32, Type); in relocateOne() 196 checkInt(Loc, Val, 32, Type); in relocateOne() 205 checkInt(Loc, Val, 32, Type); in relocateOne()
|
| H A D | ARM.cpp | 405 checkInt(Loc, Val, 31, Type); in relocateOne() 414 checkInt(Loc, Val, 26, Type); in relocateOne() 429 checkInt(Loc, Val, 26, Type); in relocateOne() 433 checkInt(Loc, Val, 12, Type); in relocateOne() 438 checkInt(Loc, Val, 21, Type); in relocateOne() 462 checkInt(Loc, Val, 23, Type); in relocateOne() 476 checkInt(Loc, Val, 25, Type); in relocateOne()
|
| H A D | SPARCV9.cpp | 86 checkInt(Loc, Val, 32, Type); in relocateOne() 92 checkInt(Loc, Val, 32, Type); in relocateOne() 107 checkInt(Loc, Val, 21, Type); in relocateOne()
|
| H A D | AArch64.cpp | 275 checkInt(Loc, Val, 33, Type); in relocateOne() 279 checkInt(Loc, Val, 21, Type); in relocateOne() 293 checkInt(Loc, Val, 28, Type); in relocateOne() 299 checkInt(Loc, Val, 21, Type); in relocateOne() 342 checkInt(Loc, Val, 16, Type); in relocateOne()
|
| H A D | PPC64.cpp | 634 checkInt(Loc, Val, 16, OriginalType); in relocateOne() 639 checkInt(Loc, Val, 16, OriginalType); in relocateOne() 714 checkInt(Loc, Val, 32, Type); in relocateOne() 724 checkInt(Loc, Val, 16, Type); in relocateOne() 731 checkInt(Loc, Val, 26, Type); in relocateOne()
|
| H A D | X86.cpp | 275 checkInt(Loc, Val, 8, Type); in relocateOne() 293 checkInt(Loc, Val, 17, Type); in relocateOne() 316 checkInt(Loc, Val, 32, Type); in relocateOne()
|
| H A D | MSP430.cpp | 82 checkInt(Loc, Offset, 10, Type); in relocateOne()
|
| H A D | X86_64.cpp | 346 checkInt(Loc, Val, 32, Type); in relocateOne()
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | Target.h | 206 inline void checkInt(uint8_t *Loc, int64_t V, int N, RelType Type) { in checkInt() function
|