Searched refs:unw_word (Results 1 – 2 of 2) sorted by relevance
/external/libunwind/src/ia64/ |
D | unwind_decoder.h | 87 static unw_word 91 unw_word byte, result = 0; in unw_decode_uleb128() 110 unw_word t, off; in unw_decode_x1() 127 unw_word t; in unw_decode_x2() 145 unw_word t, off; in unw_decode_x3() 165 unw_word t; in unw_decode_x4() 186 unw_word rlen; in unw_decode_r1() 197 unw_word rlen; in unw_decode_r2() 211 unw_word rlen; in unw_decode_r3() 264 unw_word grmask, frmask, byte1, byte2, byte3; in unw_decode_p2_p5() [all …]
|
D | Gparser.c | 33 typedef unsigned long unw_word; typedef 183 unw_word t) in spill_next_when() 264 desc_prologue (int body, unw_word rlen, unsigned char mask, in desc_prologue() 352 desc_frgr_mem (unsigned char grmask, unw_word frmask, in desc_frgr_mem() 430 desc_mem_stack_f (unw_word t, unw_word size, struct ia64_state_record *sr) in desc_mem_stack_f() 437 desc_mem_stack_v (unw_word t, struct ia64_state_record *sr) in desc_mem_stack_v() 452 desc_reg_psprel (unsigned char reg, unw_word pspoff, in desc_reg_psprel() 460 desc_reg_sprel (unsigned char reg, unw_word spoff, in desc_reg_sprel() 474 desc_reg_when (unsigned char regnum, unw_word t, struct ia64_state_record *sr) in desc_reg_when() 484 desc_spill_base (unw_word pspoff, struct ia64_state_record *sr) in desc_spill_base() [all …]
|