Searched refs:leb128_length (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/dtrace-118.1/libdwarf/
H A Ddwarf_leb.c47 _dwarf_decode_u_leb128(Dwarf_Small * leb128, Dwarf_Word * leb128_length) argument
60 if (leb128_length != NULL)
61 *leb128_length = 1;
64 if (leb128_length != NULL)
65 *leb128_length = 2;
71 if (leb128_length != NULL)
72 *leb128_length = 3;
79 if (leb128_length != NULL)
80 *leb128_length = 4;
100 if (leb128_length !
118 _dwarf_decode_s_leb128(Dwarf_Small * leb128, Dwarf_Word * leb128_length) argument
[all...]
H A Ddwarf_loc.c88 Dwarf_Word leb128_length; local
154 operand1 = _dwarf_decode_u_leb128(loc_ptr, &leb128_length);
155 loc_ptr = loc_ptr + leb128_length;
156 offset = offset + leb128_length;
250 operand1 = _dwarf_decode_u_leb128(loc_ptr, &leb128_length);
251 loc_ptr = loc_ptr + leb128_length;
252 offset = offset + leb128_length;
256 operand1 = _dwarf_decode_s_leb128(loc_ptr, &leb128_length);
257 loc_ptr = loc_ptr + leb128_length;
258 offset = offset + leb128_length;
[all...]
H A Ddwarf_util.c58 Dwarf_Word leb128_length = 0; local
103 length = _dwarf_decode_u_leb128(val_ptr, &leb128_length);
104 return (length + leb128_length);
110 _dwarf_decode_u_leb128(val_ptr, &leb128_length);
111 return (leb128_length);
144 _dwarf_decode_s_leb128(val_ptr, &leb128_length);
145 return (leb128_length);
151 _dwarf_decode_u_leb128(val_ptr, &leb128_length);
152 return (leb128_length);
H A Ddwarf_print_lines.c141 holds the decoded number, and leb128_length is its length in
144 Dwarf_Word leb128_length; local
579 &leb128_length);
580 line_ptr = line_ptr + leb128_length;
583 &leb128_length);
584 line_ptr = line_ptr + leb128_length;
587 &leb128_length);
588 line_ptr = line_ptr + leb128_length;
H A Ddwarf_util.h235 Dwarf_Word * leb128_length);
239 Dwarf_Word * leb128_length);
H A Ddwarf_frame.c197 Dwarf_Word leb128_length; local
331 _dwarf_decode_u_leb128(instr_ptr, &leb128_length);
332 instr_ptr = instr_ptr + leb128_length;
465 _dwarf_decode_u_leb128(instr_ptr, &leb128_length);
466 instr_ptr += leb128_length;
605 _dwarf_decode_u_leb128(instr_ptr, &leb128_length);
606 instr_ptr += leb128_length;
638 _dwarf_decode_u_leb128(instr_ptr, &leb128_length);
639 instr_ptr += leb128_length;
712 _dwarf_decode_s_leb128(instr_ptr, &leb128_length);
1014 Dwarf_Word leb128_length = 0; local
[all...]
H A Ddwarf_line.c351 holds the decoded number, and leb128_length is its length in
354 Dwarf_Word leb128_length; local
909 &leb128_length);
910 line_ptr = line_ptr + leb128_length;
914 &leb128_length);
915 line_ptr = line_ptr + leb128_length;
919 &leb128_length);
920 line_ptr = line_ptr + leb128_length;
1724 Dwarf_Word leb128_length = 0; local
1756 lastmod = _dwarf_decode_u_leb128(line_ptr, &leb128_length);
[all...]
H A Ddwarf_frame2.c448 Dwarf_Word leb128_length = 0; local
492 &leb128_length);
494 frame_ptr = frame_ptr + leb128_length;
1292 Dwarf_Word leb128_length = 0; local
1295 _dwarf_decode_u_leb128(frame_ptr, &leb128_length);
1296 augdata_size += leb128_length;
1297 frame_ptr += leb128_length;
H A Ddwarf_form.c562 Dwarf_Word leb128_length; local
603 &leb128_length);
604 data = attr->ar_debug_info_ptr + leb128_length;
H A Ddwarf_die_deliv.c378 Dwarf_Word leb128_length; local
433 _dwarf_decode_u_leb128(info_ptr, &leb128_length);

Completed in 214 milliseconds