Home
last modified time | relevance | path

Searched refs:checkInt (Results 1 – 18 of 18) sorted by relevance

/openbsd-src/gnu/llvm/lld/ELF/Arch/
H A DMips.cpp610 checkInt(loc, val, 16, rel); in relocate()
618 checkInt(loc, val, 16, rel); in relocate()
629 checkInt(loc, val, 16, rel); in relocate()
643 checkInt(loc, val, 16, rel); in relocate()
655 checkInt(loc, val, 7, rel); in relocate()
699 checkInt(loc, val, 18, rel); in relocate()
704 checkInt(loc, val, 21, rel); in relocate()
709 checkInt(loc, val, 23, rel); in relocate()
714 checkInt(loc, val, 28, rel); in relocate()
722 checkInt(loc, val, 27, rel); in relocate()
[all …]
H A DSPARCV9.cpp98 checkInt(loc, val, 32, rel); in relocate()
104 checkInt(loc, val, 32, rel); in relocate()
125 checkInt(loc, val, 21, rel); in relocate()
H A DX86_64.cpp727 checkInt(loc, val, 8, rel); in relocate()
735 checkInt(loc, val, 16, rel); in relocate()
750 checkInt(loc, val, 32, rel); in relocate()
768 checkInt(loc, val, 32, rel); in relocate()
780 checkInt(loc, val, 32, rel); in relocate()
788 checkInt(loc, val, 32, rel); in relocate()
796 checkInt(loc, val, 32, rel); in relocate()
801 checkInt(loc, val, 32, rel); in relocate()
915 checkInt(loc, val, 32, rel); in relaxGot()
H A DAArch64.cpp374 checkInt(loc, val, 32, rel); in relocate()
388 checkInt(loc, val, 33, rel); in relocate()
394 checkInt(loc, val, 21, rel); in relocate()
408 checkInt(loc, val, 28, rel); in relocate()
414 checkInt(loc, val, 21, rel); in relocate()
472 checkInt(loc, val, 17, rel); in relocate()
481 checkInt(loc, val, 33, rel); in relocate()
490 checkInt(loc, val, 49, rel); in relocate()
499 checkInt(loc, val, 16, rel); in relocate()
H A DHexagon.cpp299 checkInt(loc, val, 11, rel); in relocate()
306 checkInt(loc, val, 15, rel); in relocate()
310 checkInt(loc, val, 17, rel); in relocate()
319 checkInt(loc, val, 22, rel); in relocate()
H A DARM.cpp526 checkInt(loc, val, 31, rel); in relocate()
544 checkInt(loc, val, 26, rel); in relocate()
559 checkInt(loc, val, 26, rel); in relocate()
564 checkInt(loc, val, 9, rel); in relocate()
569 checkInt(loc, val, 12, rel); in relocate()
574 checkInt(loc, val, 21, rel); in relocate()
610 checkInt(loc, val, 23, rel); in relocate()
625 checkInt(loc, val, 25, rel); in relocate()
H A DAVR.cpp193 checkInt(loc, val, 7, rel); in relocate()
207 checkInt(loc, val, 6, rel); in relocate()
212 checkInt(loc, val, 6, rel); in relocate()
H A DPPC64.cpp1253 checkInt(loc, val, 16, rel); in relocate()
1266 checkInt(loc, val + 0x8000, 32, rel); in relocate()
1273 checkInt(loc, val, 32, rel); in relocate()
1334 checkInt(loc, val, 16, rel); in relocate()
1338 checkInt(loc, val, 32, rel); in relocate()
1348 checkInt(loc, val, 16, rel); in relocate()
1356 checkInt(loc, val, 26, rel); in relocate()
1379 checkInt(loc, val, 34, rel); in relocate()
H A DRISCV.cpp321 checkInt(loc, val, 9, rel); in relocate()
336 checkInt(loc, val, 12, rel); in relocate()
355 checkInt(loc, imm, 6, rel); in relocate()
367 checkInt(loc, val, 21, rel); in relocate()
382 checkInt(loc, val, 13, rel); in relocate()
400 checkInt(loc, hi, 20, rel); in relocate()
415 checkInt(loc, SignExtend64(hi, bits) >> 12, 20, rel); in relocate()
H A DMSP430.cpp81 checkInt(loc, offset, 10, rel); in relocate()
H A DPPC.cpp323 checkInt(loc, val, 16, rel); in relocate()
359 checkInt(loc, val, 16, rel); in relocate()
369 checkInt(loc, val, 26, rel); in relocate()
H A DX86.cpp293 checkInt(loc, val, 8, rel); in relocate()
311 checkInt(loc, val, 17, rel); in relocate()
335 checkInt(loc, val, 32, rel); in relocate()
H A DAMDGPU.cpp148 checkInt(loc, simm, 16, rel); in relocate()
/openbsd-src/gnu/llvm/lld/MachO/Arch/
H A DARM64Common.h47 checkInt(loc, r, va, 28); in encodeBranch26()
55 checkInt(loc, d, va, 28); in encodeBranch26()
66 checkInt(loc, r, va, 35); in encodePage21()
73 checkInt(loc, d, va, 35); in encodePage21()
H A DX86_64.cpp109 checkInt(loc, r, value, 32); in relocateOne()
132 checkInt(buf, d, destAddr - rip, 32); in writeRipRelative()
H A DARM64Common.cpp44 checkInt(loc, r, value, 32); in writeValue()
/openbsd-src/gnu/llvm/lld/MachO/
H A DRelocations.h91 inline void checkInt(void *loc, Diagnostic d, int64_t v, int bits) { in checkInt() function
/openbsd-src/gnu/llvm/lld/ELF/
H A DTarget.h232 inline void checkInt(uint8_t *loc, int64_t v, int n, const Relocation &rel) { in checkInt() function