Home
last modified time | relevance | path

Searched refs:pltcall (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/libexec/rtld-elf/powerpc/
Dreloc.c498 Elf_Addr *pltcall, *jmptab; in reloc_jmpslot() local
506 pltcall = obj->pltgot; in reloc_jmpslot()
518 distance = (Elf_Addr)pltcall - (Elf_Addr)(wherep + 1); in reloc_jmpslot()
568 Elf_Word *pltcall, *pltresolve, *pltlongresolve; in init_pltgot() local
572 pltcall = obj->pltgot; in init_pltgot()
574 if (pltcall == NULL) { in init_pltgot()
597 memcpy(pltcall, _rtld_powerpc_pltcall, PLTCALL_SIZE); in init_pltgot()
606 pltcall[1] |= _ppc_ha(jmptab); /* addis 11,11,jmptab@ha */ in init_pltgot()
607 pltcall[2] |= _ppc_la(jmptab); /* lwz 11,jmptab@l(11) */ in init_pltgot()
/freebsd-12-stable/libexec/rtld-elf/powerpc64/
Dreloc.c526 Elf_Addr *pltcall; in init_pltgot() local
528 pltcall = obj->pltgot; in init_pltgot()
530 if (pltcall == NULL) { in init_pltgot()
535 pltcall[0] = (Elf_Addr)&_rtld_bind_start; in init_pltgot()
536 pltcall[1] = (Elf_Addr)obj; in init_pltgot()
538 memcpy(pltcall, _rtld_bind_start, sizeof(struct funcdesc)); in init_pltgot()
539 pltcall[2] = (Elf_Addr)obj; in init_pltgot()