Home
last modified time | relevance | path

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

/aosp12/bionic/linker/
H A Dlinker_relocate.cpp98 *found_in = relocator.cache_si; in lookup_symbol()
99 *sym = relocator.cache_sym; in lookup_symbol()
103 if (!relocator.si->lookup_version_info(relocator.version_tracker, r_sym, sym_name, &vi)) { in lookup_symbol()
110 relocator.cache_sym_val = r_sym; in lookup_symbol()
173 sym_name = relocator.get_string(relocator.si_symtab[r_sym].st_name); in process_relocation_impl()
187 if (phdr_table_protect_segments(relocator.si->phdr, relocator.si->phnum, in process_relocation_impl()
197 if (phdr_table_unprotect_segments(relocator.si->phdr, relocator.si->phnum, in process_relocation_impl()
236 found_in = relocator.si; in process_relocation_impl()
582 relocator.si = this; in relocate()
583 relocator.si_strtab = strtab_; in relocate()
[all …]