Lines Matching refs:out
11 out=$tmp/out$$
16 $CC -nostdlib -static -Wl,-T$dir/check-segrel.lds $dir/check-segrel.S -o $out
17 res=$($OBJDUMP --full --section .rodata $out | fgrep 000 | cut -f3 -d' ')
18 rm -f $out
30 $CC -c $dir/check-text-align.S -o $out
31 $READELF -u $out | fgrep -q 'prologue(rlen=12)'
33 rm -f $out
38 if ! $CC -c $dir/check-model.c -o $out 2>&1 | grep __model__ | grep -q attrib
42 rm -f $out
46 $CC -c $dir/check-serialize.S -o $out 2>/dev/null
48 rm -f $out