Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/ia64/unwind/
H A Dstackframe.c38 uint64_t unwindlen; in buildrecordchain() local
55 unwindlen = UNW_LENGTH(uwhp->uwh) * sizeof(uint64_t); in buildrecordchain()
56 unwindend = unwindstart + unwindlen; in buildrecordchain()
60 printf("unwindlen = %lx \n", unwindlen); in buildrecordchain()