Lines Matching defs:rel
29 void relocate(uint8_t *loc, const Relocation &rel,
87 void SPARCV9::relocate(uint8_t *loc, const Relocation &rel,
89 switch (rel.type) {
93 checkUInt(ctx, loc, val, 32, rel);
98 checkInt(ctx, loc, val, 32, rel);
104 checkInt(ctx, loc, val, 32, rel);
109 checkUInt(ctx, loc, val, 22, rel);
120 checkUInt(ctx, loc, val >> 10, 22, rel);
125 checkInt(ctx, loc, val, 21, rel);
144 checkUInt(ctx, loc, val >> 42, 22, rel);
153 checkUInt(ctx, loc, val >> 22, 22, rel);