Lines Matching refs:TMP1
70 TMP1=/tmp/elfcmp.1.$$
72 trap "rm -f $TMP1 $TMP2" EXIT HUP INT QUIT PIPE TERM
100 list_sections "$1" | $FILTER | sort >$TMP1
103 echo "$SECTIONLIST" >$TMP1
109 NOT_IN_1=$(comm -13 $TMP1 $TMP2)
115 NOT_IN_2=$(comm -23 $TMP1 $TMP2)
124 for s in $(comm -12 $TMP1 $TMP2)
126 dump -s -n $s "$1" | sed '/:/d' >$TMP1
128 if cmp -s $TMP1 $TMP2
138 dump -sv -n $s "$1" | sed '/:/d' >$TMP1
140 diff -c $TMP1 $TMP2
154 list_alloc_sections "$1" | sort >$TMP1
156 if cmp -s $TMP1 $TMP2
166 diff -c $TMP1 $TMP2