Lines Matching refs:addrs
65 isc_backtrace_gettrace(void **addrs, int maxaddrs, int *nframes) { in isc_backtrace_gettrace() argument
72 if (addrs == NULL || nframes == NULL) in isc_backtrace_gettrace()
79 n = backtrace(addrs, maxaddrs); in isc_backtrace_gettrace()
83 memmove(addrs, &addrs[1], sizeof(void *) * n); in isc_backtrace_gettrace()
113 isc_backtrace_gettrace(void **addrs, int maxaddrs, int *nframes) { in isc_backtrace_gettrace() argument
117 if (addrs == NULL || nframes == NULL) in isc_backtrace_gettrace()
121 arg.result = addrs; in isc_backtrace_gettrace()
165 isc_backtrace_gettrace(void **addrs, int maxaddrs, int *nframes) { in isc_backtrace_gettrace() argument
170 if (addrs == NULL || nframes == NULL) in isc_backtrace_gettrace()
188 sp = (void **)&addrs - 2; in isc_backtrace_gettrace()
192 addrs[i++] = *(sp + 1); in isc_backtrace_gettrace()
202 isc_backtrace_gettrace(void **addrs, int maxaddrs, int *nframes) { in isc_backtrace_gettrace() argument
204 if (addrs == NULL || nframes == NULL) in isc_backtrace_gettrace()