Searched refs:shdr_plt (Results 1 – 1 of 1) sorted by relevance
366 static bool get_plt_sizes(struct dso *dso, GElf_Ehdr *ehdr, GElf_Shdr *shdr_plt, in get_plt_sizes() argument392 *plt_entry_size = shdr_plt->sh_entsize; in get_plt_sizes()395 *plt_entry_size = shdr_plt->sh_addralign == 8 ? 8 : 16; in get_plt_sizes()399 *plt_header_size = shdr_plt->sh_entsize; in get_plt_sizes()400 *plt_entry_size = shdr_plt->sh_entsize; in get_plt_sizes()609 GElf_Shdr shdr_plt, plt_sec_shdr; in dso__synthesize_plt_symbols() local624 if (!elf_section_by_name(elf, &ehdr, &shdr_plt, ".plt", NULL)) in dso__synthesize_plt_symbols()632 f = dso__find_symbol_nocache(dso, shdr_plt.sh_offset); in dso__synthesize_plt_symbols()633 if (f && f->start < shdr_plt.sh_offset && f->end > shdr_plt.sh_offset) in dso__synthesize_plt_symbols()634 f->end = shdr_plt.sh_offset; in dso__synthesize_plt_symbols()[all …]