Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Dpro_die.c442 #define STRTAB_BASE_ALLOC_SIZE 2048 macro
454 Dwarf_Unsigned initial_alloc = STRTAB_BASE_ALLOC_SIZE; in insert_debug_str_data_string()
462 if ( (slen + base_insert_offset) >= STRTAB_BASE_ALLOC_SIZE) { in insert_debug_str_data_string()