Searched refs:shdr_rel_plt (Results 1 - 1 of 1) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dsymbol-elf.c180 * have the PLT data stripped out (shdr_rel_plt.sh_type == SHT_NOBITS).
190 GElf_Shdr shdr_rel_plt, shdr_dynsym; local
212 scn_plt_rel = elf_section_by_name(elf, &ehdr, &shdr_rel_plt,
215 scn_plt_rel = elf_section_by_name(elf, &ehdr, &shdr_rel_plt,
223 if (shdr_rel_plt.sh_link != dynsym_idx)
252 nr_rel_entries = shdr_rel_plt.sh_size / shdr_rel_plt.sh_entsize;
255 if (shdr_rel_plt.sh_type == SHT_RELA) {
278 } else if (shdr_rel_plt.sh_type == SHT_REL) {

Completed in 107 milliseconds