Home
last modified time | relevance | path

Searched refs:shdr_rel_plt (Results 1 – 1 of 1) sorted by relevance

/linux/tools/perf/util/
A Dsymbol-elf.c295 GElf_Shdr shdr_rel_plt, shdr_dynsym; in dso__synthesize_plt_symbols() local
317 scn_plt_rel = elf_section_by_name(elf, &ehdr, &shdr_rel_plt, in dso__synthesize_plt_symbols()
320 scn_plt_rel = elf_section_by_name(elf, &ehdr, &shdr_rel_plt, in dso__synthesize_plt_symbols()
328 if (shdr_rel_plt.sh_link != dynsym_idx) in dso__synthesize_plt_symbols()
357 nr_rel_entries = shdr_rel_plt.sh_size / shdr_rel_plt.sh_entsize; in dso__synthesize_plt_symbols()
387 if (shdr_rel_plt.sh_type == SHT_RELA) { in dso__synthesize_plt_symbols()
414 } else if (shdr_rel_plt.sh_type == SHT_REL) { in dso__synthesize_plt_symbols()

Completed in 9 milliseconds