Home
last modified time | relevance | path

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

/titanic_44/usr/src/tools/ctf/dwarf/common/
H A Dpro_section.c608 int str_nbytes; /* no of bytes in str */ in _dwarf_pro_generate_debugline() local
650 _dwarf_pro_encode_leb128_nm(inst_bytes, &str_nbytes, in _dwarf_pro_generate_debugline()
655 GET_CHUNK(dbg, elfsectno, data, str_nbytes, error); in _dwarf_pro_generate_debugline()
656 memcpy((void *) data, (const void *) buff1, str_nbytes); in _dwarf_pro_generate_debugline()
657 data += str_nbytes; in _dwarf_pro_generate_debugline()
658 sum_bytes += str_nbytes; in _dwarf_pro_generate_debugline()
689 _dwarf_pro_encode_leb128_nm(inst_bytes, &str_nbytes, in _dwarf_pro_generate_debugline()
694 GET_CHUNK(dbg, elfsectno, data, str_nbytes, error); in _dwarf_pro_generate_debugline()
697 memcpy((void *) data, (const void *) str, str_nbytes); in _dwarf_pro_generate_debugline()
698 data += str_nbytes; in _dwarf_pro_generate_debugline()
[all …]