Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dscript-c.h432 script_parse_memory_attr(void*, const char*, size_t, int);
H A Dyyscript.y737 { $$ = script_parse_memory_attr(closure, $2.value, $2.length, 0); }
740 { $$ = script_parse_memory_attr(closure, $3.value, $3.length, 1); }
H A Dyyscript.c3091 …{ (yyval.integer) = script_parse_memory_attr(closure, (yyvsp[-1].string).value, (yyvsp[-1].string)… in yyparse()
3097 …{ (yyval.integer) = script_parse_memory_attr(closure, (yyvsp[-1].string).value, (yyvsp[-1].string)… in yyparse()
H A Dscript.cc3366 script_parse_memory_attr(void* closurev, const char* attrs, size_t attrlen, in script_parse_memory_attr() function
H A DChangeLog-08159136 (script_parse_memory_attr, script_include_directive): New
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dscript-c.h432 script_parse_memory_attr(void*, const char*, size_t, int);
H A Dyyscript.y734 { $$ = script_parse_memory_attr(closure, $2.value, $2.length, 0); }
737 { $$ = script_parse_memory_attr(closure, $3.value, $3.length, 1); }
H A Dyyscript.c3088 …{ (yyval.integer) = script_parse_memory_attr(closure, (yyvsp[-1].string).value, (yyvsp[-1].string)… in yyparse()
3094 …{ (yyval.integer) = script_parse_memory_attr(closure, (yyvsp[-1].string).value, (yyvsp[-1].string)… in yyparse()
H A Dscript.cc3366 script_parse_memory_attr(void* closurev, const char* attrs, size_t attrlen, in script_parse_memory_attr() function
H A DChangeLog-08159136 (script_parse_memory_attr, script_include_directive): New