Searched refs:stack_symbol (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/sys/kern/ |
| H A D | subr_stack.c | 50 static int stack_symbol(vm_offset_t pc, char *namebuf, u_int buflen, 104 (void)stack_symbol(st->pcs[i], namebuf, sizeof(namebuf), in stack_print() 122 if (stack_symbol(st->pcs[i], namebuf, sizeof(namebuf), in stack_print_short() 180 (void)stack_symbol(st->pcs[i], namebuf, sizeof(namebuf), in stack_sbuf_print() 249 stack_symbol(vm_offset_t pc, char *namebuf, u_int buflen, long *offset) in stack_symbol() function
|