Searched refs:shdr_plt (Results 1 – 1 of 1) sorted by relevance
433 static bool get_plt_sizes(struct dso *dso, GElf_Ehdr *ehdr, GElf_Shdr *shdr_plt, in get_plt_sizes() argument459 *plt_entry_size = shdr_plt->sh_entsize; in get_plt_sizes()462 *plt_entry_size = shdr_plt->sh_addralign == 8 ? 8 : 16; in get_plt_sizes()466 *plt_header_size = shdr_plt->sh_entsize; in get_plt_sizes()467 *plt_entry_size = shdr_plt->sh_entsize; in get_plt_sizes()676 GElf_Shdr shdr_plt, plt_sec_shdr; in dso__synthesize_plt_symbols() local691 if (!elf_section_by_name(elf, &ehdr, &shdr_plt, ".plt", NULL)) in dso__synthesize_plt_symbols()699 f = dso__find_symbol_nocache(dso, shdr_plt.sh_offset); in dso__synthesize_plt_symbols()700 if (f && f->start < shdr_plt.sh_offset && f->end > shdr_plt.sh_offset) in dso__synthesize_plt_symbols()701 f->end = shdr_plt.sh_offset; in dso__synthesize_plt_symbols()[all …]