File:  [MW Coherent from dump] / coherent / a / usr / man / MULTI / etext
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:34 2019 UTC (7 years ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
coherent



etext                 Linker-Defined Symbol                 etext



extern int etext[];

etext is  the location after  the shared and  private text (code)
segments.  It is defined by  the linker when it binds the program
together for execution.  The value of etext is merely an address.
The location to which it  points contains no known value, and may
be illegal memory locations  for the program.  The value of etext
does not change while the program is running.

***** Example *****



main()
{
        extern int etext[];
        printf("etext=%ld\n", (long) etext);
}


***** See Also *****

brk(), end, ld, linker-defined symbols, malloc()


































COHERENT Lexicon                                           Page 1



unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.