summaryrefslogtreecommitdiff
path: root/cmd/srv9p/static.h.gen
blob: 1c4d7b1e7a81e925022e9a866ae5a32f0830139e (plain)
1
2
3
4
5
6
#!/bin/sh

nm --format=posix "$@" |
	sed -n -E \
	    -e 's/(.*_(end|start)) D .*/extern char \1[];/p' \
	    -e 's/(.*_size) A .*/extern size_t \1;/p'