Statistics
| Branch: | Revision:

root / module-common.c @ feature-archipelago

History | View | Annotate | Download (114 Bytes)

# Date Author Comment
e26110cf 02/20/2014 02:14 pm Fam Zheng

module: implement module loading

This patch adds loading, stamp checking and initialization of modules.

The init function of dynamic module is no longer directly called as
attribute((constructor)) in static linked version, it is called
only after passed the checking of presense of stamp symbol:...