Commit 98b155c80a0e85009d92f1a61e4d963542c1798e

Daniel Stone 2012-06-04T13:01:33

Symbols: Don't include NoSymbols in the map Instead of using NoSymbol in the map, we use num_syms == 0 to signify the non-presence of a symbol. So instead of adding NoSymbol mappings to the list regardless, detect them and set num_syms == 0. Signed-off-by: Daniel Stone <daniel@fooishbar.org>