Re: Re: call_init in libc6 2.3.6.ds1-11
"Carlos O'Donell" <[email protected]>
| Newsgroups | gmane.linux.ports.hppa |
|---|---|
| Message-ID | <[email protected]> |
On 2/17/07, Carlos O'Donell <[email protected]> wrote: > The dl_init, and call_init functions are never used for static executables. > In a static application the call chain looks like this: > _start -> __libc_start_main -> __libc_csu_init -> All init functions. To be clear here, there is a little more chain if you want to be pedantic: ... __libc_csu_init -> _init -> __do_global_ctors_aux -> init(); c.