/titanic_44/usr/src/psm/stand/bootlst/sparc/ |
H A D | srt0.s | 38 caddr_t _end; 76 set _end, %g2 78 sub %g2, %o0, %o1 ! bss size = (_end - _edata)
|
/titanic_44/usr/src/psm/stand/cpr/sparcv9/sun4u/ |
H A D | cb_srt0.s | 42 caddr_t _end[1]; 85 set _end, %g2 87 sub %g2, %o0, %o1 ! bss size = (_end - _edata)
|
H A D | cprboot.c | 99 if ((uintptr_t)_end > CB_SRC_VIRT) { in cb_intro() 102 (void *)_end, CB_SRC_VIRT); in cb_intro()
|
H A D | bitmap.c | 433 size = PAGE_ROUNDUP((uintptr_t)_end) - (uintptr_t)_start; in cb_get_physavail() 547 eaddr = (caddr_t)PAGE_ROUNDUP((uintptr_t)_end); in cb_relocate()
|
H A D | cprboot.h | 246 extern caddr_t _end[];
|
/titanic_44/usr/src/lib/libc/inc/ |
H A D | file64.h | 66 unsigned char *_end; /* the end of the buffer */ member 82 unsigned char *_end; /* the end of the buffer */ member
|
H A D | stdiom.h | 153 #define _realbufend(iop) ((iop)->_end)
|
/titanic_44/usr/src/psm/stand/bootlst/common/ |
H A D | sasubr.c | 34 extern caddr_t _end; 49 next = (caddr_t)roundup((uintptr_t)&_end, MINALLOC); in bkmem_alloc()
|
/titanic_44/usr/src/common/crypto/sha2/amd64/ |
H A D | sha512-x86_64.pl | 67 $ctx, $round, $inp, $Tbl, $_ctx, $_inp, $_end, $_rsp, $framesz); 116 $_end="16*$SZ+2*8(%rsp)"; 241 mov %rdx,$_end # save end pointer, "3rd" arg 300 cmp $_end,$inp
|
/titanic_44/usr/src/psm/stand/boot/sparc/common/ |
H A D | sun4x_standalloc.c | 291 static char _end[1]; /* defined by the linker! */ variable 297 extern char _end[]; in reset_alloc() 309 memlistpage = (caddr_t)roundup((uintptr_t)_end, pagesize); in reset_alloc()
|
/titanic_44/usr/src/lib/libc/port/sys/ |
H A D | sbrk.c | 43 extern int _end; 44 void *_nd = &_end;
|
/titanic_44/usr/src/lib/libsaveargs/tests/testmatch/ |
H A D | testmatch.c | 22 extern int name##_end 24 #define SIZE_OF(name) ((caddr_t)&name##_end - (caddr_t)&name)
|
/titanic_44/usr/src/lib/libc/port/stdio/ |
H A D | flush.c | 85 #define xend _xdat._end 425 iop->_end = end; in _setbufend() 435 return (iop->_end); in _realbufend() 468 dat->_end = end; in _setbufend() 488 return (dat->_end); in _realbufend()
|
/titanic_44/usr/src/grub/grub-0.97/docs/ |
H A D | boot.S | 47 .long _end
|
H A D | boot.S.texi | 47 .long _end
|
/titanic_44/usr/src/lib/libc/port/print/ |
H A D | vsnprintf.c | 77 siop._end = NULL; in _vsnprintf_c89()
|
H A D | snprintf.c | 64 siop._end = NULL; in snprintf()
|
/titanic_44/usr/src/psm/stand/bootblks/ufs/i386/ |
H A D | mboot.S | 99 #define MSG(label, string) label: .ascii string; label##_end: 106 #define SIZEOF(label) (label##_end - label)
|
/titanic_44/usr/src/cmd/sgs/rtld/common/ |
H A D | setup.c | 60 extern int _end, _edata, _etext; 66 void *_nd = &_end; 320 eaddr = S_DROUND((size_t)&_end); in setup() 427 mpp[1].mr_msize = (caddr_t)&_end - mpp[1].mr_addr; in setup()
|
/titanic_44/usr/src/cmd/amt/ |
H A D | amt.c | 76 extern int _end; /* first address after the end of initialized data */ 272 p = &_end; in probe_data_area()
|
/titanic_44/usr/src/uts/sun4u/ml/ |
H A D | mach_interrupt.s | 84 set _end, %g4 ! _end is highest kernel address
|
/titanic_44/usr/src/grub/grub-0.97/ |
H A D | acinclude.m4 | 298 dnl grub_CHECK_USCORE_END_SYMBOL checks if _end is automatically defined 303 AC_MSG_CHECKING([if _end is defined by the compiler]) 305 [AC_TRY_LINK([], [asm ("incl _end")],
|
/titanic_44/usr/src/cmd/sgs/librtld/common/ |
H A D | librtld.msg | 84 @ MSG_SYM_END "_end"
|
/titanic_44/usr/src/cmd/sgs/elfwrap/common/ |
H A D | elfwrap.msg | 83 @ MSG_STR_END "_end"
|
/titanic_44/usr/src/uts/common/sys/ib/adapters/tavor/ |
H A D | tavor.h | 90 TNF_PROBE_0_DEBUG(func##_end, TAVOR_TNF_TRACE, "")
|