HomeSort by relevance Sort by last modified time
    Searched refs:script_add_extern (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.27/gold/
script-c.h 233 script_add_extern(void* closure, const char*, size_t);
yyscript.y 324 { script_add_extern(closure, $1.value, $1.length); }
326 { script_add_extern(closure, $2.value, $2.length); }
328 { script_add_extern(closure, $3.value, $3.length); }
script.cc 2640 script_add_extern(void* closurev, const char* name, size_t length) function
    [all...]

Completed in 632 milliseconds