Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dscript-c.h262 script_set_entry(void* closure, const char*, size_t);
H A Dyyscript.y296 { script_set_entry(closure, $3.value, $3.length); }
361 { script_set_entry(closure, $3.value, $3.length); }
H A Dyyscript.c2496 { script_set_entry(closure, (yyvsp[-1].string).value, (yyvsp[-1].string).length); } in yyparse()
2569 { script_set_entry(closure, (yyvsp[-1].string).value, (yyvsp[-1].string).length); } in yyparse()
H A Dscript.cc2789 script_set_entry(void* closurev, const char* entry, size_t length) in script_set_entry() function
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dscript-c.h262 script_set_entry(void* closure, const char*, size_t);
H A Dyyscript.y293 { script_set_entry(closure, $3.value, $3.length); }
358 { script_set_entry(closure, $3.value, $3.length); }
H A Dyyscript.c2493 { script_set_entry(closure, (yyvsp[-1].string).value, (yyvsp[-1].string).length); } in yyparse()
2566 { script_set_entry(closure, (yyvsp[-1].string).value, (yyvsp[-1].string).length); } in yyparse()
H A Dscript.cc2789 script_set_entry(void* closurev, const char* entry, size_t length) in script_set_entry() function