Lines Matching refs:TMP1
72 TMP1=/tmp/elfcmp.1.$$
74 trap "rm -f $TMP1 $TMP2" EXIT HUP INT QUIT PIPE TERM
102 list_sections "$1" | $FILTER | sort >$TMP1
105 echo "$SECTIONLIST" >$TMP1
111 NOT_IN_1=$(comm -13 $TMP1 $TMP2)
117 NOT_IN_2=$(comm -23 $TMP1 $TMP2)
126 for s in $(comm -12 $TMP1 $TMP2)
128 dump -s -n $s "$1" | sed '/:/d' >$TMP1
130 if cmp -s $TMP1 $TMP2
140 dump -sv -n $s "$1" | sed '/:/d' >$TMP1
142 diff -c $TMP1 $TMP2
156 list_alloc_sections "$1" | sort >$TMP1
158 if cmp -s $TMP1 $TMP2
168 diff -c $TMP1 $TMP2