/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | symbol-elf.c | 209 Elf_Scn *elf_section_by_name(Elf *elf, GElf_Ehdr *ep, in elf_section_by_name() function 339 scn_plt_rel = elf_section_by_name(elf, &ehdr, &shdr_rel_plt, in dso__synthesize_plt_symbols() 342 scn_plt_rel = elf_section_by_name(elf, &ehdr, &shdr_rel_plt, in dso__synthesize_plt_symbols() 353 if (elf_section_by_name(elf, &ehdr, &shdr_plt, ".plt", NULL) == NULL) in dso__synthesize_plt_symbols() 512 sec = elf_section_by_name(elf, &ehdr, &shdr, in elf_read_build_id() 517 sec = elf_section_by_name(elf, &ehdr, &shdr, in elf_read_build_id() 522 sec = elf_section_by_name(elf, &ehdr, &shdr, in elf_read_build_id() 743 sec = elf_section_by_name(elf, &ehdr, &shdr, in filename__read_debuglink() 883 ss->symtab = elf_section_by_name(elf, &ehdr, &ss->symshdr, ".symtab", in symsrc__init() 889 ss->dynsym = elf_section_by_name(el in symsrc__init() [all...] |
H A D | symbol.h | 39 Elf_Scn *elf_section_by_name(Elf *elf, GElf_Ehdr *ep,
|
H A D | unwind-libunwind-local.c | 186 if (!elf_section_by_name(elf, &ehdr, &shdr, name, NULL)) in elf_section_offset()
|
H A D | probe-event.c | 291 sec = elf_section_by_name(elf, &ehdr, &shdr, in find_module_name() 617 if (!elf_section_by_name(elf, &ehdr, &shdr, ".text", NULL)) in get_text_start_address()
|
H A D | probe-finder.c | 1249 if (elf_section_by_name(elf, &ehdr, &shdr, ".eh_frame", NULL) && in debuginfo__find_probes()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | symbol-elf.c | 199 Elf_Scn *elf_section_by_name(Elf *elf, GElf_Ehdr *ep, in elf_section_by_name() function 244 found = !!elf_section_by_name(elf, &ehdr, &shdr, sec, NULL); in filename__has_section() 545 scn = elf_section_by_name(elf, ehdr, &rela_dyn_shdr, ".rela.dyn", NULL); in get_rela_dyn_info() 643 scn = elf_section_by_name(elf, ehdr, &shdr, ".plt.got", NULL); in dso__synthesize_plt_got_symbols() 691 if (!elf_section_by_name(elf, &ehdr, &shdr_plt, ".plt", NULL)) in dso__synthesize_plt_symbols() 719 elf_section_by_name(elf, &ehdr, &plt_sec_shdr, ".plt.sec", NULL)) { in dso__synthesize_plt_symbols() 732 scn_plt_rel = elf_section_by_name(elf, &ehdr, &shdr_rel_plt, in dso__synthesize_plt_symbols() 735 scn_plt_rel = elf_section_by_name(elf, &ehdr, &shdr_rel_plt, in dso__synthesize_plt_symbols() 885 sec = elf_section_by_name(elf, &ehdr, &shdr, in elf_read_build_id() 890 sec = elf_section_by_name(el in elf_read_build_id() [all...] |
H A D | symbol.h | 40 Elf_Scn *elf_section_by_name(Elf *elf, GElf_Ehdr *ep,
|
H A D | unwind-libunwind-local.c | 186 if (!elf_section_by_name(elf, &ehdr, &shdr, name, NULL)) in elf_section_address_and_offset()
|
H A D | probe-event.c | 301 sec = elf_section_by_name(elf, &ehdr, &shdr, in find_module_name() 627 if (!elf_section_by_name(elf, &ehdr, &shdr, ".text", NULL)) in get_text_start_address()
|
H A D | probe-finder.c | 1265 if (elf_section_by_name(elf, &ehdr, &shdr, ".eh_frame", NULL) && in debuginfo__find_probes()
|