HomeSort by: relevance | last modified time | path
    Searched defs:pltrel (Results 1 - 2 of 2) sorted by relevancy

  /src/libexec/ld.elf_so/
headers.c 76 Elf_Addr pltrel = 0, pltrelsz = 0; local in function:_rtld_digest_dynamic
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)
    [all...]
rtld.h 174 const Elf_Rel *pltrel; /* PLT relocation entries */ member in struct:Struct_Obj_Entry

Completed in 11 milliseconds