Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/rtld/sparc/
H A D_setup.c90 aoutdyn = (Link_dynamic *)ebp->eb_un.eb_val;
94 ld_base = (unsigned long)ebp->eb_un.eb_val;
97 _argv = (char **)ebp->eb_un.eb_ptr;
100 _envp = (char **)ebp->eb_un.eb_ptr;
103 _auxv = (auxv_t *)ebp->eb_un.eb_ptr;
106 _syspagsz = (int)ebp->eb_un.eb_val;
/titanic_50/usr/src/cmd/sgs/rtld/i386/
H A D_setup.c83 ld_base = (unsigned long)ebp->eb_un.eb_val; in _setup()
86 _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()
95 _syspagsz = (int)ebp->eb_un.eb_val; in _setup()
/titanic_50/usr/src/cmd/sgs/rtld/sparcv9/
H A D_setup.c83 ld_base = (unsigned long)ebp->eb_un.eb_val; in _setup()
86 _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()
95 _syspagsz = (int)ebp->eb_un.eb_val; in _setup()
/titanic_50/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;
330 (ebp++)->eb_un.eb_val = (Elf32_Word)ip->crt_dzfd;
353 ebp->eb_tag = EB_AUXV, (ebp++)->eb_un.eb_ptr = (Elf32_Addr)addr;
357 ebp->eb_tag = EB_PAGESIZE, (ebp++)->eb_un.eb_val =
368 ebp->eb_tag = EB_PAGESIZE, (ebp++)->eb_un.eb_val =
463 ebp->eb_tag = EB_LDSO_BASE, (ebp++)->eb_un.eb_ptr = (Elf32_Addr)faddr;
564 ebp->eb_tag = EB_NULL, ebp->eb_un.eb_val = 0;
H A Delf_boot.h42 } eb_un; member
/titanic_50/usr/src/cmd/sgs/rtld/amd64/
H A D_setup.c78 ld_base = (unsigned long)ebp->eb_un.eb_val; in _setup()
81 _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()
90 _syspagsz = (int)ebp->eb_un.eb_val; in _setup()
/titanic_50/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()
124 ebp->eb_tag = EB_PAGESIZE, (ebp++)->eb_un.eb_val = in __rtld()
250 (ebp++)->eb_un.eb_ptr = (Elf32_Addr)addr; in __rtld()
322 ebp->eb_tag = EB_DEVZERO, (ebp++)->eb_un.eb_val = dzfd; in __rtld()
337 ebp->eb_tag = EB_NULL, ebp->eb_un.eb_val = 0; in __rtld()
/titanic_50/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()
125 ebp->eb_tag = EB_PAGESIZE, (ebp++)->eb_un.eb_val = in __rtld()
250 (ebp++)->eb_un.eb_ptr = (Elf32_Addr)addr; in __rtld()
321 ebp->eb_tag = EB_DEVZERO, (ebp++)->eb_un.eb_val = dzfd; in __rtld()
323 ebp->eb_tag = EB_NULL, ebp->eb_un.eb_val = 0; in __rtld()
/titanic_50/usr/src/psm/stand/boot/common/
H A Dreadfile.c323 ((p)++)->eb_un.eb_val = (Elf32_Word)(uintptr_t)(v); }
661 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()
722 ((p)++)->eb_un.eb_val = (Elf64_Xword)(v); }
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_50/usr/src/uts/common/sys/
H A Dlink.h594 } eb_un; member
604 } eb_un; member