Home
last modified time | relevance | path

Searched refs:rels (Results 1 – 4 of 4) sorted by relevance

/bionic/benchmarks/linker_relocation/regen/
Dgen_bench.py144 rels = lib.rels
145 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:
Dcommon_types.py137 self.rels: Relocations = None
144 result['rels'] = self.rels.to_json()
153 result.rels = Relocations.from_json(obj['rels'])
Ddump_relocs.py220 lib.rels = scan_relocations(path, lib.syms)
/bionic/linker/
Dlinker_relocate.cpp527 static bool plain_relocate_impl(Relocator& relocator, rel_t* rels, size_t rel_count) { in plain_relocate_impl() argument
529 if (!process_relocation<Mode>(relocator, rels[i])) { in plain_relocate_impl()