Searched refs:Relocate (Results 1 – 2 of 2) sorted by relevance
233 int Relocate(ElfW(Rela)* rela, unsigned count);235 int Relocate(ElfW(Rel)* rel, unsigned count);
1082 int soinfo::Relocate(ElfW(Rela)* rela, unsigned count) { in Relocate() function in soinfo1359 int soinfo::Relocate(ElfW(Rel)* rel, unsigned count) { in Relocate() function in soinfo2194 if (Relocate(rela, rela_count)) { in LinkImage()2200 if (Relocate(plt_rela, plt_rela_count)) { in LinkImage()2207 if (Relocate(rel, rel_count)) { in LinkImage()2213 if (Relocate(plt_rel, plt_rel_count)) { in LinkImage()