Lines Matching refs:pltresolve
388 Elf_Addr *pltresolve, *pltlongresolve, *jmptab; in reloc_plt_object() local
404 pltresolve = pltlongresolve + 5; in reloc_plt_object()
406 distance = (Elf_Addr)pltresolve - (Elf_Addr)(where + 1); in reloc_plt_object()
409 (void *)where, (void *)pltresolve, reloff, distance); in reloc_plt_object()
714 Elf_Word *pltcall, *pltresolve, *pltlongresolve; in init_pltgot() local
781 pltresolve = pltlongresolve + PLTLONGRESOLVE_SIZE/sizeof(uint32_t); in init_pltgot()
782 memcpy(pltresolve, _rtld_powerpc_pltresolve, PLTRESOLVE_SIZE); in init_pltgot()
783 pltresolve[0] |= _ppc_ha(_rtld_bind_start); in init_pltgot()
784 pltresolve[1] |= _ppc_la(_rtld_bind_start); in init_pltgot()
785 pltresolve[3] |= _ppc_ha(obj); in init_pltgot()
786 pltresolve[4] |= _ppc_la(obj); in init_pltgot()