Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/taskcluster/docker/diffoscope/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 377 B image not shown  

Quelle  readelf   Sprache: unbekannt

 
#!/bin/sh

case "$1 $2" in
"--wide --symbols")
    # When called with --wide --symbols, we remove the first column (which
    # is essentially a line number that is not very useful), and then sort,
    # which will order symbols by address, making a diff more useful.
    /usr/bin/readelf "$@" | awk -F: '{print $2}' | sort
    ;;
*)
    exec /usr/bin/readelf "$@"
    ;;
esac

[ Dauer der Verarbeitung: 0.11 Sekunden  (vorverarbeitet)  ]