Home
last modified time | relevance | path

Searched refs:ds_orig_alloc (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libdwarf/common/
H A Dpro_die.c474 sd->ds_orig_alloc = initial_alloc; in insert_debug_str_data_string()
481 if ( (current_offset + slen) >= sd->ds_orig_alloc) { in insert_debug_str_data_string()
482 unsigned updated_length = sd->ds_orig_alloc; in insert_debug_str_data_string()
490 if (updated_length < sd->ds_orig_alloc) { in insert_debug_str_data_string()
502 sd->ds_orig_alloc = updated_length; in insert_debug_str_data_string()
H A Dpro_section.h52 unsigned long ds_orig_alloc; /* bytes allocated originally */ member
H A Dpro_section.c3646 ((cursect->ds_nbytes + nbytes) > cursect->ds_orig_alloc) in _dwarf_pro_buffer()
3672 cursect->ds_orig_alloc = space; in _dwarf_pro_buffer()