Searched refs:eb_tag (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/cmd/sgs/rtld.4.x/ |
H A D | rtld.4.x.c | 325 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 D | elf_boot.h | 37 Elf32_Sword eb_tag; /* what this one is */ member
|
/titanic_50/usr/src/lib/libc/sparc/crt/ |
H A D | _rtld.c | 101 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_50/usr/src/lib/libc/i386/crt/ |
H A D | _rtld.c | 102 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_50/usr/src/cmd/sgs/rtld/i386/ |
H A D | _setup.c | 80 for (; ebp->eb_tag != EB_NULL; ebp++) in _setup() 81 switch (ebp->eb_tag) { in _setup()
|
/titanic_50/usr/src/cmd/sgs/rtld/sparcv9/ |
H A D | _setup.c | 80 for (; ebp->eb_tag != EB_NULL; ebp++) in _setup() 81 switch (ebp->eb_tag) { in _setup()
|
/titanic_50/usr/src/cmd/sgs/rtld/sparc/ |
H A D | _setup.c | 86 for (; ebp->eb_tag != EB_NULL; ebp++) 87 switch (ebp->eb_tag) {
|
/titanic_50/usr/src/cmd/sgs/rtld/amd64/ |
H A D | _setup.c | 75 for (; ebp->eb_tag != EB_NULL; ebp++) in _setup() 76 switch (ebp->eb_tag) { in _setup()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | link.h | 589 Elf32_Sword eb_tag; /* what this one is */ member 599 Elf64_Xword eb_tag; /* what this one is */ member
|
/titanic_50/usr/src/psm/stand/boot/common/ |
H A D | readfile.c | 322 #define EBV(p, a, v) { (p)->eb_tag = (a); \ 721 #define EBV64(p, a, v) { (p)->eb_tag = (a); \
|