Home
last modified time | relevance | path

Searched refs:checkUInt (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lld/ELF/Arch/
H A DAVR.cpp122 checkUInt(loc, val, 8, rel); in relocate()
126 checkUInt(loc, val, 32, rel); in relocate()
130 checkUInt(loc, val, 32, rel); in relocate()
134 checkUInt(loc, val, 32, rel); in relocate()
149 checkUInt(loc, val, 32, rel); in relocate()
154 checkUInt(loc, val, 8, rel); in relocate()
184 checkUInt(loc, val, 17, rel); in relocate()
191 checkUInt(loc, val, 17, rel); in relocate()
216 checkUInt(loc, val, 7, rel); in relocate()
224 checkUInt(loc, val, 5, rel); in relocate()
[all …]
H A DSPARCV9.cpp93 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 DAArch64.cpp469 checkUInt(loc, val, 16, rel); in relocate()
475 checkUInt(loc, val, 32, rel); in relocate()
481 checkUInt(loc, val, 48, rel); in relocate()
523 checkUInt(loc, val, 24, rel); in relocate()
552 checkUInt(loc, val, 32, rel); in relaxTlsGdToLe()
604 checkUInt(loc, val, 32, rel); in relaxTlsIeToLe()
H A DARM.cpp497 checkUInt(loc, imm, 12, rel); in encodeLdrGroup()
515 checkUInt(loc, imm, 8, rel); in encodeLdrsGroup()
745 checkUInt(loc, imm, 12, rel); in relocate()
758 checkUInt(loc, val, 10, rel); in relocate()
776 checkUInt(loc, imm12, 12, rel); in relocate()
H A DSystemZ.cpp504 checkUInt(loc, val, 12, rel); in relocate()
H A DX86_64.cpp781 checkUInt(loc, val, 32, rel); in relocate()
/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DRelocations.h100 inline void checkUInt(void *loc, Diagnostic d, uint64_t v, int bits) { in checkUInt() function
/freebsd-14.2/contrib/llvm-project/lld/MachO/Arch/
H A DX86_64.cpp107 checkUInt(loc, r, value, 32); in relocateOne()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DTarget.h261 inline void checkUInt(uint8_t *loc, uint64_t v, int n, const Relocation &rel) { in checkUInt() function