Searched refs:soinfo_relocate (Results 1 - 1 of 1) sorted by relevance

/bionic/linker/
H A Dlinker.cpp935 static int soinfo_relocate(soinfo* si, ElfW(Rela)* rela, unsigned count, soinfo* needed[]) { function
1199 static int soinfo_relocate(soinfo* si, ElfW(Rel)* rel, unsigned count, soinfo* needed[]) { function
1959 if (soinfo_relocate(si, si->plt_rela, si->plt_rela_count, needed)) {
1965 if (soinfo_relocate(si, si->rela, si->rela_count, needed)) {
1972 if (soinfo_relocate(si, si->plt_rel, si->plt_rel_count, needed)) {
1978 if (soinfo_relocate(si, si->rel, si->rel_count, needed)) {

Completed in 88 milliseconds