Searched refs:dso__first_symbol (Results 1 – 5 of 5) sorted by relevance
268 struct symbol *dso__first_symbol(struct dso *dso);
1924 sym = dso__first_symbol(dso); in print_duplicate_syms()1954 sym = dso__first_symbol(dso); in find_dso_sym()1981 struct symbol *first_sym = dso__first_symbol(dso); in addr_filter__entire_dso()
506 struct symbol *dso__first_symbol(struct dso *dso) in dso__first_symbol() function
929 struct symbol *sym = dso__first_symbol(dso); in find_entry_trampoline()
1571 start = dso__first_symbol(map->dso); in intel_pt_switch_ip()