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

  /external/chromium_org/third_party/mesa/src/bin/
mklib 393 # Make the 'exptmp' file for --version-script option
394 echo "{" > exptmp
395 echo "global:" >> exptmp
396 sed 's/$/;/' ${EXPORTS} >> exptmp
397 echo "local:" >> exptmp
398 echo "*;" >> exptmp
399 echo "};" >> exptmp
400 OPTS="${OPTS} -Xlinker --version-script=exptmp"
401 # exptmp is removed below
431 # rm -f exptmp
    [all...]
  /external/mesa3d/bin/
mklib 393 # Make the 'exptmp' file for --version-script option
394 echo "{" > exptmp
395 echo "global:" >> exptmp
396 sed 's/$/;/' ${EXPORTS} >> exptmp
397 echo "local:" >> exptmp
398 echo "*;" >> exptmp
399 echo "};" >> exptmp
400 OPTS="${OPTS} -Xlinker --version-script=exptmp"
401 # exptmp is removed below
431 # rm -f exptmp
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/xa-vmwgfx/
Makefile 98 -rm -f depend depend.bak exptmp xa_symbols
  /external/mesa3d/src/gallium/targets/xa-vmwgfx/
Makefile 98 -rm -f depend depend.bak exptmp xa_symbols

Completed in 796 milliseconds