Searched refs:script_new_string_list (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | script-c.h | 389 script_new_string_list(const char*, size_t);
|
H A D | yyscript.y | 697 { $$ = script_new_string_list($1.value, $1.length); }
|
H A D | script.cc | 3232 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 D | yyscript.c | 3048 …{ (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 D | script-c.h | 389 script_new_string_list(const char*, size_t);
|
H A D | yyscript.y | 694 { $$ = script_new_string_list($1.value, $1.length); }
|
H A D | script.cc | 3232 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 D | yyscript.c | 3045 …{ (yyval.string_list) = script_new_string_list((yyvsp[0].string).value, (yyvsp[0].string).length);… in yyparse()
|