Home
last modified time | relevance | path

Searched refs:script_exp_function_defined (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dscript-c.h494 script_exp_function_defined(const char*, size_t);
Dyyscript.y936 { $$ = script_exp_function_defined($3.value, $3.length); }
Dexpression.cc1129 script_exp_function_defined(const char* symbol_name, size_t symbol_name_len) in script_exp_function_defined() function