Lines Matching defs:mod
393 char *mod;
400 char *mod;
454 func_map[i].mod = funclist->mod;
468 func_map[tep->func_count].mod = NULL;
547 map->mod = NULL;
550 &map->addr, &map->mod);
603 * @mod: the kernel module the function may be in (NULL for none)
609 unsigned long long addr, char *mod)
621 if (mod) {
622 item->mod = strdup(mod);
623 if (!item->mod)
626 item->mod = NULL;
660 if (tep->func_map[i].mod)
661 printf(" [%s]\n", tep->func_map[i].mod);
7551 free(tep->func_map[i].mod);
7559 free(funclist->mod);