Searched refs:shdr_rel_plt (Results 1 – 1 of 1) sorted by relevance
682 GElf_Shdr shdr_rel_plt, shdr_dynsym; in dso__synthesize_plt_symbols() local736 scn_plt_rel = elf_section_by_name(elf, &ehdr, &shdr_rel_plt, in dso__synthesize_plt_symbols()739 scn_plt_rel = elf_section_by_name(elf, &ehdr, &shdr_rel_plt, in dso__synthesize_plt_symbols()745 if (shdr_rel_plt.sh_type != SHT_RELA && in dso__synthesize_plt_symbols()746 shdr_rel_plt.sh_type != SHT_REL) in dso__synthesize_plt_symbols()749 if (!shdr_rel_plt.sh_link) in dso__synthesize_plt_symbols()752 if (shdr_rel_plt.sh_link == ss->dynsym_idx) { in dso__synthesize_plt_symbols()755 } else if (shdr_rel_plt.sh_link == ss->symtab_idx) { in dso__synthesize_plt_symbols()792 ri.nr_entries = shdr_rel_plt.sh_size / shdr_rel_plt.sh_entsize; in dso__synthesize_plt_symbols()794 ri.is_rela = shdr_rel_plt.sh_type == SHT_RELA; in dso__synthesize_plt_symbols()