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

  /toolchain/binutils/binutils-2.25/gold/
script.cc 212 VERSION_SCRIPT,
424 return (this->mode_ == VERSION_SCRIPT
469 if (this->mode_ == LINKER_SCRIPT || this->mode_ == VERSION_SCRIPT
476 if (this->mode_ == VERSION_SCRIPT || this->mode_ == DYNAMIC_LIST)
483 else if ((this->mode_ == VERSION_SCRIPT || this->mode_ == DYNAMIC_LIST)
1331 version_script() function in class:gold::Parser_closure
    [all...]
  /ndk/build/tools/
gen-platforms.sh 403 local VERSION_SCRIPT="$6"
418 if [ -n "$VERSION_SCRIPT" ]; then
419 COMMAND="$COMMAND -Wl,--version-script=$VERSION_SCRIPT -Wl,--no-undefined-version"
482 version_script=""
485 version_script="$SYMDIR/$LIB.versions.txt"
489 gen_shared_lib $LIB "$funcs" "$vars" "$DSTDIR/$LIB" "$CC" "$version_script"
  /frameworks/compile/mclinker/lib/Script/
ScriptParser.yy 87 %token LINKER_SCRIPT DEFSYM VERSION_SCRIPT DYNAMIC_LIST

Completed in 113 milliseconds