Home
last modified time | relevance | path

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

/titanic_41/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;
106 _syspagsz = (int)ebp->eb_un.eb_val;
/titanic_41/usr/src/lib/libc/i386/crt/
H A D_rtld.c125 ebp->eb_tag = EB_PAGESIZE, (ebp++)->eb_un.eb_val = 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_41/usr/src/lib/libc/sparc/crt/
H A D_rtld.c124 ebp->eb_tag = EB_PAGESIZE, (ebp++)->eb_un.eb_val = 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_41/usr/src/cmd/sgs/rtld.4.x/
H A Drtld.4.x.c330 (ebp++)->eb_un.eb_val = (Elf32_Word)ip->crt_dzfd;
357 ebp->eb_tag = EB_PAGESIZE, (ebp++)->eb_un.eb_val =
368 ebp->eb_tag = EB_PAGESIZE, (ebp++)->eb_un.eb_val =
564 ebp->eb_tag = EB_NULL, ebp->eb_un.eb_val = 0;
H A Delf_boot.h39 Elf32_Word eb_val; member
/titanic_41/usr/src/cmd/sgs/rtld/i386/
H A D_setup.c83 ld_base = (unsigned long)ebp->eb_un.eb_val; in _setup()
95 _syspagsz = (int)ebp->eb_un.eb_val; in _setup()
/titanic_41/usr/src/cmd/sgs/rtld/sparcv9/
H A D_setup.c83 ld_base = (unsigned long)ebp->eb_un.eb_val; in _setup()
95 _syspagsz = (int)ebp->eb_un.eb_val; in _setup()
/titanic_41/usr/src/cmd/sgs/rtld/amd64/
H A D_setup.c78 ld_base = (unsigned long)ebp->eb_un.eb_val; in _setup()
90 _syspagsz = (int)ebp->eb_un.eb_val; in _setup()
/titanic_41/usr/src/uts/common/sys/
H A Dlink.h591 Elf32_Word eb_val; member
601 Elf64_Xword eb_val; member
/titanic_41/usr/src/psm/stand/boot/common/
H A Dreadfile.c323 ((p)++)->eb_un.eb_val = (Elf32_Word)(uintptr_t)(v); }
722 ((p)++)->eb_un.eb_val = (Elf64_Xword)(v); }