Searched refs:ubsan_json_type (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.121.3/san/memory/ |
| H A D | ubsan.c | 268 ubsan_json_type(ubsan_buf_t *ub, const char *section, uint64_t *value, struct san_type_desc *std) in ubsan_json_type() function 316 ubsan_json_type(ub, "lhs", &v->lhs, ty); in format_overflow() 324 ubsan_json_type(ub, "lhs", &v->lhs, v->shift->lhs_t); in format_shift() 325 ubsan_json_type(ub, "rhs", &v->rhs, v->shift->rhs_t); in format_shift() 371 ubsan_json_type(ub, NULL, (uint64_t *)&addr, v->align->ty); in format_type_mismatch() 378 ubsan_json_type(ub, "array", NULL, v->oob->array_ty); in format_oob() 379 ubsan_json_type(ub, "idx", &v->lhs, v->oob->index_ty); in format_oob() 405 ubsan_json_type(ub, NULL, &v->lhs, v->invalid->type); in format_load_invalid_value() 448 ubsan_json_type(ub, "lhs", &v->lhs, data->type_to); in format_implicit_conversion() 449 ubsan_json_type(ub, "rhs", &v->rhs, data->type_from); in format_implicit_conversion() [all …]
|