Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_macro5.c910 Dwarf_Small * macro_data, in read_operands_table() argument
916 Dwarf_Small* table_data_start = macro_data; in read_operands_table()
935 cur_offset = (1+ macro_data) - macro_header; in read_operands_table()
944 macro_data,sizeof(Dwarf_Small),error,endptr); in read_operands_table()
945 macro_data += sizeof(Dwarf_Small); in read_operands_table()
949 cur_offset = (local_size+ macro_data) - section_base; in read_operands_table()
955 table_data_start = macro_data; in read_operands_table()
962 macro_data,sizeof(Dwarf_Small),error,endptr); in read_operands_table()
963 macro_data += sizeof(Dwarf_Small); in read_operands_table()
965 DECODE_LEB128_UWORD_CK(macro_data,formcount, in read_operands_table()
[all …]