Home
last modified time | relevance | path

Searched full:prematurely (Results 1 – 25 of 132) sorted by relevance

123456

/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp443 return make_error<GenericBinaryError>("dylink section ended prematurely", in parseDylink0Section()
497 "dylink.0 sub-section ended prematurely", object_error::parse_failed); in parseNameSection()
502 return make_error<GenericBinaryError>("dylink.0 section ended prematurely", in parseNameSection()
608 "name sub-section ended prematurely", object_error::parse_failed); in parseLinkingSectionSymtab()
612 return make_error<GenericBinaryError>("name section ended prematurely", in parseLinkingSectionSymtab()
678 "linking sub-section ended prematurely", object_error::parse_failed); in parseLinkingSectionSymtab()
681 return make_error<GenericBinaryError>("linking section ended prematurely", in parseLinkingSectionSymtab()
989 return make_error<GenericBinaryError>("producers section ended prematurely", in parseRelocSection()
1019 "target features section ended prematurely", in parseRelocSection()
1153 return make_error<GenericBinaryError>("reloc section ended prematurely", in parseImportSection()
[all...]
/freebsd-src/lib/libc/amd64/string/
H A Dstrcat.S54 * In rare cases, the above loop may exit prematurely. We must
126 * In rare cases, the above loop may exit prematurely. We must
H A Dstpcpy.S75 * In rare cases, the above loop may exit prematurely. We must
/freebsd-src/usr.sbin/bsdconfig/share/
H A Dscript.subr55 # results in failure, the application will terminate prematurely.
74 # otherwise the application is prematurely terminated using f_die().
H A Dcommon.subr100 # preventing it from prematurely returning 1 before the end of the arguments.
498 # is called and execution is prematurely terminated with the same error status.
518 # is called and execution is prematurely terminated with the same error status.
/freebsd-src/sys/contrib/device-tree/Bindings/spi/
H A Dbrcm,bcm63xx-spi.yaml18 transaction to some SPI devices prematurely. The issue can be worked around by
H A Dbrcm,bcm63xx-hsspi.yaml25 terminate the transaction to some SPI devices prematurely. The issue can be
/freebsd-src/usr.sbin/utx/
H A Dutx.863 Stale sessions can occur if a login service exits prematurely or fails
/freebsd-src/lib/libc/gen/
H A Ddaemon.3139 from prematurely terminating the child process.
H A Dsignal.3171 executing and the call is prematurely terminated,
/freebsd-src/contrib/googletest/googlemock/test/
H A Dgmock_leak_test.py45 # to terminate prematurely. Therefore they are incompatible with
/freebsd-src/stand/lua/
H A Dloader.lua.8119 prematurely.
/freebsd-src/share/man/man9/
H A Dcondvar.9192 return prematurely with a value of
H A Dkhelp.9335 modules are protected from being prematurely unloaded by a reference count.
/freebsd-src/contrib/unbound/util/data/
H A Ddname.c357 *to = 0; /* end the result prematurely */ in dname_pkt_copy()
369 *to = 0; /* end the result prematurely */ in dname_pkt_copy()
375 *to = 0; /* end the result prematurely */ in dname_pkt_copy()
/freebsd-src/bin/pax/
H A Dpax.1865 If a volume ends prematurely,
1157 If the extraction of a file from an archive is prematurely terminated by
1165 If the creation of an archive is prematurely terminated by a signal or error,
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticCommentKinds.td20 "HTML start tag prematurely ended, expected attribute name or '>'">,
/freebsd-src/sys/contrib/ck/src/
H A Dck_barrier_combining.c63 * barrier may end prematurely. in ck_barrier_combining_insert()
/freebsd-src/contrib/googletest/googletest/test/
H A Dgoogletest-break-on-failure-unittest.py70 # to terminate prematurely. Therefore they are incompatible with
H A Dgoogletest-catch-exceptions-test.py62 # to terminate prematurely. Therefore they are incompatible with
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.h135 /// positive if it would mean ending a group prematurely. For normal
/freebsd-src/sys/contrib/openzfs/config/
H A Dzfs-meta.m423 dnl # VALUE will prematurely terminate the string since that sequence is
/freebsd-src/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_inlines_b.h230 * to be prematurely destroyed as a side effect of momentarily zeroed in prof_realloc()
/freebsd-src/lib/libc/compat-43/
H A Dsigvec.2210 The call can be forced to terminate prematurely with an
/freebsd-src/contrib/llvm-project/lld/ELF/
H A DDWARF.cpp122 // its zero value will terminate the decoding of .debug_ranges prematurely. in findAux()

123456