Home
last modified time | relevance | path

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

/sysdeps/powerpc/powerpc32/
A Ddl-machine.h185 Elf32_Addr *plt, *got, glink; in elf_machine_runtime_setup() local
201 glink = got[1]; in elf_machine_runtime_setup()
214 if (glink) in elf_machine_runtime_setup()
216 glink += map->l_addr; in elf_machine_runtime_setup()
218 *plt++ = glink, glink += 4; in elf_machine_runtime_setup()
/sysdeps/powerpc/powerpc64/
A Ddl-machine.h339 Elf64_Word *glink = NULL; in elf_machine_runtime_setup() local
401 glink = (Elf64_Word *) D_PTR (map, l_info[DT_PPC64(GLINK)]); in elf_machine_runtime_setup()
407 plt[offset] = (Elf64_Xword) &glink[glink_offset]; in elf_machine_runtime_setup()

Completed in 5 milliseconds