Re: [PATCH 3/7 v3] doc: Add elf_next.3

2025-07-17 Thread Mark Wielaard
Hi Aaron, On Tue, 2025-07-15 at 00:25 -0400, Aaron Merey wrote: > Signed-off-by: Aaron Merey > > --- > v3 changes: Use .B for EXAMPLES. > > On Fri, Jun 27, 2025 at 6:36 PM Mark Wielaard wrote: > > > +  /* Get the members of the archive one after the other.  */ > > > +  while ((subelf = elf_beg

[PATCH 3/7 v3] doc: Add elf_next.3

2025-07-14 Thread Aaron Merey
Signed-off-by: Aaron Merey --- v3 changes: Use .B for EXAMPLES. On Fri, Jun 27, 2025 at 6:36 PM Mark Wielaard wrote: > > +  /* Get the members of the archive one after the other.  */ > > +  while ((subelf = elf_begin (fd, cmd, elf)) != NULL) > > +    { > > +      /* Process subelf here */ > > +