Home
last modified time | relevance | path

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

/titanic_41/usr/src/tools/ctf/dwarf/common/
H A Dpro_die.c228 int uwordb_size = dbg->de_offset_size; in _dwarf_pro_add_AT_stmt_list() local
241 new_attr->ar_nbytes = uwordb_size; in _dwarf_pro_add_AT_stmt_list()
243 new_attr->ar_reloc_len = uwordb_size; in _dwarf_pro_add_AT_stmt_list()
245 _dwarf_p_get_alloc(dbg, uwordb_size); in _dwarf_pro_add_AT_stmt_list()
253 (const void *) &du, sizeof(du), uwordb_size); in _dwarf_pro_add_AT_stmt_list()
353 int uwordb_size = dbg->de_offset_size; in _dwarf_pro_add_AT_fde() local
368 new_attr->ar_nbytes = uwordb_size; in _dwarf_pro_add_AT_fde()
370 new_attr->ar_reloc_len = uwordb_size; in _dwarf_pro_add_AT_fde()
372 _dwarf_p_get_alloc(dbg, uwordb_size); in _dwarf_pro_add_AT_fde()
380 (const void *) &du, sizeof(du), uwordb_size); in _dwarf_pro_add_AT_fde()
[all …]
H A Dpro_section.c171 #define BEGIN_LEN_SIZE (uwordb_size + extension_size)
462 int uwordb_size = dbg->de_offset_size; in _dwarf_pro_generate_debugline() local
493 uwordb_size + /* header length */ in _dwarf_pro_generate_debugline()
518 sizeof(du), uwordb_size); in _dwarf_pro_generate_debugline()
519 data += uwordb_size; in _dwarf_pro_generate_debugline()
528 uwordb_size); in _dwarf_pro_generate_debugline()
531 sizeof(du), uwordb_size); in _dwarf_pro_generate_debugline()
532 data += uwordb_size; in _dwarf_pro_generate_debugline()
715 uwordb_size); in _dwarf_pro_generate_debugline()
880 (const void *) &du, sizeof(du), uwordb_size); in _dwarf_pro_generate_debugline()
[all …]