/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | dwarf_locationop_read.c | 141 Dwarf_Unsigned leb128_length = 0; in _dwarf_read_loc_expr_op() local 204 DECODE_LEB128_UWORD_LEN_CK(loc_ptr, operand1,leb128_length, in _dwarf_read_loc_expr_op() 206 offset = offset + leb128_length; in _dwarf_read_loc_expr_op() 326 DECODE_LEB128_UWORD_LEN_CK(loc_ptr, operand1,leb128_length, in _dwarf_read_loc_expr_op() 328 offset = offset + leb128_length; in _dwarf_read_loc_expr_op() 332 DECODE_LEB128_SWORD_LEN_CK(loc_ptr, operand1,leb128_length, in _dwarf_read_loc_expr_op() 334 offset = offset + leb128_length; in _dwarf_read_loc_expr_op() 338 DECODE_LEB128_SWORD_LEN_CK(loc_ptr, operand1,leb128_length, in _dwarf_read_loc_expr_op() 340 offset = offset + leb128_length; in _dwarf_read_loc_expr_op() 375 DECODE_LEB128_SWORD_LEN_CK(loc_ptr, operand1,leb128_length, in _dwarf_read_loc_expr_op() [all …]
|
H A D | dwarf_leb.c | 55 Dwarf_Unsigned * leb128_length, in _dwarf_decode_u_leb128_chk() argument 74 if (leb128_length) { in _dwarf_decode_u_leb128_chk() 75 *leb128_length = 1; in _dwarf_decode_u_leb128_chk() 84 if (leb128_length) { in _dwarf_decode_u_leb128_chk() 85 *leb128_length = 2; in _dwarf_decode_u_leb128_chk() 108 if (leb128_length) { in _dwarf_decode_u_leb128_chk() 109 *leb128_length = byte_length; in _dwarf_decode_u_leb128_chk() 118 if( leb128_length) { in _dwarf_decode_u_leb128_chk() 119 *leb128_length = BYTESLEBMAX; in _dwarf_decode_u_leb128_chk() 136 _dwarf_decode_s_leb128_chk(Dwarf_Small * leb128, Dwarf_Unsigned * leb128_length, in _dwarf_decode_s_leb128_chk() argument [all …]
|
H A D | dwarf_util.c | 219 Dwarf_Unsigned leb128_length = 0; in _dwarf_get_size_of_val() local 374 DECODE_LEB128_UWORD_LEN_CK(val_ptr,length,leb128_length, in _dwarf_get_size_of_val() 376 *size_out = length + leb128_length; in _dwarf_get_size_of_val() 398 DECODE_LEB128_UWORD_LEN_CK(val_ptr,v,leb128_length, in _dwarf_get_size_of_val() 400 *size_out = leb128_length; in _dwarf_get_size_of_val() 468 DECODE_LEB128_SWORD_LEN_CK(val_ptr,v,leb128_length, in _dwarf_get_size_of_val() 470 *size_out = leb128_length; in _dwarf_get_size_of_val() 512 DECODE_LEB128_UWORD_LEN_CK(val_ptr,v,leb128_length, in _dwarf_get_size_of_val() 514 *size_out = leb128_length; in _dwarf_get_size_of_val() 528 DECODE_LEB128_UWORD_LEN_CK(val_ptr,v,leb128_length, in _dwarf_get_size_of_val() [all …]
|
H A D | dwarf_macro5.c | 133 Dwarf_Unsigned leb128_length = 0; in _dwarf_skim_forms() local 205 DECODE_LEB128_UWORD_LEN_CK(mdata,length,leb128_length, in _dwarf_skim_forms() 207 v = length + leb128_length; in _dwarf_skim_forms() 224 DECODE_LEB128_UWORD_LEN_CK(mdata,length,leb128_length, in _dwarf_skim_forms() 229 DECODE_LEB128_UWORD_LEN_CK(mdata,length,leb128_length, in _dwarf_skim_forms() 231 totallen += leb128_length;; in _dwarf_skim_forms() 241 DECODE_LEB128_UWORD_LEN_CK(mdata,length,leb128_length, in _dwarf_skim_forms() 243 totallen += leb128_length; in _dwarf_skim_forms()
|
H A D | dwarf_frame2.c | 637 Dwarf_Unsigned leb128_length = 0; in dwarf_create_cie_from_after_start() local 757 &leb128_length,&data_alignment_factor,section_ptr_end); in dwarf_create_cie_from_after_start() 761 frame_ptr = frame_ptr + leb128_length; in dwarf_create_cie_from_after_start() 1774 Dwarf_Unsigned leb128_length = 0; in get_gcc_eh_augmentation() local 1777 DECODE_LEB128_UWORD_LEN_CK(frame_ptr,val,leb128_length, in get_gcc_eh_augmentation() 1779 augdata_size += leb128_length; in get_gcc_eh_augmentation()
|
H A D | dwarf_util.h | 373 Dwarf_Unsigned * leb128_length, 382 Dwarf_Unsigned * leb128_length,
|
H A D | dwarf_loc.c | 1443 Dwarf_Unsigned leb128_length = 0; in _dwarf_read_loc_section_dwo() local 1446 leb128_length, in _dwarf_read_loc_section_dwo() 1448 expr_offset += leb128_length; in _dwarf_read_loc_section_dwo() 1451 leb128_length, in _dwarf_read_loc_section_dwo() 1453 expr_offset +=leb128_length; in _dwarf_read_loc_section_dwo() 1480 Dwarf_Unsigned leb128_length = 0; in _dwarf_read_loc_section_dwo() local 1483 leb128_length, in _dwarf_read_loc_section_dwo() 1485 expr_offset +=leb128_length; in _dwarf_read_loc_section_dwo()
|
H A D | dwarf_frame.c | 1187 Dwarf_Unsigned leb128_length = 0; in _dwarf_get_return_address_reg() local 1199 DECODE_LEB128_UWORD_LEN_CK(frame_ptr,uvalue,leb128_length, in _dwarf_get_return_address_reg() 1201 *size = leb128_length; in _dwarf_get_return_address_reg()
|