Lines Matching defs:shdr_rel_plt
669 * have the PLT data stripped out (shdr_rel_plt.sh_type == SHT_NOBITS).
678 GElf_Shdr shdr_rel_plt, shdr_dynsym;
732 scn_plt_rel = elf_section_by_name(elf, &ehdr, &shdr_rel_plt,
735 scn_plt_rel = elf_section_by_name(elf, &ehdr, &shdr_rel_plt,
741 if (shdr_rel_plt.sh_type != SHT_RELA &&
742 shdr_rel_plt.sh_type != SHT_REL)
745 if (!shdr_rel_plt.sh_link)
748 if (shdr_rel_plt.sh_link == ss->dynsym_idx) {
751 } else if (shdr_rel_plt.sh_link == ss->symtab_idx) {
788 ri.nr_entries = shdr_rel_plt.sh_size / shdr_rel_plt.sh_entsize;
790 ri.is_rela = shdr_rel_plt.sh_type == SHT_RELA;