On October 4, 2022 9:33:05 AM GMT-03:00, Nick Clifton <nickc@xxxxxxxxxx> wrote: >Hi Arnaldo, > >>> <0><c>: Abbrev Number: 3 (DW_TAG_unspecified_type) <--- the problematic TAG > >>> <1><29>: Abbrev Number: 2 (DW_TAG_subprogram) >>> <2a> DW_AT_name : (indirect string, offset: 0x2e): entry_ibpb >>> <2e> DW_AT_type : <0xc> > >If it helps the tag is used to tell consumers like GDB that the return >type of specific functions (eg entry_ibpb in the above example) is unknown. Sure helps, thanks! I noticed this is for assembly source code, I'll add it as a special "type" and probably for BTF mask it to void. - Arnaldo > >Cheers > Nick >