Searched refs:pltrel (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/libexec/ld.elf_so/
H A Dheaders.c75 Elf_Addr pltrel = 0, pltrelsz = 0; local
95 pltrel = dynp->d_un.d_ptr;
288 obj->pltrel = (const Elf_Rel *)(obj->relocbase + pltrel);
289 obj->pltrellim = (const Elf_Rel *)(obj->relocbase + pltrel + pltrelsz);
293 if (obj->rellim && obj->pltrel &&
294 obj->rellim > obj->pltrel &&
296 obj->rellim = obj->pltrel;
298 obj->pltrela = (const Elf_Rela *)(obj->relocbase + pltrel);
300 obj->pltrelalim = (const Elf_Rela *)(obj->relocbase + pltrel
[all...]
H A Dreloc.c169 (long)(obj->pltrellim - obj->pltrel),
H A Drtld.h170 const Elf_Rel *pltrel; /* PLT relocation entries */ member in struct:Struct_Obj_Entry
H A Drtld.c300 assert(!_rtld_objself.pltrel && !_rtld_objself.pltrela);
/netbsd-6-1-5-RELEASE/libexec/ld.elf_so/arch/arm/
H A Dmdreloc.c258 for (rel = obj->pltrel; rel < obj->pltrellim; rel++) {
306 const Elf_Rel *rel = (const Elf_Rel *)((const uint8_t *)obj->pltrel + reloff);
324 for (rel = obj->pltrel; rel < obj->pltrellim; rel++) {
/netbsd-6-1-5-RELEASE/libexec/ld.elf_so/arch/i386/
H A Dmdreloc.c202 for (rel = obj->pltrel; rel < obj->pltrellim; rel++) {
247 const Elf_Rel *rel = (const Elf_Rel *)((const uint8_t *)obj->pltrel
269 for (rel = obj->pltrel; rel < obj->pltrellim; rel++) {
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dreadelf.c11147 size_t pltrel = 0;
11201 pltrel = entry->d_un.d_val;
11646 if (mips_pltgot != 0 && jmprel != 0 && pltrel != 0 && pltrelsz != 0)
11656 if (pltrel == DT_RELA)
11144 size_t pltrel = 0; local

Completed in 172 milliseconds