Searched refs:dso__find_symbol_nocache (Results 1 – 3 of 3) sorted by relevance
132 struct symbol *dso__find_symbol_nocache(struct dso *dso, u64 addr);
417 sym = dso__find_symbol_nocache(dso, addr); in get_ifunc_name()699 f = dso__find_symbol_nocache(dso, shdr_plt.sh_offset); in dso__synthesize_plt_symbols()
542 struct symbol *dso__find_symbol_nocache(struct dso *dso, u64 addr) in dso__find_symbol_nocache() function