site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com On 16 Apr 2008, at 16:36, Army Research Lab wrote: __DATA,__common -- Uninitialized imported global symbols __DATA,__data -- Initialized mutable variables __TEXT,__cstring -- Constant C-strings __TEXT,__eh_frame -- ??? exception handling frame information __TEXT,__text -- Executable machine code __TEXT,__textcoal_nt -- ??? absolute -- absolute addresses - start up code? common -- ??? Don't know. Jonas _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... __TEXT,__literal8 -- ??? That's what a 8byte_literals section becomes (i.e., 8-byte-sized constants) code sections with symbols which can be coalesced (i.e., if a symbol in this section occurs in more than one section, fold it together with another instance rather than giving a "duplicate symbol error"). "nt" is probably an abbreviation for "no toc". See http://developer.apple.com/documentation/DeveloperTools/Reference/Assembler/... (under "no_toc" for more information) This email sent to site_archiver@lists.apple.com
participants (1)
-
Jonas Maebe