Searched refs:OUTPUT (Results 1 – 3 of 3) sorted by relevance
4 OUTPUT="$3"6 "$NM" -g "$FILE" 2>/dev/null | grep ' [A-EG-TVX-Z] ' | grep -v '__x86' | sort | uniq -d > "$OUTPUT"7 if [ -e "$OUTPUT" ] && [ -s "$OUTPUT" ]; then9 cat "$OUTPUT"
91 command: [objcopy, '-O', 'binary', '--only-section=.text', '@INPUT@', '@OUTPUT@'])
100 command: [duplicate_names, nm, '@INPUT@', '@OUTPUT@'],