Home
last modified time | relevance | path

Searched refs:vst (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/binutils/
Dresbin.c1050 rc_ver_stringtable *vst; in bin_to_res_version() local
1057 vst = (rc_ver_stringtable *) res_alloc (sizeof (rc_ver_stringtable)); in bin_to_res_version()
1060 &vst->language, &stverlen, &vallen, &type, &off); in bin_to_res_version()
1071 vst->strings = NULL; in bin_to_res_version()
1072 ppvs = &vst->strings; in bin_to_res_version()
1112 vst->next = NULL; in bin_to_res_version()
1113 *ppvst = vst; in bin_to_res_version()
1114 ppvst = &vst->next; in bin_to_res_version()
2025 const rc_ver_stringtable *vst; in res_to_bin_versioninfo() local
2032 for (vst = vi->u.string.stringtables; vst != NULL; vst = vst->next) in res_to_bin_versioninfo()
[all …]
Dresrc.c1826 rc_ver_stringtable *vst, **pp; in append_ver_stringtable() local
1828 vst = (rc_ver_stringtable *) res_alloc (sizeof (rc_ver_stringtable)); in append_ver_stringtable()
1829 vst->next = NULL; in append_ver_stringtable()
1830 unicode_from_ascii ((rc_uint_type *) NULL, &vst->language, language); in append_ver_stringtable()
1831 vst->strings = strings; in append_ver_stringtable()
1835 *pp = vst; in append_ver_stringtable()
3289 const rc_ver_stringtable *vst; in write_rc_versioninfo() local
3295 for (vst = vi->u.string.stringtables; vst != NULL; vst = vst->next) in write_rc_versioninfo()
3298 unicode_print_quoted (e, vst->language, -1); in write_rc_versioninfo()
3303 for (vs = vst->strings; vs != NULL; vs = vs->next) in write_rc_versioninfo()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-20062001 vstr, vld[1234], vst[1234], fconst[sd], f[us][lh]to[sd],
/toolchain/binutils/binutils-2.25/opcodes/
DChangeLog-9297956 "vsub", "vst", "xnor", and "xor" instructions.