Re: Query on start function with dump_syms result
Re: Query on start function with dump_syms result
- Subject: Re: Query on start function with dump_syms result
- From: Steve Checkoway <email@hidden>
- Date: Thu, 16 Jul 2009 01:01:38 -0700
On Jul 15, 2009, at 7:01 PM, Arnab Ganguly wrote:
Could you please explain me about this start and _start function
what is it
about ? Is it like entry point of the code ?
start is the entry point and it calls _start (which has the name
__start in the assembly). See <http://www.opensource.apple.com/source/Csu/Csu-58.1.1/start.s
> and <http://www.opensource.apple.com/source/Csu/Csu-58.1.1/crt.c>.
--
Steve Checkoway
"Anyone who says that the solution is to educate the users
hasn't ever met an actual user." -- Bruce Schneier
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden