Home
last modified time | relevance | path

Searched refs:jmprel (Results 1 – 5 of 5) sorted by relevance

/sysdeps/hppa/
A Ddl-runtime.c32 Elf32_Addr l_addr, iplt, jmprel, end_jmprel, r_type; in ElfW() local
36 jmprel = D_PTR(l, l_info[DT_JMPREL]); in ElfW()
37 end_jmprel = jmprel + l->l_info[DT_PLTRELSZ]->d_un.d_val; in ElfW()
40 for (iplt = jmprel; iplt < end_jmprel; iplt += sizeof (Elf32_Rela)) in ElfW()
48 return iplt - jmprel; in ElfW()
A Ddl-machine.h171 Elf32_Addr l_addr, iplt, jmprel, end_jmprel, r_type, r_sym; in elf_machine_runtime_setup() local
185 jmprel = D_PTR(l, l_info[DT_JMPREL]); in elf_machine_runtime_setup()
186 end_jmprel = jmprel + l->l_info[DT_PLTRELSZ]->d_un.d_val; in elf_machine_runtime_setup()
197 for (iplt = (end_jmprel - sizeof (Elf32_Rela)); iplt >= jmprel; iplt -= sizeof (Elf32_Rela)) in elf_machine_runtime_setup()
278 for (iplt = jmprel; iplt < end_jmprel; iplt += sizeof (Elf32_Rela)) in elf_machine_runtime_setup()
296 fptr->gp = (iplt - jmprel) | PA_GP_RELOC; in elf_machine_runtime_setup()
309 for (iplt = jmprel; iplt < end_jmprel; iplt += sizeof (Elf32_Rela)) in elf_machine_runtime_setup()
/sysdeps/s390/
A Dlinkmap.h5 const Elf64_Rela *jmprel; /* Address of first JMP_SLOT reloc */ member
11 const Elf32_Rela *jmprel; /* Address of first JMP_SLOT reloc */ member
/sysdeps/s390/s390-64/
A Ddl-machine.h103 l->l_mach.jmprel = (const Elf64_Rela *) D_PTR (l, l_info[DT_JMPREL]); in elf_machine_runtime_setup()
464 *reloc_addr = map->l_mach.plt + (reloc - map->l_mach.jmprel) * 32; in elf_machine_lazy_rel()
/sysdeps/s390/s390-32/
A Ddl-machine.h114 l->l_mach.jmprel = (const Elf32_Rela *) D_PTR (l, l_info[DT_JMPREL]); in elf_machine_runtime_setup()
510 *reloc_addr = map->l_mach.plt + (reloc - map->l_mach.jmprel) * 32; in elf_machine_lazy_rel()

Completed in 9 milliseconds