OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_unicode
(Results
1 - 1
of
1
) sorted by null
/toolchain/binutils/binutils-2.25/binutils/
resbin.c
38
static unichar *
get_unicode
(windres_bfd *, const bfd_byte *, rc_uint_type, rc_uint_type *);
125
get_unicode
(windres_bfd *wrbfd, const bfd_byte *data, rc_uint_type length,
function
176
id->u.n.name =
get_unicode
(wrbfd, data, length, &id->u.n.length);
311
mi->text =
get_unicode
(wrbfd, data + stroff, length - stroff, &slen);
380
mi->text =
get_unicode
(wrbfd, data + 14, length - 14, &slen);
476
d->caption =
get_unicode
(wrbfd, data + off, length - off, &sublen);
510
d->font =
get_unicode
(wrbfd, data + off, length - off, &sublen);
924
*pkey =
get_unicode
(wrbfd, data, length, &sublen);
1090
vs->value =
get_unicode
(wrbfd, data, length, &vslen);
[
all
...]
Completed in 63 milliseconds