Searched refs:elf_bndr (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A Dboot_elf.s290 extern unsigned long elf_bndr(Rt_map *, unsigned long, caddr_t);
295 (void) elf_bndr(lmp, reloc, pc);
299 .globl elf_bndr
315 call elf_bndr@PLT / call the C binder code
H A Di386_elf.c193 elf_bndr(Rt_map *lmp, ulong_t reloff, caddr_t from) function
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dboot_elf.s73 extern unsigned long elf_bndr(Rt_map *, unsigned long, caddr_t);
78 (void) elf_bndr(lmp, pltoff, from);
97 ! by elf_bndr
99 call elf_bndr ! returns function address in %o0
398 * After the first call to a plt, elf_bndr() will have determined the true
H A Dsparc_elf.c350 elf_bndr(Rt_map *lmp, ulong_t pltoff, caddr_t from) function
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dboot_elf.s93 extern unsigned long elf_bndr(Rt_map *, unsigned long, caddr_t);
103 (void) elf_bndr(lmp, pltoff, from);
117 call elf_bndr ! returns function address in %o0
133 (void) elf_bndr(lmp, pltoff, from);
145 call elf_bndr ! returns function address in %o0
284 * After the first call to a plt, elf_bndr() will have determined the true
H A Dsparc_elf.c477 elf_bndr(Rt_map *lmp, ulong_t pltoff, caddr_t from) function
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A Dboot_elf.s532 extern unsigned long elf_bndr(Rt_map *, unsigned long, caddr_t);
537 (void) elf_bndr(lmp, reloc, pc);
705 call elf_bndr@PLT /* call elf_rtbndr(lmp, relndx, pc) */
H A Damd64_elf.c212 elf_bndr(Rt_map *lmp, ulong_t pltndx, caddr_t from) function

Completed in 103 milliseconds