Lines Matching refs:fop
918 Dwarf_Unsigned len, Dwarf_Unsigned *count, Dwarf_Frame_Op *fop, in _dwarf_frame_convert_inst() argument
927 if (fop != NULL) \ in _dwarf_frame_convert_inst()
928 fop[*count].fp_base_op = (x) >> 6; \ in _dwarf_frame_convert_inst()
935 if (fop != NULL) \ in _dwarf_frame_convert_inst()
936 fop[*count].fp_extended_op = (x); \ in _dwarf_frame_convert_inst()
943 if (fop != NULL) \ in _dwarf_frame_convert_inst()
944 fop[*count].fp_register = (x); \ in _dwarf_frame_convert_inst()
951 if (fop != NULL) \ in _dwarf_frame_convert_inst()
952 fop[*count].fp_offset = (x); \ in _dwarf_frame_convert_inst()
960 if (fop != NULL) \ in _dwarf_frame_convert_inst()
961 fop[*count].fp_instr_offset = (x); \ in _dwarf_frame_convert_inst()