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