Searched refs:stack_symbol (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/kern/ |
H A D | subr_stack.c | 47 static int stack_symbol(vm_offset_t pc, char *namebuf, u_int buflen, 101 (void)stack_symbol(st->pcs[i], namebuf, sizeof(namebuf), in stack_print() 119 if (stack_symbol(st->pcs[i], namebuf, sizeof(namebuf), in stack_print_short() 179 error = stack_symbol(st->pcs[i], namebuf, sizeof(namebuf), in stack_sbuf_print_flags() 252 stack_symbol(vm_offset_t pc, char *namebuf, u_int buflen, long *offset, in stack_symbol() function
|