Searched refs:rels (Results 1 – 4 of 4) sorted by relevance
144 rels = lib.rels145 for sym in rels.got + rels.jump_slots + [sym for off, sym in rels.symbolic]:209 for r in lib.rels.jump_slots:215 for r in lib.rels.got:225 for off in lib.rels.relative:227 for off, r in lib.rels.symbolic:
137 self.rels: Relocations = None144 result['rels'] = self.rels.to_json()153 result.rels = Relocations.from_json(obj['rels'])
220 lib.rels = scan_relocations(path, lib.syms)
527 static bool plain_relocate_impl(Relocator& relocator, rel_t* rels, size_t rel_count) { in plain_relocate_impl() argument529 if (!process_relocation<Mode>(relocator, rels[i])) { in plain_relocate_impl()