Symbol: Report
sys/kern/kern_ubsan.c
1303
Report(true, "UBSan: Unknown variable type %#04" PRIx16 "\n", pType->mTypeKind);
sys/kern/kern_ubsan.c
1485
Report(true, "UBSan: Unexpected %zu-Bit Type in %s\n", zNumberWidth, szLocation);
sys/kern/kern_ubsan.c
1491
Report(true, "UBSan: Unexpected 128-Bit Type in %s\n", szLocation);
sys/kern/kern_ubsan.c
1527
Report(true, "UBSan: Unexpected %zu-Bit Type in %s\n", zNumberWidth, szLocation);
sys/kern/kern_ubsan.c
1534
Report(true, "UBSan: Unexpected 128-Bit Type in %s\n", szLocation);
sys/kern/kern_ubsan.c
1570
Report(true, "UBSan: Unexpected %zu-Bit Type in %s\n", zNumberWidth, szLocation);
sys/kern/kern_ubsan.c
1613
Report(true, "UBSan: Unexpected Float Type in %s\n", szLocation);
sys/kern/kern_ubsan.c
1620
Report(true, "UBSan: Unknown Type in %s\n", szLocation);
sys/kern/kern_ubsan.c
365
Report(isFatal, "UBSan: Undefined Behavior in %s, %s integer overflow: %s %s %s cannot be represented in type %s\n",
sys/kern/kern_ubsan.c
383
Report(isFatal, "UBSan: Undefined Behavior in %s, negation of %s cannot be represented in type %s\n",
sys/kern/kern_ubsan.c
399
Report(isFatal, "UBSan: Undefined Behavior in %s, calling __builtin_unreachable()\n",
sys/kern/kern_ubsan.c
417
Report(isFatal, "UBSan: Undefined Behavior in %s, %s null pointer of type %s\n",
sys/kern/kern_ubsan.c
420
Report(isFatal, "UBSan: Undefined Behavior in %s, %s misaligned address %p for type %s which requires %ld byte alignment\n",
sys/kern/kern_ubsan.c
423
Report(isFatal, "UBSan: Undefined Behavior in %s, %s address %p with insufficient space for an object of type %s\n",
sys/kern/kern_ubsan.c
442
Report(isFatal, "UBSan: Undefined Behavior in %s, variable length array bound value %s <= 0\n",
sys/kern/kern_ubsan.c
460
Report(isFatal, "UBSan: Undefined Behavior in %s, index %s is out of range for type %s\n",
sys/kern/kern_ubsan.c
481
Report(isFatal, "UBSan: Undefined Behavior in %s, shift exponent %s is negative\n",
sys/kern/kern_ubsan.c
484
Report(isFatal, "UBSan: Undefined Behavior in %s, shift exponent %s is too large for %zu-bit type %s\n",
sys/kern/kern_ubsan.c
487
Report(isFatal, "UBSan: Undefined Behavior in %s, left shift of negative value %s\n",
sys/kern/kern_ubsan.c
490
Report(isFatal, "UBSan: Undefined Behavior in %s, left shift of %s by %s places cannot be represented in type %s\n",
sys/kern/kern_ubsan.c
508
Report(isFatal, "UBSan: Undefined Behavior in %s, load of value %s is not a valid value for type %s\n",
sys/kern/kern_ubsan.c
524
Report(isFatal, "UBSan: Undefined Behavior in %s, passing zero to %s, which is not a valid argument\n",
sys/kern/kern_ubsan.c
550
Report(isFatal, "UBSan: Undefined Behavior in %s, call to function %#lx through pointer to incorrect function type %s\n",
sys/kern/kern_ubsan.c
572
Report(isFatal, "UBSan: Undefined Behavior in %s, control flow integrity check for type %s failed during %s (vtable address %#lx)\n",
sys/kern/kern_ubsan.c
575
Report(isFatal || FromUnrecoverableHandler, "UBSan: Undefined Behavior in %s, control flow integrity check for type %s failed during %s (vtable address %#lx; %s vtable; from %s handler; Program Counter %#lx; Frame Pointer %#lx)\n",
sys/kern/kern_ubsan.c
602
Report(isFatal, "UBSan: Undefined Behavior in %s, %s address %#lx which might not point to an object of type %s\n"
sys/kern/kern_ubsan.c
621
Report(isFatal, "UBSan: Undefined Behavior in %s, %s (of type %s) is outside the range of representable values of type %s\n",
sys/kern/kern_ubsan.c
637
Report(isFatal, "UBSan: Undefined Behavior in %s, execution reached the end of a value-returning function without returning a value\n",
sys/kern/kern_ubsan.c
658
Report(isFatal, "UBSan: Undefined Behavior in %s, null pointer passed as argument %d, which is declared to never be null%s%s\n",
sys/kern/kern_ubsan.c
680
Report(isFatal, "UBSan: Undefined Behavior in %s, null pointer returned from function declared to never return null%s%s\n",
sys/kern/kern_ubsan.c
696
Report(isFatal, "UBSan: Undefined Behavior in %s, pointer expression with base %#lx overflowed to %#lx\n",
sys/kern/kern_ubsan.c
719
Report(isFatal, "UBSan: Undefined Behavior in %s, alignment assumption of %#lx for pointer %#lx (offset %#lx), assumption made in %s\n",
sys/kern/kern_ubsan.c
723
Report(isFatal, "UBSan: Undefined Behavior in %s, alignment assumption of %#lx for pointer %#lx (offset %#lx)\n",