/openbsd/sys/dev/fdt/ |
H A D | cduart.c | 358 int overflows, floods; in cduart_diag() local 363 overflows = sc->sc_overflows; in cduart_diag() 370 overflows, overflows == 1 ? "" : "s", in cduart_diag()
|
H A D | imxuart.c | 393 int overflows, floods; in imxuart_diag() local 398 overflows = sc->sc_overflows; in imxuart_diag() 405 overflows, overflows == 1 ? "" : "s", in imxuart_diag()
|
H A D | exuart.c | 565 int overflows, floods; in exuart_diag() local 570 overflows = sc->sc_overflows; in exuart_diag() 577 overflows, overflows == 1 ? "" : "s", in exuart_diag()
|
/openbsd/gnu/usr.bin/binutils/gdb/config/powerpc/ |
H A D | ppc64-linux.mh | 11 # for non-PIC code. GDB overflows those tables when compiling with
|
/openbsd/gnu/llvm/clang/docs/ |
H A D | SafeStack.rst | 12 based on stack buffer overflows, without introducing any measurable performance 17 buffer overflows on the unsafe stack cannot be used to overwrite anything 74 overflows, since it is disjoint from the unsafe stack in memory, and it itself 97 stack-based buffer overflows, but protection against arbitrary memory write
|
H A D | ShadowCallStack.rst | 13 (e.g. stack buffer overflows.) It works by saving a function's return address 91 ``-fstack-protector``. It protects from non-linear overflows and arbitrary
|
H A D | HardwareAssistedAddressSanitizerDesign.rst | 16 uses *redzones* to find buffer-overflows and 252 * **Does not require redzones to detect buffer overflows**,
|
H A D | UndefinedBehaviorSanitizer.rst | 70 the program will continue execution after signed integer overflows, exit after 146 overflows, or where either the old or new pointer value is a null pointer
|
/openbsd/gnu/llvm/compiler-rt/lib/builtins/ |
H A D | int_mulv_impl.inc | 17 // Effects: aborts if a * b overflows
|
H A D | int_mulo_impl.inc | 17 // Effects: sets *overflow to 1 if a * b overflows
|
H A D | fp_trunc_impl.inc | 101 // a overflows to infinity.
|
/openbsd/sys/dev/ic/ |
H A D | pluart.c | 462 int overflows, floods; in pluart_diag() local 467 overflows = sc->sc_overflows; in pluart_diag() 474 overflows, overflows == 1 ? "" : "s", in pluart_diag()
|
H A D | z8530tty.c | 1439 int overflows, floods; in zstty_diag() local 1443 overflows = zst->zst_overflows; in zstty_diag() 1452 overflows, overflows == 1 ? "" : "s", in zstty_diag()
|
H A D | com.c | 971 int overflows, floods; in comdiag() local 976 overflows = sc->sc_overflows; in comdiag() 983 overflows, overflows == 1 ? "" : "s", in comdiag()
|
/openbsd/sys/arch/sparc64/dev/ |
H A D | z8530kbd.c | 869 int overflows, floods; in zskbd_diag() local 873 overflows = zst->zst_overflows; in zskbd_diag() 882 overflows, overflows == 1 ? "" : "s", in zskbd_diag()
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
H A D | utf8 | 261 bool overflows = 0; 296 overflows = 1; 310 * byte, the sequence overflows; otherwise the byte is less 313 overflows = *cur_s > *cur_h; 326 if (UNLIKELY(overflows)) { 354 overflows = 1; 359 if (UNLIKELY(overflows)) {
|
/openbsd/sys/arch/sh/dev/ |
H A D | scif.c | 923 int overflows, floods; in scifdiag() local 927 overflows = sc->sc_overflows; in scifdiag() 936 overflows, overflows == 1 ? "" : "s", in scifdiag()
|
/openbsd/gnu/lib/libiberty/src/ |
H A D | alloca.c | 287 long overflows; /* Number of stack overflow ($STKOFEN) calls. */ member
|
/openbsd/gnu/usr.bin/texinfo/lib/ |
H A D | alloca.c | 292 long overflows; /* Number of stack overflow ($STKOFEN) calls. */ member
|
/openbsd/sys/dev/pci/ |
H A D | cz.c | 1491 u_int overflows, parity_errors, framing_errors; in cztty_diag() local 1496 overflows = sc->sc_overflows; in cztty_diag() 1512 overflows, overflows == 1 ? "" : "s", in cztty_diag()
|
/openbsd/lib/libc/db/hash/ |
H A D | README | 53 If you have a lot of overflows, it is possible to run out of overflow
|
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/ |
H A D | gdb_c_test.c | 329 ULONG overflows; member 982 printp( " Input Overflows: %d\n\n", lan_input_queue.overflows ); in lan_util() 1421 p_queue->overflows = 0; in lan_init_queue() 1492 ++(p_queue->overflows); in lan_add_to_queue()
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | GwpAsan.rst | 103 equal detection of both underflows and overflows. 179 | | | buffer-overflows at the cost of performance, and may be in…
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perl5303delta.pod | 32 Integer overflows in the calculation of offsets between instructions for the
|
H A D | perl5283delta.pod | 32 Integer overflows in the calculation of offsets between instructions for the
|