#!/bin/sh # Small helper to print out symbols in a useful order. nm -n rd_bin.syms |grep -i ' a ' nm -n rd_bin.syms |grep -i ' t ' nm -n rd_bin.syms |grep -i ' d ' nm -n rd_bin.syms |grep -i ' b ' nm -p rd_bin.syms |grep -i ' c '