chiark / gitweb /
bin/disorder-notify: Rewrite and take over the functionality of `media-keys'.
[profile] / bin / datasyms
CommitLineData
878a38bd
MW
1#! /bin/sh -e
2objdump -t "$@" | sed -En '
3 /^(.*\.o:) .*$/ { s//\1/; h; }
4 /(\.data|\.bss|\*COM\*)[[:space:]]+[0-9]+ [^.]/ {
5 x; /./ p; s/.*//; x
6 s/^/ /; p
7 }'