Lines Matching refs:log
96 log(0, "restore while processing cie"); in GetLocationInfo()
200 log(indent, "DW_CFA_offset register(%d) %" PRId64, reg, offset); in LogOffsetRegisterString()
201 log(indent, "%s", raw_data.c_str()); in LogOffsetRegisterString()
211 log(indent, "Illegal (Only valid on aarch64)"); in LogInstruction()
213 log(indent, "Illegal"); in LogInstruction()
215 log(indent, "Raw Data: 0x%02x", op); in LogInstruction()
242 log(indent, "%s", log_string.c_str()); in LogInstruction()
256 log(indent, "%s", raw_data.c_str()); in LogInstruction()
265 log(indent, "%s", raw_data.c_str()); in LogInstruction()
270 log(indent + 1, "%s", line.c_str()); in LogInstruction()
298 log(indent, "DW_CFA_advance_loc %d", cfa_low); in Log()
299 log(indent, "Raw Data: 0x%02x", cfa_value); in Log()
308 log(indent, "DW_CFA_restore register(%d)", cfa_low); in Log()
309 log(indent, "Raw Data: 0x%02x", cfa_value); in Log()
313 log(0, ""); in Log()
314 log(indent, "PC 0x%" PRIx64, cur_pc); in Log()
333 log(0, "Warning: PC is moving backwards: old 0x%" PRIx32 " new 0x%" PRIx32, cur_pc, new_pc); in cfa_set_loc()
335 log(0, "Warning: PC is moving backwards: old 0x%" PRIx64 " new 0x%" PRIx64, cur_pc, new_pc); in cfa_set_loc()
359 log(0, "restore while processing cie"); in cfa_restore()
403 log(0, "Warning: Attempt to restore without remember."); in cfa_restore_state()
421 log(0, "Attempt to set new register, but cfa is not already set to a register."); in cfa_def_cfa_register()
435 log(0, "Attempt to set offset, but cfa is not set to a register."); in cfa_def_cfa_offset()
482 log(0, "Attempt to set offset, but cfa is not set to a register."); in cfa_def_cfa_offset_sf()