Home
last modified time | relevance | path

Searched refs:script_exp_function_length (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dscript-c.h509 script_exp_function_length(void*, const char*, size_t);
H A Dyyscript.y962 { $$ = script_exp_function_length(closure, $3.value, $3.length); }
H A Dyyscript.c3507 …{ (yyval.expr) = script_exp_function_length(closure, (yyvsp[-1].string).value, (yyvsp[-1].string).… in yyparse()
H A Dscript.cc3434 script_exp_function_length(void* closurev, const char* name, size_t namelen) in script_exp_function_length() function
H A DChangeLog-08159133 (script_exp_function_length): Move from here to ...
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dscript-c.h509 script_exp_function_length(void*, const char*, size_t);
H A Dyyscript.y959 { $$ = script_exp_function_length(closure, $3.value, $3.length); }
H A Dyyscript.c3504 …{ (yyval.expr) = script_exp_function_length(closure, (yyvsp[-1].string).value, (yyvsp[-1].string).… in yyparse()
H A Dscript.cc3434 script_exp_function_length(void* closurev, const char* name, size_t namelen) in script_exp_function_length() function
H A DChangeLog-08159133 (script_exp_function_length): Move from here to ...