Searched refs:elf_rtbndr (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A Dboot_elf.s273 * in turn did a call to elf_rtbndr.
293 elf_rtbndr(Rt_map * lmp, unsigned long reloc, caddr_t pc)
300 .globl elf_rtbndr
302 _elf_rtbndr = elf_rtbndr / Make dbx happy
303 .type elf_rtbndr,@function
306 elf_rtbndr: label
325 .size elf_rtbndr, .-elf_rtbndr
H A Di386_elf.c52 extern void elf_rtbndr(Rt_map *, ulong_t, caddr_t);
379 * global offset entry to go to elf_rtbndr(). dbx(1) seems
891 * elf_rtbndr:
906 *_got = (uint_t)elf_rtbndr;
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dboot_elf.s49 * in turn did a call to elf_rtbndr (refer elf_plt_init()).
76 elf_rtbndr(Rt_map *lmp, unsigned long pltoff, caddr_t from)
84 _elf_rtbndr = elf_rtbndr ! rummage around for our symbols
86 .global elf_rtbndr
87 .type elf_rtbndr, #function
90 elf_rtbndr: label
105 .size elf_rtbndr, . - elf_rtbndr
136 * Initialize the first plt entry so that function calls go to elf_rtbndr
141 * call elf_rtbndr
[all...]
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A Dboot_elf.s174 /* See elf_rtbndr for explanation behind org_scapset */
506 * in turn did a call to elf_rtbndr.
535 elf_rtbndr(Rt_map * lmp, unsigned long reloc, caddr_t pc)
544 * arguments to elf_rtbndr.
570 * Local stack space storage for elf_rtbndr is allocated as follows:
645 _elf_rtbndr = elf_rtbndr
647 ENTRY(elf_rtbndr) function
705 call elf_bndr@PLT /* call elf_rtbndr(lmp, relndx, pc) */
758 .size elf_rtbndr, .-elf_rtbndr
[all...]
H A Damd64_elf.c49 extern void elf_rtbndr(Rt_map *, ulong_t, caddr_t);
401 * global offset entry to go to elf_rtbndr(). dbx(1) seems
917 * elf_rtbndr:
932 *_got = (uint64_t)elf_rtbndr;
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dboot_elf.s47 * in turn did a call to elf_rtbndr (refer elf_plt_init()).
101 elf_rtbndr(Rt_map *lmp, unsigned long pltoff, caddr_t from)
108 _elf_rtbndr = elf_rtbndr ! rummage around for our symbols
110 ENTRY(elf_rtbndr) function
124 SET_SIZE(elf_rtbndr)
H A Dsparc_elf.c53 extern void elf_rtbndr(Rt_map *, ulong_t, caddr_t);
127 elf_plt_init(PLTGOT(lmp) + pltoff, (caddr_t)elf_rtbndr);
770 * procedure linkage table entry to go to elf_rtbndr(). dbx(1) seems
806 elf_plt_init(PLTGOT(lmp) + pltoff, (caddr_t)elf_rtbndr);

Completed in 54 milliseconds