Re: ctfconv(1) & forward declaration

2017-10-29 Thread Mark Johnston
On Sun, Oct 29, 2017 at 10:48:09PM +0100, Martin Pieuchot wrote: > On 29/10/17(Sun) 17:27, Mark Johnston wrote: > > On Sat, Oct 28, 2017 at 04:05:23PM +0200, Martin Pieuchot wrote: > > > Diff below makes ctfconv(1) aware of forward declarations and merge them > > > with the corresponding type as so

Re: ctfconv(1) & forward declaration

2017-10-29 Thread Martin Pieuchot
On 29/10/17(Sun) 17:27, Mark Johnston wrote: > On Sat, Oct 28, 2017 at 04:05:23PM +0200, Martin Pieuchot wrote: > > Diff below makes ctfconv(1) aware of forward declarations and merge them > > with the corresponding type as soon as they are known. > > > > This reduces the number of type entries in

Re: ctfconv(1) & forward declaration

2017-10-29 Thread Mark Johnston
On Sat, Oct 28, 2017 at 04:05:23PM +0200, Martin Pieuchot wrote: > Diff below makes ctfconv(1) aware of forward declarations and merge them > with the corresponding type as soon as they are known. > > This reduces the number of type entries in a kernel CTF section by ~4K. > > After applying this

ctfconv(1) & forward declaration

2017-10-28 Thread Martin Pieuchot
Diff below makes ctfconv(1) aware of forward declarations and merge them with the corresponding type as soon as they are known. This reduces the number of type entries in a kernel CTF section by ~4K. After applying this diff, grepping for "(0 bytes)" in the ctfdump(1) output points to code that g