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

/macosx-10.9.5/dtrace-118.1/libdwarf/
H A Dpro_forms.c346 int len_size; local
394 len_size = 1;
398 len_size = 2;
402 len_size = 4;
406 res = _dwarf_pro_encode_leb128_nm(block_size, &len_size,
433 (Dwarf_Word) loc_expr->ex_reloc_offset + len_size;
435 new_attr->ar_nbytes = block_size + len_size;
439 (char *) _dwarf_p_get_alloc(dbg, block_size + len_size);
447 sizeof(block_size), len_size);
450 memcpy(block_dest_ptr, len_str, len_size);
[all...]

Completed in 184 milliseconds