Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/sparc/sparc64/
Ddl-machine.h136 Elf64_Addr res0_addr, res1_addr; in elf_machine_runtime_setup() local
141 res0_addr = (Elf64_Addr) &_dl_runtime_profile_0; in elf_machine_runtime_setup()
150 res0_addr = (Elf64_Addr) &_dl_runtime_resolve_0; in elf_machine_runtime_setup()
166 plt[0] = 0x09000000 | (res0_addr >> (64 - 22)); in elf_machine_runtime_setup()
167 plt[1] = 0x0b000000 | ((res0_addr >> 10) & 0x003fffff); in elf_machine_runtime_setup()
168 plt[2] = 0x88112000 | ((res0_addr >> 32) & 0x3ff); in elf_machine_runtime_setup()
169 plt[3] = 0x8a116000 | (res0_addr & 0x3ff); in elf_machine_runtime_setup()