Searched defs:stackinfo (Results 1 – 2 of 2) sorted by relevance
524 struct stackinfo { struct530 struct stackinfo * si_prev; argument531 struct stackinfo * si_next; argument537 typedef struct stackinfo PERL_SI; argument
707 stackinfo(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in stackinfo() function