Home
last modified time | relevance | path

Searched refs:_end (Results 1 – 25 of 41) sorted by relevance

12

/illumos-gate/usr/src/psm/stand/bootlst/sparc/
H A Dsrt0.S38 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 Dcb_srt0.S42 caddr_t _end[1];
85 set _end, %g2
87 sub %g2, %o0, %o1 ! bss size = (_end - _edata)
H A Dcprboot.c99 if ((uintptr_t)_end > CB_SRC_VIRT) { in cb_intro()
102 (void *)_end, CB_SRC_VIRT); in cb_intro()
H A Dbitmap.c433 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 Dcprboot.h246 extern caddr_t _end[];
/illumos-gate/usr/src/lib/libc/inc/
H A Dfile64.h85 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 Dsha512-x86_64.pl67 $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 Dsasubr.c34 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 Dsun4x_standalloc.c289 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/lib/libsaveargs/tests/testmatch/
H A Dtestmatch.c22 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 Dboot.S47 .long _end
H A Dboot.S.texi47 .long _end
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dflush.c88 #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 Dvsnprintf.c75 siop._end = NULL; in _vsnprintf_c89()
H A Dsnprintf.c62 siop._end = NULL; in snprintf()
/illumos-gate/usr/src/boot/i386/loader/
H A Dmain.c74 extern char _end[];
114 heap_bottom = (void *)_end; in main()
H A Dldscript.i38649 _end = . ;
/illumos-gate/usr/src/boot/i386/
H A Dboot.ldscript42 _end = . ;
/illumos-gate/usr/src/boot/i386/btx/lib/
H A Dbtxcsu.S34 movl $_end,%ecx
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dsetup.c60 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 Damt.c74 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 Dmach_interrupt.S71 set _end, %g4 ! _end is highest kernel address
/illumos-gate/usr/src/grub/grub-0.97/
H A Dacinclude.m4298 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 Disoboot.c66 extern uint32_t _end;
237 (roundup2(__base + (int32_t)&_end, 0x10000) - __base); in main()
/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Dlibrtld.msg84 @ MSG_SYM_END "_end"

12