| /openbsd-src/gnu/llvm/lld/ELF/Arch/ |
| H A D | AVR.cpp | 99 checkUInt(loc, val, 8, rel); in relocate() 110 checkUInt(loc, val >> 1, 16, rel); in relocate() 114 checkUInt(loc, val, 32, rel); in relocate() 119 checkUInt(loc, val, 8, rel); in relocate() 175 checkUInt(loc, val, 7, rel); in relocate() 183 checkUInt(loc, val, 5, rel); in relocate() 187 checkUInt(loc, val, 6, rel); in relocate()
|
| H A D | SPARCV9.cpp | 93 checkUInt(loc, val, 32, rel); in relocate() 109 checkUInt(loc, val, 22, rel); in relocate() 120 checkUInt(loc, val >> 10, 22, rel); in relocate() 144 checkUInt(loc, val >> 42, 22, rel); in relocate() 153 checkUInt(loc, val >> 22, 22, rel); in relocate()
|
| H A D | AArch64.cpp | 449 checkUInt(loc, val, 16, rel); in relocate() 455 checkUInt(loc, val, 32, rel); in relocate() 461 checkUInt(loc, val, 48, rel); in relocate() 503 checkUInt(loc, val, 24, rel); in relocate() 532 checkUInt(loc, val, 32, rel); in relaxTlsGdToLe() 584 checkUInt(loc, val, 32, rel); in relaxTlsIeToLe()
|
| H A D | ARM.cpp | 481 checkUInt(loc, imm, 12, rel); in encodeLdrGroup() 499 checkUInt(loc, imm, 8, rel); in encodeLdrsGroup() 715 checkUInt(loc, imm, 12, rel); in relocate() 728 checkUInt(loc, val, 10, rel); in relocate() 746 checkUInt(loc, imm12, 12, rel); in relocate()
|
| H A D | X86_64.cpp | 739 checkUInt(loc, val, 32, rel); in relocate()
|
| /openbsd-src/gnu/llvm/lld/MachO/ |
| H A D | Relocations.h | 98 inline void checkUInt(void *loc, Diagnostic d, uint64_t v, int bits) { in checkUInt() function
|
| /openbsd-src/gnu/llvm/lld/MachO/Arch/ |
| H A D | X86_64.cpp | 107 checkUInt(loc, r, value, 32); in relocateOne()
|
| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | Target.h | 238 inline void checkUInt(uint8_t *loc, uint64_t v, int n, const Relocation &rel) { in checkUInt() function
|