/src/libexec/ld.elf_so/arch/alpha/ |
alpha_reloc.c | 386 Elf_Addr stubaddr; local in function:_rtld_relocate_plt_object 407 if ((stubaddr = *where) != new_value) { 451 delta = new_value - stubaddr; 452 rdbg((" stubaddr=%p, where-stubaddr=%ld, delta=%ld", 453 (void *)stubaddr, (long)where - (long)stubaddr, 485 delta = (Elf_Addr)where - stubaddr; 524 pc = stubaddr + (4 * (insncnt + 1)); 542 stubptr = (uint32_t *)stubaddr; [all...] |
alpha_reloc.c | 386 Elf_Addr stubaddr; local in function:_rtld_relocate_plt_object 407 if ((stubaddr = *where) != new_value) { 451 delta = new_value - stubaddr; 452 rdbg((" stubaddr=%p, where-stubaddr=%ld, delta=%ld", 453 (void *)stubaddr, (long)where - (long)stubaddr, 485 delta = (Elf_Addr)where - stubaddr; 524 pc = stubaddr + (4 * (insncnt + 1)); 542 stubptr = (uint32_t *)stubaddr; [all...] |
alpha_reloc.c | 386 Elf_Addr stubaddr; local in function:_rtld_relocate_plt_object 407 if ((stubaddr = *where) != new_value) { 451 delta = new_value - stubaddr; 452 rdbg((" stubaddr=%p, where-stubaddr=%ld, delta=%ld", 453 (void *)stubaddr, (long)where - (long)stubaddr, 485 delta = (Elf_Addr)where - stubaddr; 524 pc = stubaddr + (4 * (insncnt + 1)); 542 stubptr = (uint32_t *)stubaddr; [all...] |