Lines Matching defs:rel
133 if (dstobj->rel != NULL) {
134 const Elf_Rel *rel;
135 for (rel = dstobj->rel; rel < dstobj->rellim; ++rel) {
136 if (ELF_R_TYPE(rel->r_info) == R_TYPE(COPY)) {
138 ourrela.r_info = rel->r_info;
139 ourrela.r_offset = rel->r_offset;
279 rdbg((" relocating %s (%ld/%ld rel/rela, %ld/%ld plt rel/rela)",
281 (long)(obj->rellim - obj->rel),
427 const Elf_Rel *rel;
431 rel = obj->pltrellim - obj->ifunc_remaining;
433 if (ELF_R_TYPE(rel->r_info) == R_TYPE(IRELATIVE)) {
434 where = (Elf_Addr *)(obj->relocbase + rel->r_offset);
444 rel = obj->rellim - obj->ifunc_remaining_nonplt--;
445 if (ELF_R_TYPE(rel->r_info) == R_TYPE(IRELATIVE)) {
446 where = (Elf_Addr *)(obj->relocbase + rel->r_offset);