Home
last modified time | relevance | path

Searched refs:stack_symbol (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/kern/
H A Dsubr_stack.c50 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()
182 error = stack_symbol(st->pcs[i], namebuf, sizeof(namebuf), in stack_sbuf_print_flags()
255 stack_symbol(vm_offset_t pc, char *namebuf, u_int buflen, long *offset, in stack_symbol() function