Searched refs:ver_info (Results 1 - 12 of 12) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dwindres.h655 struct ver_info *var;
685 struct ver_info struct
688 struct ver_info *next;
843 (struct res_id, int, struct fixed_versioninfo *, struct ver_info *);
844 extern struct ver_info *append_ver_stringfileinfo
845 (struct ver_info *, const char *, struct ver_stringinfo *);
846 extern struct ver_info *append_ver_varfileinfo
847 (struct ver_info *, const char *, struct ver_varinfo *);
H A Drcparse.h19 struct ver_info *verinfo;
H A Dresbin.c981 struct ver_info *first, **pp;
1041 struct ver_info *vi;
1047 vi = (struct ver_info *) res_alloc (sizeof *vi);
2060 struct ver_info *vi;
H A Drcparse.y77 struct ver_info *verinfo;
H A Dresrc.c1306 struct ver_info *verinfo)
1321 struct ver_info *
1322 append_ver_stringfileinfo (struct ver_info *verinfo, const char *language,
1325 struct ver_info *vi, **pp;
1327 vi = (struct ver_info *) res_alloc (sizeof *vi);
1342 struct ver_info *
1343 append_ver_varfileinfo (struct ver_info *verinfo, const char *key,
1346 struct ver_info *vi, **pp;
1348 vi = (struct ver_info *) res_alloc (sizeof *vi);
2453 const struct ver_info *v
[all...]
H A Drcparse.c168 struct ver_info *verinfo;
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dwindres.h656 struct ver_info *var;
686 struct ver_info struct
689 struct ver_info *next;
846 (struct res_id, int, struct fixed_versioninfo *, struct ver_info *);
847 extern struct ver_info *append_ver_stringfileinfo
848 (struct ver_info *, const char *, struct ver_stringinfo *);
849 extern struct ver_info *append_ver_varfileinfo
850 (struct ver_info *, const char *, struct ver_varinfo *);
H A Dresbin.c981 struct ver_info *first, **pp;
1041 struct ver_info *vi;
1047 vi = (struct ver_info *) res_alloc (sizeof *vi);
2060 struct ver_info *vi;
H A Drcparse.y79 struct ver_info *verinfo;
H A Dresrc.c1340 struct ver_info *verinfo)
1355 struct ver_info *
1356 append_ver_stringfileinfo (struct ver_info *verinfo, const char *language,
1359 struct ver_info *vi, **pp;
1361 vi = (struct ver_info *) res_alloc (sizeof *vi);
1376 struct ver_info *
1377 append_ver_varfileinfo (struct ver_info *verinfo, const char *key,
1380 struct ver_info *vi, **pp;
1382 vi = (struct ver_info *) res_alloc (sizeof *vi);
2487 const struct ver_info *v
[all...]
/openbsd-current/sys/dev/pci/
H A Dif_bnxt.c2594 snprintf(softc->ver_info->hwrm_if_ver, BNXT_VERSTR_SIZE, "%d.%d.%d",
2596 softc->ver_info->hwrm_if_major = resp->hwrm_intf_maj;
2597 softc->ver_info->hwrm_if_minor = resp->hwrm_intf_min;
2598 softc->ver_info->hwrm_if_update = resp->hwrm_intf_upd;
2599 snprintf(softc->ver_info->hwrm_fw_ver, BNXT_VERSTR_SIZE, "%d.%d.%d",
2601 strlcpy(softc->ver_info->driver_hwrm_if_ver, HWRM_VERSION_STR,
2603 strlcpy(softc->ver_info->hwrm_fw_name, resp->hwrm_fw_name,
2608 strlcpy(softc->ver_info->mgmt_fw_ver, naver, BNXT_VERSTR_SIZE);
2609 strlcpy(softc->ver_info->mgmt_fw_name, nastr, BNXT_NAME_SIZE);
2612 snprintf(softc->ver_info
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dtree-ssa-loop-ivopts.c514 ver_info (struct ivopts_data *data, unsigned ver) function
524 return ver_info (data, SSA_NAME_VERSION (name));
1126 if (ver_info (data, i)->iv)
1127 dump_iv (dump_file, ver_info (data, i)->iv);
1767 info = ver_info (data, i);
2182 iv = ver_info (data, i)->iv;
4462 struct version_info *info = ver_info (data, j);
5706 info = ver_info (data, j);
5731 info = ver_info (data, i);

Completed in 1237 milliseconds