Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/ia64/ia64/
H A Ddb_trace.c103 patchunwindframe(&current_frame, ip - kernstart, kernstart); in db_stack_trace_print()
191 patchunwindframe(uwf, ip - kernstart, kernstart); in rewindframe()
/netbsd-src/sys/arch/ia64/unwind/
H A Dstackframe.h102 void patchunwindframe(struct unwind_frame *, uint64_t, uint64_t);
H A Dstackframe.c1248 patchunwindframe(struct unwind_frame *uwf, uint64_t iprel, uint64_t relocoffset) in patchunwindframe() function