Searched refs:info (Results 1 – 1 of 1) sorted by relevance
39 tr_where (const void *caller, Dl_info *info) in tr_where() argument43 if (info != NULL) in tr_where()46 if (info->dli_sname != NULL) in tr_where()67 info->dli_fname ? : "", info->dli_fname ? ":" : "", buf, in tr_where()68 caller - info->dli_fbase); in tr_where()95 Dl_info *info = lock_and_info (caller, &mem); in free_mtrace() local96 tr_where (caller, info); in free_mtrace()108 tr_where (caller, info); in malloc_mtrace_after()122 tr_where (caller, info); in realloc_mtrace_after()136 tr_where (caller, info); in realloc_mtrace_after()[all …]
Completed in 4 milliseconds