Searched refs:_Unwind_Sword (Results 1 – 5 of 5) sorted by relevance
91 _Unwind_Sword offset;108 _Unwind_Sword cfa_offset;122 _Unwind_Sword data_align;628 result = (_Unwind_Sword) second / (_Unwind_Sword) first; in execute_stack_op()634 result = (_Unwind_Sword) second % (_Unwind_Sword) first; in execute_stack_op()658 result = (_Unwind_Sword) first <= (_Unwind_Sword) second; in execute_stack_op()661 result = (_Unwind_Sword) first >= (_Unwind_Sword) second; in execute_stack_op()664 result = (_Unwind_Sword) first == (_Unwind_Sword) second; in execute_stack_op()667 result = (_Unwind_Sword) first < (_Unwind_Sword) second; in execute_stack_op()670 result = (_Unwind_Sword) first > (_Unwind_Sword) second; in execute_stack_op()[all …]
74 _Unwind_Sword *val)170 read_sleb128 (const unsigned char *p, _Unwind_Sword *val) in read_sleb128()189 *val = (_Unwind_Sword) result; in read_sleb128()241 _Unwind_Sword tmp; in read_encoded_value_with_base()
35 typedef signed _Unwind_Sword __attribute__((__mode__(__unwind_word__))); typedef
300 _Unwind_Sword stmp; in get_cie_encoding()
39 typedef signed _Unwind_Sword __attribute__((__mode__(__word__))); typedef
Completed in 10 milliseconds