Searched refs:shdr_rel_plt (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | symbol-elf.c | 669 * have the PLT data stripped out (shdr_rel_plt.sh_type == SHT_NOBITS). 678 GElf_Shdr shdr_rel_plt, shdr_dynsym; in dso__synthesize_plt_symbols() local 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() 741 if (shdr_rel_plt.sh_type != SHT_RELA && in dso__synthesize_plt_symbols() 742 shdr_rel_plt.sh_type != SHT_REL) in dso__synthesize_plt_symbols() 745 if (!shdr_rel_plt.sh_link) in dso__synthesize_plt_symbols() 748 if (shdr_rel_plt.sh_link == ss->dynsym_idx) { in dso__synthesize_plt_symbols() 751 } else if (shdr_rel_plt.sh_link == ss->symtab_idx) { in dso__synthesize_plt_symbols() 788 ri.nr_entries = shdr_rel_plt in dso__synthesize_plt_symbols() [all...] |
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | symbol-elf.c | 308 * have the PLT data stripped out (shdr_rel_plt.sh_type == SHT_NOBITS). 317 GElf_Shdr shdr_rel_plt, shdr_dynsym; in dso__synthesize_plt_symbols() local 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() 350 if (shdr_rel_plt.sh_link != dynsym_idx) in dso__synthesize_plt_symbols() 379 nr_rel_entries = shdr_rel_plt.sh_size / shdr_rel_plt.sh_entsize; in dso__synthesize_plt_symbols() 409 if (shdr_rel_plt.sh_type == SHT_RELA) { in dso__synthesize_plt_symbols() 436 } else if (shdr_rel_plt.sh_type == SHT_REL) { in dso__synthesize_plt_symbols()
|
Completed in 6 milliseconds