Home | History | Annotate | Download | only in common

Lines Matching refs:Elf_Addr

164 	Elf_Addr *where, target;
171 where = (Elf_Addr *)(relocbase + rela->r_offset);
172 target = (Elf_Addr)(relocbase + rela->r_addend);
173 target = ((Elf_Addr(*)(void))target)();
188 Elf_Addr *where, target;
195 where = (Elf_Addr *)(relocbase + rel->r_offset);
196 target = ((Elf_Addr(*)(void))*where)();
261 Elf_Addr relrsz = 0, relocssz = 0;
284 Elf_Addr *where;
286 where = (Elf_Addr *)(relocbase + *relr);
298 Elf_Addr *where;
300 where = (Elf_Addr *)(relocbase + relocs->r_offset);
305 *where = (Elf_Addr)(relocbase + relocs->r_addend);
307 *where += (Elf_Addr)relocbase;