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