Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DAVR.cpp121 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 DSPARCV9.cpp92 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 DAArch64.cpp621 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 DARM.cpp579 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 DSystemZ.cpp501 checkUInt(ctx, loc, val, 12, rel); in relocate()
H A DX86_64.cpp879 checkUInt(ctx, loc, val, 32, rel); in relocate()
/freebsd/contrib/llvm-project/lld/MachO/
H A DRelocations.h104 inline void checkUInt(void *loc, Diagnostic d, uint64_t v, int bits) { in checkUInt() function
/freebsd/contrib/llvm-project/lld/MachO/Arch/
H A DX86_64.cpp106 checkUInt(loc, r, value, 32); in relocateOne()
/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.h276 inline void checkUInt(Ctx &ctx, uint8_t *loc, uint64_t v, int n, in checkUInt() function