Searched refs:DW_OP_fbreg (Results 1 – 12 of 12) sorted by relevance
421 DW_OP_fbreg = 0x91, /* Signed LEB128 offset. */ enumerator
283 case DW_OP_fbreg: in getlocation()
165 * dwarf.h (DW_OP_fbreg): Comment fix.
531 DW_OP_fbreg = 0x91, enumerator
571 case DW_OP_fbreg: in ML_()1085 else if (nbytes >= 1 && *p == DW_OP_fbreg) { in ML_()
1069 DW_OP_fbreg = 0x91 // 1 param: SLEB128 offset enumerator1129 w->Write<uint8_t>(DW_OP_fbreg); in WriteBody()1177 w->Write<uint8_t>(DW_OP_fbreg); in WriteBody()1190 w->Write<uint8_t>(DW_OP_fbreg); in WriteBody()1201 w->Write<uint8_t>(DW_OP_fbreg); in WriteBody()
431 case DW_OP_fbreg: return "DW_OP_fbreg"; in OperationEncodingString()
443 DW_OP_fbreg = 0x91, enumerator
583 #define DW_OP_fbreg 0x91 macro
850 if (op->atom == DW_OP_fbreg) { in convert_variable_location()
257 addUInt(TheDie, 0, dwarf::DW_FORM_data1, dwarf::DW_OP_fbreg); in addRegisterOffset()
3753 [DW_OP_fbreg] = "fbreg", in print_ops()3905 case DW_OP_fbreg: in print_ops()