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
210 touch $T.oo
216 echo All code >> $T.oo
217 echo ======== >> $T.oo
219 echo -n " .$type 0x" > $T.s
221 echo $beforemark | sed -e 's/ /,0x/g; s/[<>()]//g' >> $T.s
223 disas $T $pc_sub
225 cat $T.dis >> $T.oo
227 get_faultlinenum "$code" "$T.dis" $pc_sub
233 rm -f $T.o $T.s $T.dis
236 echo Code starting with the faulting instruction > $T.aa
237 echo =========================================== >> $T.aa
239 echo -n " .$type 0x" > $T.s
240 echo $code >> $T.s
241 disas $T 0
242 cat $T.dis >> $T.aa
244 cat $T.oo | sed -e "${faultlinenum}s/^\([^:]*:\)\(.*\)/\1\*\2\t\t<-- trapping instruction/"
246 cat $T.aa