On Thu, Sep 2, 2021 at 6:56 PM <[email protected]> wrote: > > From: Warner Losh <[email protected]> > > Factor out load_elf_sections and is_target_elf_binary out of > load_elf_interp. > > Signed-off-by: Mikaƫl Urankar <[email protected]> > Signed-off-by: Stacey Son <[email protected]> > Signed-off-by: Warner Losh <[email protected]> > --- > bsd-user/elfload.c | 344 +++++++++++++++++++++------------------------ > 1 file changed, 158 insertions(+), 186 deletions(-) >
Reviewed-by: Kyle Evans <[email protected]>
