Lines Matching refs:mod
393 char *mod; member
400 char *mod; member
454 func_map[i].mod = funclist->mod; in func_map_init()
468 func_map[tep->func_count].mod = NULL; in func_map_init()
547 map->mod = NULL; in find_func()
550 &map->addr, &map->mod); in find_func()
609 unsigned long long addr, char *mod) in tep_register_function() argument
621 if (mod) { in tep_register_function()
622 item->mod = strdup(mod); in tep_register_function()
623 if (!item->mod) in tep_register_function()
626 item->mod = NULL; in tep_register_function()
660 if (tep->func_map[i].mod) in tep_print_funcs()
661 printf(" [%s]\n", tep->func_map[i].mod); in tep_print_funcs()
7551 free(tep->func_map[i].mod); in tep_free()
7559 free(funclist->mod); in tep_free()