mod_metadata
struct mod_metadata md;
struct mod_metadata md;
linker_addmodules(linker_file_t lf, struct mod_metadata **start,
struct mod_metadata **stop, int preload)
struct mod_metadata *mp, **mdp;
struct mod_metadata *mp, *nmp;
struct mod_metadata **start, **stop, **mdp, **nmdp;
struct mod_metadata **start, **stop, **mdp, **nmdp;
struct mod_metadata *mp, *nmp;
struct mod_metadata **start, **stop, **mdp;
SET_DECLARE(modmetadata_set, struct mod_metadata);
extern struct mod_metadata *find_mod_metadata(const char *);
static struct mod_metadata _mod_metadata##uniquifier = { \