*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: edata | Section: 3 | Source: FreeBSD | File: edata.3.gz
END(3) FreeBSD Library Functions Manual END(3) NAME end, etext, edata - end boundaries of image segments SYNOPSIS extern end; extern etext; extern edata; DESCRIPTION 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 sbrk(2), malloc(3), a.out(5) HISTORY An end manual page appeared in Version 6 AT&T UNIX. BUGS 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. FreeBSD 14.1-RELEASE-p8 August 28, 2000 FreeBSD 14.1-RELEASE-p8

Navigation Options