Y
Hacker News
new
|
ask
|
show
|
jobs
by
bonzini
34 days ago
_start takes care of calling the global initializers and register the atexit callback for the finalizers.
(In practice _start calls __libc_start_main, a libc function that handles all of that).