Home
last modified time | relevance | path

Searched refs:script_new_string_list (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dscript-c.h389 script_new_string_list(const char*, size_t);
H A Dyyscript.y697 { $$ = script_new_string_list($1.value, $1.length); }
H A Dscript.cc3232 script_new_string_list(const char* str, size_t len) in script_new_string_list() function
3245 return script_new_string_list(str, len); in script_string_list_push_back()
H A Dyyscript.c3048 …{ (yyval.string_list) = script_new_string_list((yyvsp[0].string).value, (yyvsp[0].string).length);… in yyparse()
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dscript-c.h389 script_new_string_list(const char*, size_t);
H A Dyyscript.y694 { $$ = script_new_string_list($1.value, $1.length); }
H A Dscript.cc3232 script_new_string_list(const char* str, size_t len) in script_new_string_list() function
3245 return script_new_string_list(str, len); in script_string_list_push_back()
H A Dyyscript.c3045 …{ (yyval.string_list) = script_new_string_list((yyvsp[0].string).value, (yyvsp[0].string).length);… in yyparse()