Lines Matching full:shdr_plt
891 GElf_Shdr shdr_plt;
935 if (elf_section_by_name(elf, &ehdr, &shdr_plt, ".plt", NULL) == NULL)
959 plt_offset = shdr_plt.sh_offset;
967 plt_offset += shdr_plt.sh_entsize;
972 f = symbol__new(plt_offset, shdr_plt.sh_entsize,
989 plt_offset += shdr_plt.sh_entsize;
994 f = symbol__new(plt_offset, shdr_plt.sh_entsize,