Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/binutils/
H A Drcparse.y1203 ri = define_rcdata_string ($1.s, $1.length);
1227 ri = define_rcdata_string ($3.s, $3.length);
H A Dresrc.c1490 define_rcdata_string (const char *string, rc_uint_type len) in define_rcdata_string() function