OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rc_ver_stringtable
(Results
1 - 5
of
5
) sorted by null
/toolchain/binutils/binutils-2.25/binutils/
windres.h
111
extern rc_ver_info *append_ver_stringfileinfo (rc_ver_info *,
rc_ver_stringtable
*);
112
extern
rc_ver_stringtable
*append_ver_stringtable (
rc_ver_stringtable
*, const char *, rc_ver_stringinfo *);
windint.h
948
typedef struct
rc_ver_stringtable
struct
951
struct
rc_ver_stringtable
*next;
956
}
rc_ver_stringtable
;
typedef in typeref:struct:rc_ver_stringtable
972
struct
rc_ver_stringtable
*stringtables;
resbin.c
1029
rc_ver_stringtable
**ppvst;
1050
rc_ver_stringtable
*vst;
1057
vst = (
rc_ver_stringtable
*) res_alloc (sizeof (
rc_ver_stringtable
));
[
all
...]
resrc.c
[
all
...]
rcparse.y
81
rc_ver_stringtable
*verstringtable;
[
all
...]
Completed in 37 milliseconds