Home
last modified time | relevance | path

Searched refs:EB_NULL (Results 1 – 14 of 14) sorted by relevance

/titanic_41/usr/src/cmd/sgs/rtld.4.x/
H A Delf_boot.h49 #define EB_NULL 0 /* (void) last entry */ macro
H A Drtld.4.x.c564 ebp->eb_tag = EB_NULL, ebp->eb_un.eb_val = 0;
/titanic_41/usr/src/cmd/sgs/rtld/amd64/
H A Dboot.s134 movq $EB_NULL,48(%rsi)
H A D_setup.c75 for (; ebp->eb_tag != EB_NULL; ebp++) in _setup()
/titanic_41/usr/src/cmd/sgs/rtld/i386/
H A Dboot.s117 movl $EB_NULL,24(%esi) / set up NULL tag
H A D_setup.c80 for (; ebp->eb_tag != EB_NULL; ebp++) in _setup()
/titanic_41/usr/src/cmd/sgs/rtld/sparcv9/
H A D_setup.c80 for (; ebp->eb_tag != EB_NULL; ebp++) in _setup()
/titanic_41/usr/src/cmd/sgs/rtld/sparc/
H A D_setup.c86 for (; ebp->eb_tag != EB_NULL; ebp++)
H A Dboot.s164 set EB_NULL, %l0 ! set up for the last pointer
/titanic_41/usr/src/uts/common/sys/
H A Dlink.h612 #define EB_NULL 0 /* (void) last entry */ macro
/titanic_41/usr/src/lib/libc/i386/crt/
H A D_rtld.c323 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.c337 ebp->eb_tag = EB_NULL, ebp->eb_un.eb_val = 0; in __rtld()
H A D_rtboot.s121 set EB_NULL, %l0 ! set up for the last pointer
/titanic_41/usr/src/psm/stand/boot/common/
H A Dreadfile.c630 EBV(bv, EB_NULL, 0); in read_elf32()
1021 EBV64(bv, EB_NULL, 0); in read_elf64()