Searched refs:_dwarf_decode_s_leb128 (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/dtrace-118.1/libdwarf/
H A Ddwarf_util.h56 version of _dwarf_decode_s_leb128() which did
63 value = _dwarf_decode_s_leb128(ptr,&sleblen); \
238 _dwarf_decode_s_leb128(Dwarf_Small * leb128,
H A Ddwarf_leb.c118 _dwarf_decode_s_leb128(Dwarf_Small * leb128, Dwarf_Word * leb128_length) function
H A Ddwarf_loc.c256 operand1 = _dwarf_decode_s_leb128(loc_ptr, &leb128_length);
262 operand1 = _dwarf_decode_s_leb128(loc_ptr, &leb128_length);
299 operand1 = _dwarf_decode_s_leb128(loc_ptr, &leb128_length);
310 operand2 = _dwarf_decode_s_leb128(loc_ptr, &leb128_length);
H A Ddwarf_util.c144 _dwarf_decode_s_leb128(val_ptr, &leb128_length);
H A Ddwarf_form.c537 (_dwarf_decode_s_leb128(attr->ar_debug_info_ptr, NULL));
H A Ddwarf_frame.c712 _dwarf_decode_s_leb128(instr_ptr, &leb128_length);
742 _dwarf_decode_s_leb128(instr_ptr, &leb128_length);
767 _dwarf_decode_s_leb128(instr_ptr, &leb128_length);
830 _dwarf_decode_s_leb128(instr_ptr, &leb128_length);
H A Ddwarf_frame2.c491 (Dwarf_Sword) _dwarf_decode_s_leb128(frame_ptr,
1162 Dwarf_Signed val = _dwarf_decode_s_leb128(input_field,

Completed in 138 milliseconds