Lines Matching refs:T
14 rm -f $T $T.s $T.o $T.oo $T.aa $T.dis
25 T=`mktemp` || die "cannot create temp file"
51 rm $T
200 touch $T.oo
206 echo All code >> $T.oo
207 echo ======== >> $T.oo
209 echo -n " .$type 0x" > $T.s
211 echo $beforemark | sed -e 's/ /,0x/g; s/[<>()]//g' >> $T.s
213 disas $T $pc_sub
215 cat $T.dis >> $T.oo
217 get_faultlinenum "$code" "$T.dis" $pc_sub
223 rm -f $T.o $T.s $T.dis
226 echo Code starting with the faulting instruction > $T.aa
227 echo =========================================== >> $T.aa
229 echo -n " .$type 0x" > $T.s
230 echo $code >> $T.s
231 disas $T 0
232 cat $T.dis >> $T.aa
234 cat $T.oo | sed -e "${faultlinenum}s/^\([^:]*:\)\(.*\)/\1\*\2\t\t<-- trapping instruction/"
236 cat $T.aa