Lines Matching defs:pltrel
76 Elf_Addr pltrel = 0, pltrelsz = 0;
100 pltrel = dynp->d_un.d_ptr;
395 obj->pltrel = (const Elf_Rel *)(obj->relocbase + pltrel);
396 obj->pltrellim = (const Elf_Rel *)(obj->relocbase + pltrel + pltrelsz);
400 if (obj->rellim && obj->pltrel &&
401 obj->rellim > obj->pltrel &&
403 obj->rellim = obj->pltrel;
405 obj->pltrela = (const Elf_Rela *)(obj->relocbase + pltrel);
407 obj->pltrelalim = (const Elf_Rela *)(obj->relocbase + pltrel + pltrelsz);