Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Dpro_die.c482 unsigned updated_length = sd->ds_orig_alloc; in insert_debug_str_data_string() local
484 if (slen > updated_length) { in insert_debug_str_data_string()
486 updated_length = slen *2; in insert_debug_str_data_string()
488 updated_length = updated_length *2; in insert_debug_str_data_string()
490 if (updated_length < sd->ds_orig_alloc) { in insert_debug_str_data_string()
494 newbuf = calloc(1,updated_length); in insert_debug_str_data_string()
502 sd->ds_orig_alloc = updated_length; in insert_debug_str_data_string()