Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dscript-c.h431 script_parse_memory_attr(void*, const char*, size_t, int);
Dyyscript.y727 { $$ = script_parse_memory_attr(closure, $2.value, $2.length, 0); }
730 { $$ = script_parse_memory_attr(closure, $3.value, $3.length, 1); }
Dscript.cc3333 script_parse_memory_attr(void* closurev, const char* attrs, size_t attrlen, in script_parse_memory_attr() function
DChangeLog7719 (script_parse_memory_attr, script_include_directive): New