Searched refs:_setup (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dboot.s74 extern unsigned long _setup();
80 (void) _setup();
92 .global _rt_boot, _setup, atexit_fini
129 ! the vector and send it to _setup.
170 ! Call _setup. Two arguments, the ELF bootstrap vector and our (unrelocated)
174 call _setup ! call it
H A DMakefile39 P_MACHOBJS= sparc_elf.o _setup.o
H A D_setup.c59 _setup(Boot *ebp, Dyn *ld_dyn) function
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A Dboot.s70 * the process' environment pointers - and pass the thing to _setup
77 extern unsigned long _setup();
82 (void) _setup();
93 .globl _setup
147 / _setup(&eb[0], _DYNAMIC)
148 call _setup@PLT
H A DMakefile41 P_MACHOBJS= amd64_elf.o _setup.o dlamd64getunwind.o
H A D_setup.c54 _setup(Boot *ebp, Dyn *ld_dyn) function
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A Dboot.s69 * the process' environment pointers - and pass the thing to _setup
76 extern unsigned long _setup();
81 (void) _setup();
92 .globl _setup
131 call _setup@PLT / _setup(&eb[0], _DYNAMIC)
H A DMakefile41 P_MACHOBJS= i386_elf.o _setup.o
H A D_setup.c59 _setup(Boot *ebp, Dyn *ld_dyn) function
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dboot.s82 extern unsigned long _setup();
88 (void) _setup();
100 .global _rt_boot, _setup, atexit_fini
142 ! the vector and send it to _setup.
167 ! Call _setup. Two arguments, the ELF bootstrap vector and our (unrelocated)
173 call _setup ! call it
177 ! target program (normal), or if return value of _setup is "0" we have
H A DMakefile40 P_MACHOBJS= sparc_elf.o _setup.o
H A D_setup.c62 _setup(Boot *ebp, Dyn *ld_dyn) function

Completed in 80 milliseconds