Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Dpro_section.h51 unsigned long ds_nbytes; /* bytes of data used so far */ member
H A Dpro_die.c476 sd->ds_nbytes = slen + base_insert_offset; in insert_debug_str_data_string()
480 current_offset = sd->ds_nbytes; in insert_debug_str_data_string()
499 memcpy(newbuf,sd->ds_data,sd->ds_nbytes); in insert_debug_str_data_string()
506 sd->ds_nbytes += slen; in insert_debug_str_data_string()
H A Dpro_section.c3497 dbg->de_debug_names->ds_nbytes, in _dwarf_pro_generate_debug_names()
3499 memcpy(data,dbg->de_debug_names->ds_data,dbg->de_debug_names->ds_nbytes); in _dwarf_pro_generate_debug_names()
3514 GET_CHUNK(dbg, elfsectno_of_debug_str, data, dbg->de_debug_str->ds_nbytes, in _dwarf_pro_generate_debug_str()
3516 memcpy(data,dbg->de_debug_str->ds_data,dbg->de_debug_str->ds_nbytes); in _dwarf_pro_generate_debug_str()
3530 dbg->de_debug_line_str->ds_nbytes, in _dwarf_pro_generate_debug_line_str()
3533 dbg->de_debug_line_str->ds_nbytes); in _dwarf_pro_generate_debug_line_str()
3597 *length = dbg->de_debug_sects->ds_nbytes; in dwarf_get_section_bytes_a()
3646 ((cursect->ds_nbytes + nbytes) > cursect->ds_orig_alloc) in _dwarf_pro_buffer()
3674 cursect->ds_nbytes = nbytes; /* reserve this number of bytes in _dwarf_pro_buffer()
3698 (cursect->ds_data + cursect->ds_nbytes); in _dwarf_pro_buffer()
[all …]
H A Dpro_types.c199 debug_info_size += debug_sect->ds_nbytes; in _dwarf_transform_simplename_to_disk()