K 10 svn:author V 4 kaiw K 8 svn:date V 27 2014-01-16T22:28:33.880847Z K 7 svn:log V 315 If function die_name() finds a DIE without a name, set its name to "__anon__". This hack is used to workaround a issue that compilers like GCC could generate DW_TAG_base_type DIE without a name. Note that we didn't need this before because the old libdwarf internally set all the unnamed DIE's name to "__anon__". END