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

  /external/v8/build/android/
adb_gdb 899 for SYSLIB in /system/bin/linker $SYSTEM_LIBS; do
900 echo "Pulling from device: $SYSLIB"
901 DST_FILE=$PULL_LIBS_DIR$SYSLIB
903 mkdir -p "$DST_DIR" && adb pull $SYSLIB "$DST_FILE" 2>/dev/null
904 fail_panic "Could not pull $SYSLIB from device !?"
  /toolchain/binutils/binutils-2.25/ld/
ldgram.y 144 %token STARTUP HLL SYSLIB FLOAT NOFLOAT NOCROSSREFS
870 SYSLIB '(' low_level_library_NAME_list ')'
ldlex.l 292 <BOTH,SCRIPT>"SYSLIB" { RTOKEN(SYSLIB);}
  /toolchain/binutils/binutils-2.25/gold/
yyscript.y 183 %token SYSLIB
script.cc     [all...]

Completed in 504 milliseconds