Searched refs:unwind_decode_ule128 (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/arch/ia64/unwind/ |
H A D | decode.c | 19 unwind_decode_ule128(char *buf, unsigned long *val) in unwind_decode_ule128() function 60 buf = unwind_decode_ule128(buf, &uwd->R2.rlen); in unwind_decode_R2() 73 buf = unwind_decode_ule128(buf, &uwd->R3.rlen); in unwind_decode_R3() 163 buf = unwind_decode_ule128(buf, &uwd->P7.t); in unwind_decode_P7() 165 buf = unwind_decode_ule128(buf, &uwd->P7.size); in unwind_decode_P7() 178 buf = unwind_decode_ule128(buf, &uwd->P8.t); in unwind_decode_P8() 233 buf = unwind_decode_ule128(buf, &uwd->B2.t); in unwind_decode_B2() 245 buf = unwind_decode_ule128(buf, &uwd->B3.t); in unwind_decode_B3() 246 buf = unwind_decode_ule128(buf, &uwd->B3.ecount); in unwind_decode_B3() 260 buf = unwind_decode_ule128(buf, &uwd->B4.label); in unwind_decode_B4() [all …]
|
H A D | decode.h | 211 unwind_decode_ule128(char *buf, unsigned long *);
|