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

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_form.c772 Dwarf_Block *ret_block = 0; local
830 ret_block = (Dwarf_Block *) _dwarf_get_alloc(dbg, DW_DLA_BLOCK, 1);
831 if (ret_block == NULL) {
836 ret_block->bl_len = length;
837 ret_block->bl_data = (Dwarf_Ptr) data;
838 ret_block->bl_from_loclist = 0;
839 ret_block->bl_section_offset = data - dbg->de_debug_info.dss_data;
842 *return_block = ret_block;

Completed in 45 milliseconds