Lines Matching refs:fop3
919 Dwarf_Frame_Op3 *fop3, Dwarf_Error *error) in _dwarf_frame_convert_inst() argument
929 if (fop3 != NULL) \ in _dwarf_frame_convert_inst()
930 fop3[*count].fp_base_op = (x) >> 6; \ in _dwarf_frame_convert_inst()
937 if (fop3 != NULL) \ in _dwarf_frame_convert_inst()
938 fop3[*count].fp_extended_op = (x); \ in _dwarf_frame_convert_inst()
945 if (fop3 != NULL) \ in _dwarf_frame_convert_inst()
946 fop3[*count].fp_register = (x); \ in _dwarf_frame_convert_inst()
953 if (fop3 != NULL) \ in _dwarf_frame_convert_inst()
954 fop3[*count].fp_offset_or_block_len = \ in _dwarf_frame_convert_inst()
962 if (fop3 != NULL) \ in _dwarf_frame_convert_inst()
963 fop3[*count].fp_instr_offset = (x); \ in _dwarf_frame_convert_inst()
968 if (fop3 != NULL) \ in _dwarf_frame_convert_inst()
969 fop3[*count].fp_offset_or_block_len = \ in _dwarf_frame_convert_inst()
975 if (fop3 != NULL) { \ in _dwarf_frame_convert_inst()
976 fop3[*count].fp_expr_block = \ in _dwarf_frame_convert_inst()
978 if (fop3[*count].fp_expr_block == NULL) { \ in _dwarf_frame_convert_inst()
983 memcpy(&fop3[*count].fp_expr_block, \ in _dwarf_frame_convert_inst()