kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* do_initcalls
@ 2013-03-17 14:41 ishare
  2013-03-17 15:11 ` do_initcalls Tobias Boege
  0 siblings, 1 reply; 6+ messages in thread
From: ishare @ 2013-03-17 14:41 UTC (permalink / raw)
  To: kernelnewbies


 for (call = &__initcall_start; call < &__initcall_end; call++)
   (*call)();

 I want to know where are these  function point assigned by specified function ?

 thanks!

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-03-19 21:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-17 14:41 do_initcalls ishare
2013-03-17 15:11 ` do_initcalls Tobias Boege
2013-03-18  1:10   ` do_initcalls ishare
2013-03-18 16:35     ` do_initcalls Tobias Boege
2013-03-19  1:31       ` do_initcalls ishare
2013-03-19 21:26         ` do_initcalls Tobias Boege

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).