Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.h233 int Relocate(ElfW(Rela)* rela, unsigned count);
235 int Relocate(ElfW(Rel)* rel, unsigned count);
Dlinker.cpp1082 int soinfo::Relocate(ElfW(Rela)* rela, unsigned count) { in Relocate() function in soinfo
1359 int soinfo::Relocate(ElfW(Rel)* rel, unsigned count) { in Relocate() function in soinfo
2194 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()