Searched refs:checkUInt (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/lld/ELF/Arch/ |
D | AVR.cpp | 73 checkUInt(loc, val, 8, rel); in relocate() 84 checkUInt(loc, val >> 1, 16, rel); in relocate() 88 checkUInt(loc, val, 32, rel); in relocate() 93 checkUInt(loc, val, 8, rel); in relocate() 149 checkUInt(loc, val, 5, rel); in relocate() 153 checkUInt(loc, val, 6, rel); in relocate()
|
D | SPARCV9.cpp | 95 checkUInt(loc, val, 32, rel); in relocate() 111 checkUInt(loc, val, 22, rel); in relocate() 122 checkUInt(loc, val >> 10, 22, rel); in relocate() 146 checkUInt(loc, val >> 42, 22, rel); in relocate() 155 checkUInt(loc, val >> 22, 22, rel); in relocate()
|
D | AArch64.cpp | 402 checkUInt(loc, val, 16, rel); in relocate() 408 checkUInt(loc, val, 32, rel); in relocate() 414 checkUInt(loc, val, 48, rel); in relocate() 456 checkUInt(loc, val, 24, rel); in relocate() 481 checkUInt(loc, val, 32, rel); in relaxTlsGdToLe() 533 checkUInt(loc, val, 32, rel); in relaxTlsIeToLe()
|
D | ARM.cpp | 668 checkUInt(loc, imm, 12, rel); in relocate() 680 checkUInt(loc, imm, 12, rel); in relocate() 693 checkUInt(loc, val, 10, rel); in relocate() 711 checkUInt(loc, imm12, 12, rel); in relocate()
|
D | X86_64.cpp | 696 checkUInt(loc, val, 32, rel); in relocate()
|
/external/llvm-project/lld/ELF/ |
D | Target.h | 243 inline void checkUInt(uint8_t *loc, uint64_t v, int n, const Relocation &rel) { in checkUInt() function
|