• Home
  • Raw
  • Download

Lines Matching refs:log

94           log(0, "restore while processing cie");  in GetLocationInfo()
198 log(indent, "DW_CFA_offset register(%d) %" PRId64, reg, offset); in LogOffsetRegisterString()
199 log(indent, "%s", raw_data.c_str()); in LogOffsetRegisterString()
208 log(indent, "Illegal"); in LogInstruction()
209 log(indent, "Raw Data: 0x%02x", op); in LogInstruction()
236 log(indent, "%s", log_string.c_str()); in LogInstruction()
250 log(indent, "%s", raw_data.c_str()); in LogInstruction()
259 log(indent, "%s", raw_data.c_str()); in LogInstruction()
264 log(indent + 1, "%s", line.c_str()); in LogInstruction()
292 log(indent, "DW_CFA_advance_loc %d", cfa_low); in Log()
293 log(indent, "Raw Data: 0x%02x", cfa_value); in Log()
302 log(indent, "DW_CFA_restore register(%d)", cfa_low); in Log()
303 log(indent, "Raw Data: 0x%02x", cfa_value); in Log()
307 log(0, ""); in Log()
308 log(indent, "PC 0x%" PRIx64, cur_pc); in Log()
327 log(0, "Warning: PC is moving backwards: old 0x%" PRIx32 " new 0x%" PRIx32, cur_pc, new_pc); in cfa_set_loc()
329 log(0, "Warning: PC is moving backwards: old 0x%" PRIx64 " new 0x%" PRIx64, cur_pc, new_pc); in cfa_set_loc()
353 log(0, "restore while processing cie"); in cfa_restore()
397 log(0, "Warning: Attempt to restore without remember."); in cfa_restore_state()
415 log(0, "Attempt to set new register, but cfa is not already set to a register."); in cfa_def_cfa_register()
429 log(0, "Attempt to set offset, but cfa is not set to a register."); in cfa_def_cfa_offset()
476 log(0, "Attempt to set offset, but cfa is not set to a register."); in cfa_def_cfa_offset_sf()