Searched refs:verinfo (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/stand/common/
H A Dmodule.c58 static struct kernel_module * file_findmodule(struct preloaded_file *fp, char *modname, struct mod_depend *verinfo);
60 static char *mod_searchmodule(char *name, struct mod_depend *verinfo);
362 struct mod_depend *verinfo; local
372 verinfo = (struct mod_depend*)md->md_data;
373 dmodname = (char *)(verinfo + 1);
374 if (file_findmodule(NULL, dmodname, verinfo) == NULL) {
376 error = mod_load(dmodname, verinfo, 0, NULL);
384 mp = file_findmodule(NULL, dmodname, verinfo);
487 mod_load(char *modname, struct mod_depend *verinfo, int argc, char *argv[]) argument
498 mp = file_findmodule(NULL, modname, verinfo);
602 file_findmodule(struct preloaded_file *fp, char *modname, struct mod_depend *verinfo) argument
790 mod_search_hints(struct moduledir *mdp, const char *modname, struct mod_depend *verinfo) argument
861 mod_searchmodule(char *name, struct mod_depend *verinfo) argument
[all...]
H A Dbootstrap.h233 int mod_load(char *name, struct mod_depend *verinfo, int argc, char *argv[]);
/freebsd-11-stable/sys/kern/
H A Dkern_linker.c85 * *verinfo);
152 const struct mod_depend *verinfo, struct linker_file **lfpp);
153 static modlist_t modlist_lookup2(const char *name, const struct mod_depend *verinfo);
507 linker_reference_module(const char *modname, struct mod_depend *verinfo, argument
514 if ((mod = modlist_lookup2(modname, verinfo)) != NULL) {
521 error = linker_load_module(NULL, modname, NULL, verinfo, result);
527 linker_release_module(const char *modname, struct mod_depend *verinfo, argument
537 mod = modlist_lookup2(modname, verinfo);
544 KASSERT(modname == NULL && verinfo == NULL,
1412 modlist_lookup2(const char *name, const struct mod_depend *verinfo) argument
1485 const struct mod_depend *verinfo; local
1774 linker_hints_lookup(const char *path, int pathlen, const char *modname, int modnamelen, const struct mod_depend *verinfo) argument
1905 linker_search_module(const char *modname, int modnamelen, const struct mod_depend *verinfo) argument
2009 linker_load_module(const char *kldname, const char *modname, struct linker_file *parent, const struct mod_depend *verinfo, struct linker_file **lfpp) argument
2088 const struct mod_depend *verinfo; local
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Delflink.c533 h->verinfo.verdef = NULL;
1385 h->verinfo.vertree = NULL;
1429 h->verinfo.vertree = NULL;
1773 || h->verinfo.verdef == NULL)
1779 if (t->vn_bfd != h->verinfo.verdef->vd_bfd)
1783 if (a->vna_nodename == h->verinfo.verdef->vd_nodename)
1801 t->vn_bfd = h->verinfo.verdef->vd_bfd;
1813 a->vna_nodename = h->verinfo.verdef->vd_nodename;
1815 a->vna_flags = h->verinfo.verdef->vd_flags;
1818 h->verinfo
[all...]
H A Delf-bfd.h203 } verinfo;
202 } verinfo; member in struct:elf_link_hash_entry
/freebsd-11-stable/contrib/binutils/binutils/
H A Drcparse.y80 rc_ver_info *verinfo;
151 %type <verinfo> verblocks

Completed in 112 milliseconds