[Dwarf-Discuss] armcc DWARF

2018-05-22 Thread David Anderson via Dwarf-Discuss
I have been given a tiny object file  created by armcc using DWARF and things make no sense to me so far. dwarfdump (and libdwarf) use the SHT_GROUP section data to associate sections to their group.  This is a .o, not a fully linked executable or shared-library. (libdwarf assigns group numbers

Re: [Dwarf-Discuss] armcc DWARF

2018-05-22 Thread Michael Eager via Dwarf-Discuss
On 05/22/2018 02:33 PM, David Anderson via Dwarf-Discuss wrote: I have been given a tiny object file  created by armcc using DWARF and things make no sense to me so far. dwarfdump (and libdwarf) use the SHT_GROUP section data to associate sections to their group.  This is a .o, not a fully link

Re: [Dwarf-Discuss] armcc DWARF

2018-05-22 Thread David Anderson via Dwarf-Discuss
On 05/22/2018 04:18 PM, Michael Eager wrote: > On 05/22/2018 02:33 PM, David Anderson via Dwarf-Discuss wrote: >> >> I have been given a tiny object file  created by armcc >> using DWARF and things make no sense to me so far. >> >> dwarfdump (and libdwarf) use the SHT_GROUP section data to associat

Re: [Dwarf-Discuss] armcc DWARF

2018-05-22 Thread Michael Eager via Dwarf-Discuss
On 05/22/2018 04:34 PM, David Anderson wrote: On 05/22/2018 04:18 PM, Michael Eager wrote: On 05/22/2018 02:33 PM, David Anderson via Dwarf-Discuss wrote: I have been given a tiny object file  created by armcc using DWARF and things make no sense to me so far. dwarfdump (and libdwarf) use the