Lines Matching refs:mod
399 char *mod; member
406 char *mod; member
460 func_map[i].mod = funclist->mod; in func_map_init()
474 func_map[tep->func_count].mod = NULL; in func_map_init()
553 map->mod = NULL; in find_func()
556 &map->addr, &map->mod); in find_func()
615 unsigned long long addr, char *mod) in tep_register_function() argument
627 if (mod) { in tep_register_function()
628 item->mod = strdup(mod); in tep_register_function()
629 if (!item->mod) in tep_register_function()
632 item->mod = NULL; in tep_register_function()
666 if (tep->func_map[i].mod) in tep_print_funcs()
667 printf(" [%s]\n", tep->func_map[i].mod); in tep_print_funcs()
7041 free(tep->func_map[i].mod); in tep_free()
7049 free(funclist->mod); in tep_free()