Searched refs:shdr_plt (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/util/
H A Dsymbol-elf.c434 static bool get_plt_sizes(struct dso *dso, GElf_Ehdr *ehdr, GElf_Shdr *shdr_plt, argument
460 *plt_entry_size = shdr_plt->sh_entsize;
463 *plt_entry_size = shdr_plt->sh_addralign == 8 ? 8 : 16;
467 *plt_header_size = shdr_plt->sh_entsize;
468 *plt_entry_size = shdr_plt->sh_entsize;
677 GElf_Shdr shdr_plt, plt_sec_shdr; local
692 if (!elf_section_by_name(elf, &ehdr, &shdr_plt, ".plt", NULL))
700 f = dso__find_symbol_nocache(dso, shdr_plt.sh_offset);
701 if (f && f->start < shdr_plt.sh_offset && f->end > shdr_plt
[all...]

Completed in 241 milliseconds