Re: [PATCH v2 38/43] bsd-user: Refactor load_elf_sections and is_target_elf_binary

2021-08-27 Thread Warner Losh
> On Aug 26, 2021, at 3:11 PM, i...@bsdimp.com wrote: > > From: Warner Losh > > Factor out load_elf_sections and is_target_elf_binary out of > load_elf_interp. > > Signed-off-by: Mikaël Urankar > Signed-off-by: Stacey Son > Signed-off-by: Warner Losh > --- > bsd-user/elfload.c | 350 ++

[PATCH v2 38/43] bsd-user: Refactor load_elf_sections and is_target_elf_binary

2021-08-26 Thread imp
From: Warner Losh Factor out load_elf_sections and is_target_elf_binary out of load_elf_interp. Signed-off-by: Mikaël Urankar Signed-off-by: Stacey Son Signed-off-by: Warner Losh --- bsd-user/elfload.c | 350 + 1 file changed, 164 insertions(+), 18