Lines Matching refs:macro_data

910     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()
967 cur_offset = (formcount+ macro_data) - section_base; in read_operands_table()
973 macro_data += formcount; in read_operands_table()
976 macro_data = table_data_start; in read_operands_table()
993 cur_offset = (2 + macro_data) - section_base; in read_operands_table()
999 macro_data,sizeof(Dwarf_Small), in read_operands_table()
1001 macro_data += sizeof(Dwarf_Small); in read_operands_table()
1002 DECODE_LEB128_UWORD_CK(macro_data,formcount, in read_operands_table()
1008 cur_offset = (formcount+ macro_data) - section_base; in read_operands_table()
1013 curformentry->mf_formbytes = macro_data; in read_operands_table()
1014 macro_data += formcount; in read_operands_table()
1029 *table_size_out = macro_data - table_data_start; in read_operands_table()
1248 Dwarf_Small * macro_data = 0; in _dwarf_internal_macro_context_by_offset() local
1281 macro_data = macro_header; in _dwarf_internal_macro_context_by_offset()
1305 &version,macro_data,DWARF_HALF_SIZE,section_end, in _dwarf_internal_macro_context_by_offset()
1311 macro_data += DWARF_HALF_SIZE; in _dwarf_internal_macro_context_by_offset()
1313 &flags,macro_data,sizeof(Dwarf_Small),section_end, in _dwarf_internal_macro_context_by_offset()
1319 macro_data += sizeof(Dwarf_Small); in _dwarf_internal_macro_context_by_offset()
1337 cur_offset = (offset_size+ macro_data) - section_base; in _dwarf_internal_macro_context_by_offset()
1344 &line_table_offset,macro_data, in _dwarf_internal_macro_context_by_offset()
1351 macro_data += offset_size; in _dwarf_internal_macro_context_by_offset()
1357 macro_data, in _dwarf_internal_macro_context_by_offset()
1368 macro_data += optablesize; in _dwarf_internal_macro_context_by_offset()
1369 macro_context->mc_macro_ops = macro_data; in _dwarf_internal_macro_context_by_offset()
1370 macro_context->mc_macro_header_length =macro_data - macro_header; in _dwarf_internal_macro_context_by_offset()