Searched refs:script_set_common_allocation (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | script-c.h | 267 script_set_common_allocation(void* closure, int);
|
H A D | yyscript.y | 258 { script_set_common_allocation(closure, 1); } 264 { script_set_common_allocation(closure, 0); }
|
H A D | yyscript.c | 2409 { script_set_common_allocation(closure, 1); } in yyparse() 2427 { script_set_common_allocation(closure, 0); } in yyparse()
|
H A D | script.cc | 2801 script_set_common_allocation(void* closurev, int set) in script_set_common_allocation() function
|
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | script-c.h | 267 script_set_common_allocation(void* closure, int);
|
H A D | yyscript.y | 255 { script_set_common_allocation(closure, 1); } 261 { script_set_common_allocation(closure, 0); }
|
H A D | yyscript.c | 2406 { script_set_common_allocation(closure, 1); } in yyparse() 2424 { script_set_common_allocation(closure, 0); } in yyparse()
|
H A D | script.cc | 2801 script_set_common_allocation(void* closurev, int set) in script_set_common_allocation() function
|