Lines Matching refs:fop
916 Dwarf_Unsigned len, Dwarf_Unsigned *count, Dwarf_Frame_Op *fop, in _dwarf_frame_convert_inst() argument
925 if (fop != NULL) \ in _dwarf_frame_convert_inst()
926 fop[*count].fp_base_op = (x) >> 6; \ in _dwarf_frame_convert_inst()
933 if (fop != NULL) \ in _dwarf_frame_convert_inst()
934 fop[*count].fp_extended_op = (x); \ in _dwarf_frame_convert_inst()
941 if (fop != NULL) \ in _dwarf_frame_convert_inst()
942 fop[*count].fp_register = (x); \ in _dwarf_frame_convert_inst()
949 if (fop != NULL) \ in _dwarf_frame_convert_inst()
950 fop[*count].fp_offset = (x); \ in _dwarf_frame_convert_inst()
958 if (fop != NULL) \ in _dwarf_frame_convert_inst()
959 fop[*count].fp_instr_offset = (x); \ in _dwarf_frame_convert_inst()