chiark
/
gitweb
/
~mdw
/
profile
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
dot/emacs: Moderate horizontal scrolling; auto-scroll only one line.
[profile]
/
bin
/
datasyms
1
#! /bin/sh -e
2
objdump -t "$@" | sed -En '
3
/^(.*\.o:) .*$/ { s//\1/; h; }
4
/(\.data|\.bss|\*COM\*)[[:space:]]+[0-9]+ [^.]/ {
5
x; /./ p; s/.*//; x
6
s/^/ /; p
7
}'