for (call = &__initcall_start; call < &__initcall_end; call++) (*call)(); I want to know where are these function point assigned by specified function ? thanks!