Home
last modified time | relevance | path

Searched refs:eb_ptr (Results 1 – 10 of 10) sorted by relevance

/titanic_44/usr/src/cmd/sgs/rtld/i386/
H A D_setup.c86 _argv = (char **)ebp->eb_un.eb_ptr; in _setup()
89 _envp = (char **)ebp->eb_un.eb_ptr; in _setup()
92 _auxv = (auxv_t *)ebp->eb_un.eb_ptr; in _setup()
/titanic_44/usr/src/cmd/sgs/rtld/sparcv9/
H A D_setup.c86 _argv = (char **)ebp->eb_un.eb_ptr; in _setup()
89 _envp = (char **)ebp->eb_un.eb_ptr; in _setup()
92 _auxv = (auxv_t *)ebp->eb_un.eb_ptr; in _setup()
/titanic_44/usr/src/cmd/sgs/rtld/amd64/
H A D_setup.c81 _argv = (char **)ebp->eb_un.eb_ptr; in _setup()
84 _envp = (char **)ebp->eb_un.eb_ptr; in _setup()
87 _auxv = (auxv_t *)ebp->eb_un.eb_ptr; in _setup()
/titanic_44/usr/src/cmd/sgs/rtld/sparc/
H A D_setup.c97 _argv = (char **)ebp->eb_un.eb_ptr;
100 _envp = (char **)ebp->eb_un.eb_ptr;
103 _auxv = (auxv_t *)ebp->eb_un.eb_ptr;
/titanic_44/usr/src/cmd/sgs/rtld.4.x/
H A Drtld.4.x.c326 (ebp++)->eb_un.eb_ptr = (Elf32_Addr)ip->crt_udp;
327 ebp->eb_tag = EB_ARGV, (ebp++)->eb_un.eb_ptr = (Elf32_Addr)program_name;
328 ebp->eb_tag = EB_ENVP, (ebp++)->eb_un.eb_ptr = (Elf32_Addr)ip->crt_ep;
353 ebp->eb_tag = EB_AUXV, (ebp++)->eb_un.eb_ptr = (Elf32_Addr)addr;
463 ebp->eb_tag = EB_LDSO_BASE, (ebp++)->eb_un.eb_ptr = (Elf32_Addr)faddr;
H A Delf_boot.h40 Elf32_Addr eb_ptr; member
/titanic_44/usr/src/lib/libc/i386/crt/
H A D_rtld.c105 program_name = *((char **)ebp->eb_un.eb_ptr); in __rtld()
108 for (ap = (auxv_t *)ebp->eb_un.eb_ptr; in __rtld()
250 (ebp++)->eb_un.eb_ptr = (Elf32_Addr)addr; in __rtld()
/titanic_44/usr/src/lib/libc/sparc/crt/
H A D_rtld.c104 program_name = *((char **)ebp->eb_un.eb_ptr); in __rtld()
107 for (ap = (auxv_t *)ebp->eb_un.eb_ptr; in __rtld()
250 (ebp++)->eb_un.eb_ptr = (Elf32_Addr)addr; in __rtld()
/titanic_44/usr/src/psm/stand/boot/common/
H A Dreadfile.c661 if ((elfbootvec->eb_un.eb_ptr = in read_elf32()
668 (void *)(uintptr_t)(elfbootvec->eb_un.eb_ptr), size); in read_elf32()
682 if ((elfbootvecELF32_64->eb_un.eb_ptr = in read_elf32()
689 elfbootvecELF32_64->eb_un.eb_ptr; in read_elf32()
1062 if ((elfbootvecELF64->eb_un.eb_ptr = in read_elf64()
1069 (char *)ADDR_TRUNC((elfbootvecELF64->eb_un.eb_ptr)), size); in read_elf64()
1071 if ((elfbootvecELF64->eb_un.eb_ptr = in read_elf64()
1077 bcopy((char *)auxv, (char *)(elfbootvecELF64->eb_un.eb_ptr), in read_elf64()
/titanic_44/usr/src/uts/common/sys/
H A Dlink.h592 Elf32_Addr eb_ptr; member
602 Elf64_Addr eb_ptr; member