Home
last modified time | relevance | path

Searched refs:eb_tag (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libc/i386/crt/
H A D_rtld.c102 while (ebp->eb_tag != 0) { in __rtld()
103 switch (ebp->eb_tag) { in __rtld()
125 ebp->eb_tag = EB_PAGESIZE, (ebp++)->eb_un.eb_val = in __rtld()
249 ebp->eb_tag = EB_LDSO_BASE; 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()
/illumos-gate/usr/src/lib/libc/sparc/crt/
H A D_rtld.c101 while (ebp->eb_tag != 0) { in __rtld()
102 switch (ebp->eb_tag) { in __rtld()
124 ebp->eb_tag = EB_PAGESIZE, (ebp++)->eb_un.eb_val = in __rtld()
249 ebp->eb_tag = EB_LDSO_BASE; 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()
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A D_setup.c80 for (; ebp->eb_tag != EB_NULL; ebp++) in _setup()
81 switch (ebp->eb_tag) { in _setup()
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A D_setup.c80 for (; ebp->eb_tag != EB_NULL; ebp++) in _setup()
81 switch (ebp->eb_tag) { in _setup()
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A D_setup.c81 for (; ebp->eb_tag != EB_NULL; ebp++) in _setup()
82 switch (ebp->eb_tag) { in _setup()
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A D_setup.c139 for (; ebp->eb_tag != EB_NULL; ebp++) in _setup()
140 switch (ebp->eb_tag) { in _setup()
/illumos-gate/usr/src/uts/common/sys/
H A Dlink.h592 Elf32_Sword eb_tag; /* what this one is */ member
602 Elf64_Xword eb_tag; /* what this one is */ member
/illumos-gate/usr/src/psm/stand/boot/common/
H A Dreadfile.c250 #define EBV(p, a, v) { (p)->eb_tag = (a); \
623 #define EBV64(p, a, v) { (p)->eb_tag = (a); \