Re: [PATCH] rproc: Add elf64 support in elf loader

2019-10-04 Thread Clément Leger
Ping ? - On 13 Sep, 2019, at 12:58, Clément Leger cle...@kalray.eu wrote: > Ping ? > > - On 19 Aug, 2019, at 13:45, Clément Leger cle...@kalray.eu wrote: > >> From: Clément Leger >> >> elf32 and elf64 mainly differ by their types. In order to avoid >> copy/pasting the whole loader cod

Re: [PATCH] rproc: Add elf64 support in elf loader

2019-09-13 Thread Clément Leger
Ping ? - On 19 Aug, 2019, at 13:45, Clément Leger cle...@kalray.eu wrote: > From: Clément Leger > > elf32 and elf64 mainly differ by their types. In order to avoid > copy/pasting the whole loader code, generate static inline functions > which will access values according to the elf class. I

[PATCH] rproc: Add elf64 support in elf loader

2019-08-19 Thread Clement Leger
From: Clément Leger elf32 and elf64 mainly differ by their types. In order to avoid copy/pasting the whole loader code, generate static inline functions which will access values according to the elf class. It allows to keep a common loader basis. In order to accomodate both elf types sizes, the m