Lines Matching defs:syms
2969 struct symbol **syms)
3003 if (syms && found < probe_conf.max_probes)
3004 syms[found - 1] = sym;
3039 struct symbol **syms = NULL;
3053 syms = malloc(sizeof(struct symbol *) * probe_conf.max_probes);
3054 if (!syms) {
3063 num_matched_functions = find_probe_functions(map, pp->function, syms);
3108 sym = syms[j];
3115 if (sym->start == syms[i]->start) {
3198 free(syms);