#!/bin/bash #Show the defined symbols in an object file or library ldc $1 | egrep "^[A-Z].*\((6)|0-0\)"| awk '{print $1}'