Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Dpro_line.h104 Dwarf_Ubyte dpl_is_stmt;
107 Dwarf_Ubyte dpl_basic_block;
110 Dwarf_Ubyte dpl_opc;
118 Dwarf_Ubyte dpl_prologue_end; /* DWARF3 */
119 Dwarf_Ubyte dpl_epilogue_begin; /* DWARF3 */
H A Dpro_section.c184 static const Dwarf_Ubyte std_opcode_len[] = { 0, /* DW_LNS_copy */
734 Dwarf_Ubyte db = val; in write_ubyte()
736 unsigned len = sizeof(Dwarf_Ubyte); in write_ubyte()
1349 Dwarf_Ubyte db = 0; in _dwarf_pro_generate_debugline()
1354 Dwarf_Ubyte extension_size = dbg->de_64bit_extension ? 4 : 0; in _dwarf_pro_generate_debugline()
1355 Dwarf_Ubyte address_size = dbg->de_pointer_size; in _dwarf_pro_generate_debugline()
1427 sizeof(db), sizeof(Dwarf_Ubyte)); in _dwarf_pro_generate_debugline()
1428 data += sizeof(Dwarf_Ubyte); in _dwarf_pro_generate_debugline()
1434 sizeof(db), sizeof(Dwarf_Ubyte)); in _dwarf_pro_generate_debugline()
1435 data += sizeof(Dwarf_Ubyte); in _dwarf_pro_generate_debugline()
[all …]
H A Dpro_frame.h41 Dwarf_Ubyte dfp_opcode; /* opcode - includes reg # */
60 Dwarf_Ubyte cie_code_align; /* alignment of code */
62 Dwarf_Ubyte cie_ret_reg; /* return register # */
H A Dpro_line.c50 Dwarf_Ubyte opc,
84 Dwarf_Ubyte opc = 0; in dwarf_add_line_entry_b()
113 Dwarf_Ubyte opc = 0; in dwarf_add_line_entry_c()
138 Dwarf_Ubyte opc = 0; in dwarf_add_line_entry()
216 Dwarf_Ubyte opc = 0; in dwarf_lne_set_address_a()
258 Dwarf_Ubyte opc = 0; in dwarf_lne_end_sequence_a()
297 Dwarf_Ubyte opc, in _dwarf_pro_add_line_entry()
H A Dpro_die.h40 Dwarf_Ubyte abb_children; /* if children are present */
H A Dpro_opaque.h44 typedef unsigned char Dwarf_Ubyte; typedef
206 Dwarf_Ubyte ar_rel_type; /* relocation type */
H A Ddwarf_base_types.h120 typedef unsigned char Dwarf_Ubyte; typedef
H A Dpro_frame.c467 Dwarf_Ubyte opc, regno; in dwarf_fde_cfa_offset_a()
554 Dwarf_Ubyte db = 0; in dwarf_add_fde_inst_a()
781 (long) (curinst->dfp_nbytes + sizeof(Dwarf_Ubyte)); in _dwarf_pro_add_to_fde()
787 (long) (curinst->dfp_nbytes + sizeof(Dwarf_Ubyte)); in _dwarf_pro_add_to_fde()
H A Ddwarf_line.h138 Dwarf_Ubyte lc_maximum_ops_per_instruction; /*DWARF5*/
H A Ddwarf_util.c1003 Dwarf_Ubyte unit_type = 0; in _dwarf_length_of_cu_header()
1005 READ_UNALIGNED_CK(dbg, unit_type, Dwarf_Ubyte, in _dwarf_length_of_cu_header()
1006 cuptr, sizeof(Dwarf_Ubyte),error,section_end_ptr); in _dwarf_length_of_cu_header()
H A Ddwarf_die_deliv.c306 Dwarf_Ubyte addrsize = 0; in _dwarf_read_cu_version_and_abbrev_offset()
314 Dwarf_Ubyte unit_typeb = 0; in _dwarf_read_cu_version_and_abbrev_offset()
316 READ_UNALIGNED_CK(dbg, unit_typeb, Dwarf_Ubyte, in _dwarf_read_cu_version_and_abbrev_offset()
356 READ_UNALIGNED_CK(dbg, addrsize, Dwarf_Ubyte, in _dwarf_read_cu_version_and_abbrev_offset()