*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->NetBSD man pages -> edata (3)              
Title
Content
Arch
Section
 

END(3)

Contents


NAME    [Toc]    [Back]

     end, etext, edata - end boundaries of image segments

SYNOPSIS    [Toc]    [Back]

     extern end;
     extern etext;
     extern edata;

DESCRIPTION    [Toc]    [Back]

     The globals end, etext and edata are program segment end addresses.

     etext is the first address after the end of the text segment.

     edata is the first address after the end of the initialized data segment.

     end is the first address after the end of the data segment (BSS) when the
     program is loaded.  Use the sbrk(2) system call with zero as its argument
     to find the current end of the data segment.

SEE ALSO    [Toc]    [Back]

      
      
     sbrk(2), malloc(3), a.out(5)

HISTORY    [Toc]    [Back]

     An end manual page appeared in Version 6 AT&T UNIX.

BUGS    [Toc]    [Back]

     Traditionally, no variable existed that pointed to the start of the text
     segment because the text segment always started at address zero. Although
     it is no longer valid to make this assumption, no variable similar to the
     ones documented above exists to point to the start of the text segment.

BSD                            October 16, 1996                            BSD
[ Back ]
 Similar pages
Name OS Title
XmUninstallImage Tru64 A pixmap caching function that removes an image from the image cache
stl_image Tru64 setld software subset image data files (*.image)
XmInstallImage HP-UX A pixmap caching function that adds an image to the image cache
XmUninstallImage HP-UX A pixmap caching function that removes an image from the image cache
XmUninstallImage IRIX A pixmap caching function that removes an image from the image cache
dmicchoose IRIX return an image converter that matches specified image parameters
dmicdst IRIX manipulate image converter context dst image format
findphoto IRIX manipulate the image data stored in a photo image.
dmicsrc IRIX manipulate image converter context src image format
rcrvn IRIX draws a series of curve segments
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service