Home
last modified time | relevance | path

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

/third_party/python/Modules/
Dld_so_aix.in120 expfile=`echo $1 | sed -e "s/-Wl,//" -e "s/-bE://"`
155 if test -z "$expfile"; then
156 expfile="$filename.exp"
174 CCOPT="-Wl,-e$entry -Wl,-bE:$expfile -Wl,-bI:$impfile -Wl,-bhalt:4"
176 CCOPT="-Wl,-bnoentry -Wl,-bE:$expfile -Wl,-bhalt:4"
184 $makexp $expfile "$objfile" $objs
193 rm -f $expfile
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/
Dglcpp_test.py62 def test_output(glcpp, contents, expfile, nl_format='\n'): argument
78 with open(expfile, 'r') as f:
/third_party/node/
Dnode.gypi224 'action_name': 'expfile',