/illumos-gate/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)
|
/illumos-gate/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[];
|
/illumos-gate/usr/src/lib/libc/inc/ |
H A D | file64.h | 85 unsigned char *_end; /* the end of the buffer */ member 102 unsigned char *_end; /* the end of the buffer */ member
|
/illumos-gate/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
|
/illumos-gate/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()
|
/illumos-gate/usr/src/psm/stand/boot/sparc/common/ |
H A D | sun4x_standalloc.c | 289 static char _end[1]; /* defined by the linker! */ variable 295 extern char _end[]; in reset_alloc() 307 memlistpage = (caddr_t)roundup((uintptr_t)_end, pagesize); in reset_alloc()
|
/illumos-gate/usr/src/test/os-tests/tests/saveargs/testmatch/ |
H A D | testmatch.c | 22 extern int name##_end 24 #define SIZE_OF(name) ((caddr_t)&name##_end - (caddr_t)&name)
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | boot.S | 47 .long _end
|
H A D | boot.S.texi | 47 .long _end
|
/illumos-gate/usr/src/lib/libc/port/stdio/ |
H A D | flush.c | 88 #define xend _xdat._end 437 iop->_end = end; in _setbufend() 447 return (iop->_end); in _realbufend() 480 dat->_end = end; in _setbufend() 500 return (dat->_end); in _realbufend()
|
/illumos-gate/usr/src/lib/libc/port/print/ |
H A D | vsnprintf.c | 75 siop._end = NULL; in _vsnprintf_c89()
|
H A D | snprintf.c | 62 siop._end = NULL; in snprintf()
|
/illumos-gate/usr/src/boot/i386/loader/ |
H A D | main.c | 74 extern char _end[]; 114 heap_bottom = (void *)_end; in main()
|
H A D | ldscript.i386 | 49 _end = . ;
|
/illumos-gate/usr/src/boot/i386/ |
H A D | boot.ldscript | 42 _end = . ;
|
/illumos-gate/usr/src/boot/i386/btx/lib/ |
H A D | btxcsu.S | 34 movl $_end,%ecx
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | setup.c | 60 extern int _end, _edata, _etext; 65 void *_nd = &_end; 318 eaddr = S_DROUND((size_t)&_end); in setup() 426 mpp[1].mr_msize = (caddr_t)&_end - mpp[1].mr_addr; in setup()
|
/illumos-gate/usr/src/cmd/amt/ |
H A D | amt.c | 74 extern int _end; /* first address after the end of initialized data */ 270 p = &_end; in probe_data_area()
|
/illumos-gate/usr/src/uts/sun4u/ml/ |
H A D | mach_interrupt.S | 71 set _end, %g4 ! _end is highest kernel address
|
/illumos-gate/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")],
|
/illumos-gate/usr/src/boot/i386/isoboot/ |
H A D | isoboot.c | 66 extern uint32_t _end; 237 (roundup2(__base + (int32_t)&_end, 0x10000) - __base); in main()
|
/illumos-gate/usr/src/cmd/sgs/librtld/common/ |
H A D | librtld.msg | 84 @ MSG_SYM_END "_end"
|