Searched refs:_edata (Results 1 – 17 of 17) sorted by relevance
/titanic_44/usr/src/psm/stand/bootlst/sparc/ |
H A D | srt0.s | 75 set _edata, %o0 78 sub %g2, %o0, %o1 ! bss size = (_end - _edata)
|
/titanic_44/usr/src/psm/stand/cpr/sparcv9/sun4u/ |
H A D | cb_srt0.s | 84 set _edata, %o0 87 sub %g2, %o0, %o1 ! bss size = (_end - _edata)
|
/titanic_44/usr/src/grub/grub-0.97/docs/ |
H A D | boot.S | 45 .long _edata
|
H A D | boot.S.texi | 45 .long _edata
|
H A D | multiboot.info | 1227 .long _edata
|
/titanic_44/usr/src/grub/grub-0.97/ |
H A D | acinclude.m4 | 260 dnl grub_CHECK_USCORE_EDATA_SYMBOL checks if _edata is automatically 265 AC_MSG_CHECKING([if _edata is defined by the compiler]) 267 [AC_TRY_LINK([], [asm ("incl _edata")], 272 AC_DEFINE(HAVE_USCORE_EDATA_SYMBOL, 1, [Define if _edata is defined])
|
H A D | config.h.in | 69 /* Define if _edata is defined */
|
H A D | configure.ac | 189 AC_MSG_ERROR([None of __bss_start, _edata, edata defined])
|
H A D | ChangeLog | 6400 * configure.in: Check for __bss, edata and _edata.
|
/titanic_44/usr/src/cmd/sgs/librtld/common/ |
H A D | librtld.msg | 85 @ MSG_SYM_EDATA "_edata"
|
/titanic_44/usr/src/uts/common/krtld/ |
H A D | kobj.c | 287 static caddr_t _edata; variable 289 extern caddr_t _edata; 505 e_data = _edata; in kobj_init() 682 _edata = _data + phdr->p_memsz; in attr_val() 847 mp->data_size = _edata - _data; in load_exec() 950 mp->bss_size = (uintptr_t)_edata - mp->bss; in load_linker() 952 mp->data_size = _edata - mp->data; in load_linker() 2310 mp->text = kobj_segbrk(&_edata, mp->text_size, in get_progbits() 2314 mp->data = kobj_segbrk(&_edata, mp->data_size, dp->align, 0); in get_progbits() 2952 mp->bss = (uintptr_t)kobj_segbrk(&_edata, mp->bss_size, in do_common() [all …]
|
/titanic_44/usr/src/cmd/sgs/rtld/common/ |
H A D | setup.c | 60 extern int _end, _edata, _etext; 428 mpp[1].mr_fsize = (caddr_t)&_edata - mpp[1].mr_addr; in setup()
|
/titanic_44/usr/src/grub/grub-0.97/stage2/ |
H A D | asm.S | 165 movl $_edata, %edi
|
/titanic_44/usr/src/man/man3c/ |
H A D | Makefile | 562 _edata.3c \ 1637 _edata.3c := LINKSRC = end.3c
|
/titanic_44/usr/src/cmd/sgs/libld/common/ |
H A D | libld.msg | 591 @ MSG_UPD_NORDWRSEG "No read-write segments found. Setting '_edata' to 0" 864 @ MSG_SYM_EDATA_U "_edata"
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 556 link path=usr/share/man/man3c/_edata.3c target=end.3c
|
/titanic_44/ |
H A D | .gitignore | 4701 usr/src/man/man3c/_edata.3c
|