Searched refs:EB_NULL (Results 1 – 14 of 14) sorted by relevance
/titanic_41/usr/src/cmd/sgs/rtld.4.x/ |
H A D | elf_boot.h | 49 #define EB_NULL 0 /* (void) last entry */ macro
|
H A D | rtld.4.x.c | 564 ebp->eb_tag = EB_NULL, ebp->eb_un.eb_val = 0;
|
/titanic_41/usr/src/cmd/sgs/rtld/amd64/ |
H A D | boot.s | 134 movq $EB_NULL,48(%rsi)
|
H A D | _setup.c | 75 for (; ebp->eb_tag != EB_NULL; ebp++) in _setup()
|
/titanic_41/usr/src/cmd/sgs/rtld/i386/ |
H A D | boot.s | 117 movl $EB_NULL,24(%esi) / set up NULL tag
|
H A D | _setup.c | 80 for (; ebp->eb_tag != EB_NULL; ebp++) in _setup()
|
/titanic_41/usr/src/cmd/sgs/rtld/sparcv9/ |
H A D | _setup.c | 80 for (; ebp->eb_tag != EB_NULL; ebp++) in _setup()
|
/titanic_41/usr/src/cmd/sgs/rtld/sparc/ |
H A D | _setup.c | 86 for (; ebp->eb_tag != EB_NULL; ebp++)
|
H A D | boot.s | 164 set EB_NULL, %l0 ! set up for the last pointer
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | link.h | 612 #define EB_NULL 0 /* (void) last entry */ macro
|
/titanic_41/usr/src/lib/libc/i386/crt/ |
H A D | _rtld.c | 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.c | 337 ebp->eb_tag = EB_NULL, ebp->eb_un.eb_val = 0; in __rtld()
|
H A D | _rtboot.s | 121 set EB_NULL, %l0 ! set up for the last pointer
|
/titanic_41/usr/src/psm/stand/boot/common/ |
H A D | readfile.c | 630 EBV(bv, EB_NULL, 0); in read_elf32() 1021 EBV64(bv, EB_NULL, 0); in read_elf64()
|