On Thu, Jan 21, 2021 at 03:32:40PM -0800, Andrii Nakryiko wrote:
On Thu, Jan 21, 2021 at 12:25 PM Jiri Olsa [off-list ref] wrote:
quoted
For very large ELF objects (with many sections), we could
get special value SHN_XINDEX (65535) for symbol's st_shndx.
This patch is adding code to detect the optional extended
section index table and use it to resolve symbol's section
index.
Adding elf_symtab__for_each_symbol_index macro that returns
symbol's section index and usign it in collect_symbols function.
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
---
You missed fixing up collect_function() as well, which is using
elf_sym__section(), which doesn't know about extended numbering.
ah right, it's for modules, I guess it's why it did not show up
thanks,
jirka