Group the decoded system calls by ABI and sort the calls within each ABI.
I originally was just going to use a single sorted list, but I think it
is better to group the calls by ABI. Once I make a first pass adding more
decodings for the native ABI I plan to add decoding for freebsd32 to match
all the calls handled in the native ABI.