Home
last modified time | relevance | path

Searched refs:res1_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
142 res1_addr = (Elf64_Addr) &_dl_runtime_profile_1; in elf_machine_runtime_setup()
151 res1_addr = (Elf64_Addr) &_dl_runtime_resolve_1; in elf_machine_runtime_setup()
187 plt[8] = 0x09000000 | (res1_addr >> (64 - 22)); in elf_machine_runtime_setup()
188 plt[9] = 0x0b000000 | ((res1_addr >> 10) & 0x003fffff); in elf_machine_runtime_setup()
189 plt[10] = 0x88112000 | ((res1_addr >> 32) & 0x3ff); in elf_machine_runtime_setup()
190 plt[11] = 0x8a116000 | (res1_addr & 0x3ff); in elf_machine_runtime_setup()