Lines Matching defs:pltrel
76 Elf_Addr pltrel = 0, pltrelsz = 0;
100 pltrel = dynp->d_un.d_ptr;
444 obj->pltrel = (const Elf_Rel *)(obj->relocbase + pltrel);
445 obj->pltrellim = (const Elf_Rel *)(obj->relocbase + pltrel + pltrelsz);
449 if (obj->rellim && obj->pltrel &&
450 obj->rellim > obj->pltrel &&
452 obj->rellim = obj->pltrel;
454 obj->pltrela = (const Elf_Rela *)(obj->relocbase + pltrel);
456 obj->pltrelalim = (const Elf_Rela *)(obj->relocbase + pltrel + pltrelsz);