*** 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: etext | Section: 5 | Source: Digital UNIX | File: etext.5.gz
end(5) File Formats Manual end(5) NAME end, etext, edata - Defines the last location of a program SYNOPSIS extern end; extern etext; extern edata; DESCRIPTION The external names end, etext, and edata are defined for all programs. They are not functions, but identifiers associated with the following addresses: The first address following the program text. The first ad- dress following the initialized data region. The first address follow- ing the data region that is not initialized. The break value of the program is the first location beyond the data. When a program begins running, this location coincides with end. How- ever, many factors can change the break value, including: The brk() function The malloc() function The standard I/O functions The -p flag on the cc command Therefore, use sbrk(0), not end, to determine the break value of the program. SEE ALSO Functions: brk(2), malloc(3) Commands: cc(1) end(5)

Navigation Options