dwarf_loader: Simplify tag__print_not_supported() It is always used with dwarf_tag(die) as its argument, so just pass 'die' and do the dwarf_tag(die) conversion when passing to __tag__print_not_supported(). This paves the way to print the die offset, helpful in debugging. Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>