Lines Matching defs:syms
2921 struct symbol **syms)
2955 if (syms && found < probe_conf.max_probes)
2956 syms[found - 1] = sym;
2980 struct symbol **syms = NULL;
2994 syms = malloc(sizeof(struct symbol *) * probe_conf.max_probes);
2995 if (!syms) {
3004 num_matched_functions = find_probe_functions(map, pp->function, syms);
3038 sym = syms[j];
3045 if (sym->start == syms[i]->start) {
3128 free(syms);