| /freebsd/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | AVR.cpp | 121 checkUInt(ctx, loc, val, 8, rel); in relocate() 125 checkUInt(ctx, loc, val, 32, rel); in relocate() 129 checkUInt(ctx, loc, val, 32, rel); in relocate() 133 checkUInt(ctx, loc, val, 32, rel); in relocate() 144 checkUInt(ctx, loc, val >> 1, 16, rel); in relocate() 148 checkUInt(ctx, loc, val, 32, rel); in relocate() 153 checkUInt(ctx, loc, val, 8, rel); in relocate() 183 checkUInt(ctx, loc, val, 17, rel); in relocate() 190 checkUInt(ctx, loc, val, 17, rel); in relocate() 215 checkUInt(ctx, loc, val, 7, rel); in relocate() [all …]
|
| H A D | SPARCV9.cpp | 92 checkUInt(ctx, loc, val, 32, rel); in relocate() 108 checkUInt(ctx, loc, val, 22, rel); in relocate() 119 checkUInt(ctx, loc, val >> 10, 22, rel); in relocate() 143 checkUInt(ctx, loc, val >> 42, 22, rel); in relocate() 152 checkUInt(ctx, loc, val >> 22, 22, rel); in relocate()
|
| H A D | AArch64.cpp | 621 checkUInt(ctx, loc, val, 16, rel); in relocate() 627 checkUInt(ctx, loc, val, 32, rel); in relocate() 633 checkUInt(ctx, loc, val, 48, rel); in relocate() 677 checkUInt(ctx, loc, val, 24, rel); in relocate() 707 checkUInt(ctx, loc, val, 32, rel); in relaxTlsGdToLe() 759 checkUInt(ctx, loc, val, 32, rel); in relaxTlsIeToLe()
|
| H A D | ARM.cpp | 579 checkUInt(ctx, loc, imm, 12, rel); in encodeLdrGroup() 597 checkUInt(ctx, loc, imm, 8, rel); in encodeLdrsGroup() 832 checkUInt(ctx, loc, imm, 12, rel); in relocate() 846 checkUInt(ctx, loc, val, 10, rel); in relocate() 864 checkUInt(ctx, loc, imm12, 12, rel); in relocate()
|
| H A D | SystemZ.cpp | 501 checkUInt(ctx, loc, val, 12, rel); in relocate()
|
| H A D | X86_64.cpp | 879 checkUInt(ctx, loc, val, 32, rel); in relocate()
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | Relocations.h | 104 inline void checkUInt(void *loc, Diagnostic d, uint64_t v, int bits) { in checkUInt() function
|
| /freebsd/contrib/llvm-project/lld/MachO/Arch/ |
| H A D | X86_64.cpp | 106 checkUInt(loc, r, value, 32); in relocateOne()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Target.h | 276 inline void checkUInt(Ctx &ctx, uint8_t *loc, uint64_t v, int n, in checkUInt() function
|