Searched refs:checkIntUInt (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | MSP430.cpp | 64 checkIntUInt(ctx, loc, val, 8, rel); in relocate() 71 checkIntUInt(ctx, loc, val, 16, rel); in relocate() 75 checkIntUInt(ctx, loc, val, 32, rel); in relocate()
|
| H A D | SystemZ.cpp | 494 checkIntUInt(ctx, loc, val, 8, rel); in relocate() 515 checkIntUInt(ctx, loc, val, 16, rel); in relocate() 555 checkIntUInt(ctx, loc, val, 32, rel); in relocate()
|
| H A D | X86.cpp | 293 checkIntUInt(ctx, loc, val, 8, rel); in relocate() 301 checkIntUInt(ctx, loc, val, 16, rel); in relocate()
|
| H A D | AArch64.cpp | 501 checkIntUInt(ctx, loc, val, 16, rel); in relocate() 506 checkIntUInt(ctx, loc, val, 32, rel); in relocate()
|
| H A D | X86_64.cpp | 863 checkIntUInt(ctx, loc, val, 8, rel); in relocate() 871 checkIntUInt(ctx, loc, val, 16, rel); in relocate()
|
| H A D | PPC.cpp | 326 checkIntUInt(ctx, loc, val, 16, rel); in relocate()
|
| H A D | PPC64.cpp | 1276 checkIntUInt(ctx, loc, val, 16, rel); in relocate() 1280 checkIntUInt(ctx, loc, val, 32, rel); in relocate()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Target.h | 283 inline void checkIntUInt(Ctx &ctx, uint8_t *loc, uint64_t v, int n, in checkIntUInt() function
|