Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/rtld.4.x/
H A Drtld.4.x.c325 ebp->eb_tag = EB_DYNAMIC,
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;
329 ebp->eb_tag = EB_DEVZERO,
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.h37 Elf32_Sword eb_tag; /* what this one is */ member
/titanic_41/usr/src/lib/libc/i386/crt/
H A D_rtld.c102 while (ebp->eb_tag != NULL) { 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()
/titanic_41/usr/src/lib/libc/sparc/crt/
H A D_rtld.c101 while (ebp->eb_tag != NULL) { 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()
/titanic_41/usr/src/cmd/sgs/rtld/i386/
H A D_setup.c80 for (; ebp->eb_tag != EB_NULL; ebp++) in _setup()
81 switch (ebp->eb_tag) { in _setup()
/titanic_41/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()
/titanic_41/usr/src/cmd/sgs/rtld/amd64/
H A D_setup.c75 for (; ebp->eb_tag != EB_NULL; ebp++) in _setup()
76 switch (ebp->eb_tag) { in _setup()
/titanic_41/usr/src/cmd/sgs/rtld/sparc/
H A D_setup.c86 for (; ebp->eb_tag != EB_NULL; ebp++)
87 switch (ebp->eb_tag) {
/titanic_41/usr/src/uts/common/sys/
H A Dlink.h589 Elf32_Sword eb_tag; /* what this one is */ member
599 Elf64_Xword eb_tag; /* what this one is */ member
/titanic_41/usr/src/psm/stand/boot/common/
H A Dreadfile.c322 #define EBV(p, a, v) { (p)->eb_tag = (a); \
721 #define EBV64(p, a, v) { (p)->eb_tag = (a); \