Searched defs:relocator (Results 1 – 1 of 1) sorted by relevance
| /bionic/linker/ |
| D | linker_relocate.cpp | 97 static inline bool lookup_symbol(Relocator& relocator, uint32_t r_sym, const char* sym_name, in lookup_symbol() 162 static bool process_relocation_impl(Relocator& relocator, const rel_t& reloc) { in process_relocation_impl() 528 static bool process_relocation_general(Relocator& relocator, const rel_t& reloc) { in process_relocation_general() 534 static inline bool process_relocation(Relocator& relocator, const rel_t& reloc) { in process_relocation() 542 static bool plain_relocate_impl(Relocator& relocator, rel_t* rels, size_t rel_count) { in plain_relocate_impl() 553 static bool packed_relocate_impl(Relocator& relocator, sleb128_decoder decoder) { in packed_relocate_impl() 575 static bool plain_relocate(Relocator& relocator, Args ...args) { in plain_relocate() 582 static bool packed_relocate(Relocator& relocator, Args ...args) { in packed_relocate() 596 Relocator relocator(version_tracker, lookup_list); in relocate() local
|