Searched refs:curr_loc (Results 1 – 2 of 2) sorted by relevance
131 Dwarf_Loc_Expr_Op curr_loc, in _dwarf_read_loc_expr_op() argument157 memset(curr_loc,0,sizeof(*curr_loc)); in _dwarf_read_loc_expr_op()159 curr_loc->lr_opnumber = opnumber; in _dwarf_read_loc_expr_op()160 curr_loc->lr_offset = offset; in _dwarf_read_loc_expr_op()166 curr_loc->lr_atom = atom; in _dwarf_read_loc_expr_op()773 curr_loc->lr_atom = atom; in _dwarf_read_loc_expr_op()774 curr_loc->lr_raw1 = operand1; in _dwarf_read_loc_expr_op()775 curr_loc->lr_number = operand1; in _dwarf_read_loc_expr_op()776 curr_loc->lr_raw2 = operand2; in _dwarf_read_loc_expr_op()777 curr_loc->lr_number2 = operand2; in _dwarf_read_loc_expr_op()[all …]
315 Dwarf_Loc_Expr_Op curr_loc,