March 17, 2013
2:41 p.m.
for (call = &__initcall_start; call < &__initcall_end; call++) (*call)(); I want to know where are these function point assigned by specified function ? thanks!