Hi Ian,
On Sat, Apr 16, 2022 at 7:59 AM Ian Rogers wrote:
>
> On Fri, Apr 15, 2022 at 8:40 PM Namhyung Kim wrote:
> >
> > The symbol fixup is necessary for symbols in kallsyms since they don't
> > have size info. So we use the next symbol's address to calculate the
> > size. Now it's also used
The symbol fixup is necessary for symbols in kallsyms since they don't
have size info. So we use the next symbol's address to calculate the
size. Now it's also used for user binaries because sometimes they
miss size for hand-written asm functions.
There's a arch-specific function to handle kalls