Home
last modified time | relevance | path

Searched refs:define_rcdata_string (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/binutils/
Dwindres.h103 extern rc_rcdata_item *define_rcdata_string (const char *, rc_uint_type);
Drcparse.y1205 ri = define_rcdata_string ($1.s, $1.length);
1229 ri = define_rcdata_string ($3.s, $3.length);
Dresrc.c1534 define_rcdata_string (const char *string, rc_uint_type len) in define_rcdata_string() function