Home
last modified time | relevance | path

Searched defs:relocator (Results 1 – 1 of 1) sorted by relevance

/bionic/linker/
Dlinker_relocate.cpp95 static inline bool lookup_symbol(Relocator& relocator, uint32_t r_sym, const char* sym_name, in lookup_symbol()
160 static bool process_relocation_impl(Relocator& relocator, const rel_t& reloc) { in process_relocation_impl()
526 static bool process_relocation_general(Relocator& relocator, const rel_t& reloc) { in process_relocation_general()
532 static inline bool process_relocation(Relocator& relocator, const rel_t& reloc) { in process_relocation()
540 static bool plain_relocate_impl(Relocator& relocator, rel_t* rels, size_t rel_count) { in plain_relocate_impl()
551 static bool packed_relocate_impl(Relocator& relocator, sleb128_decoder decoder) { in packed_relocate_impl()
573 static bool plain_relocate(Relocator& relocator, Args ...args) { in plain_relocate()
580 static bool packed_relocate(Relocator& relocator, Args ...args) { in packed_relocate()
594 Relocator relocator(version_tracker, lookup_list); in relocate() local