summaryrefslogtreecommitdiffstats
path: root/src/util/sortobjdump.pl
Commit message (Collapse)AuthorAgeFilesLines
* [util] Don't die on undefined symbols in sortobjdump.plMichael Brown2008-10-101-1/+1
| | | | | Undefined symbols shouldn't reach sortobjdump.pl, but if they do then it is not a helpful place to report the error.
* Special handling for symbols of the form "xxx_end", to make table endMichael Brown2005-04-271-4/+8
| | | | markers appear before the symbols that immediately follow the table.
* Use symbol size as a third index, mainly so that zero-length symbolsMichael Brown2005-04-271-7/+9
| | | | | (e.g. section start indicators) show up before the symbols they're indicating the start of.
* First versionMichael Brown2005-04-271-0/+34