END(3) | Library Functions Manual | END(3) |
end
, etext
,
edata
— end boundaries of
image segments
extern end;
extern etext;
extern edata;
The addresses of the global symbols etext, edata, and end correspond to the next address following the end of the text segment, the end of the initialized data segment, and the end of the data segment (BSS).
An end
manual appeared in
Version 6 AT&T UNIX.
May 31, 2007 | OpenBSD-6.1 |