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

/linux-4.4.14/tools/perf/util/
H A Dsymbol-elf.c225 Elf_Scn *scn_plt_rel, *scn_symstrs, *scn_dynsym; dso__synthesize_plt_symbols() local
245 scn_plt_rel = elf_section_by_name(elf, &ehdr, &shdr_rel_plt, dso__synthesize_plt_symbols()
247 if (scn_plt_rel == NULL) { dso__synthesize_plt_symbols()
248 scn_plt_rel = elf_section_by_name(elf, &ehdr, &shdr_rel_plt, dso__synthesize_plt_symbols()
250 if (scn_plt_rel == NULL) dso__synthesize_plt_symbols()
266 reldata = elf_getdata(scn_plt_rel, NULL); dso__synthesize_plt_symbols()

Completed in 91 milliseconds