Searched refs:abort (Results 1 - 25 of 28) sorted by relevance

12

/bionic/tests/libs/
H A Ddlopen_testlib_loopy_invalid.cpp21 abort();
/bionic/libc/arch-arm/bionic/
H A Dabort_arm.S32 * Coding the abort function in assembly so that registers are guaranteed to
38 ENTRY(abort) function
44 END(abort)
/bionic/linker/
H A Dlinker_block_allocator.cpp70 abort();
76 abort();
92 abort();
102 abort(); // oom
121 abort();
134 abort();
/bionic/libc/bionic/
H A Dabort.cpp37 void abort()
41 // any errors -- X311J doesn't allow abort to return anyway.
H A Dndk_cruft.cpp67 abort();
H A Dmalloc_debug_leak.cpp129 abort();
H A Dlibc_logging.cpp649 abort();
661 // We already have an abort message.
H A Dsystem_properties.cpp198 abort();
/bionic/tools/relocation_packer/src/
H A Ddebug.cc37 abort();
/bionic/benchmarks/
H A Dutils.cpp42 if (base != 2 && base != 10) abort();
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dldtoa.c101 abort();
H A Dhdtoa.c151 abort();
248 abort();
/bionic/libstdc++/include/
H A Dcstdlib43 using ::abort;
/bionic/libc/include/
H A Dstdlib.h44 extern __noreturn void abort(void);
/bionic/libc/dns/net/
H A Dbase64.c284 abort();
H A Dgetaddrinfo.c1328 return NULL; /* XXX should be abort(); */
1466 abort();
H A Dgethnamaddr.c236 return NULL; /* XXX should be abort(); */
451 abort();
/bionic/libc/kernel/uapi/linux/
H A Dfd.h66 unsigned int abort, read_track, reset, recal, reporting; member in struct:floppy_max_errors
H A Dperf_event.h371 __u64 mispred : 1, predicted : 1, in_tx : 1, abort : 1, reserved : 60; member in struct:perf_branch_entry
H A Dnvme.h487 struct nvme_abort_cmd abort; member in union:nvme_command::__anon607
/bionic/libc/upstream-openbsd/lib/libc/crypt/
H A Darc4random.c77 abort();
/bionic/tests/
H A Dsignal_test.cpp40 abort();
H A Dunistd_test.cpp472 TEST_F(unistd_DeathTest, abort) {
473 ASSERT_EXIT(abort(), testing::KilledBySignal(SIGABRT), "");
/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dvfprintf.c960 abort();
H A Dvfwprintf.c936 abort();

Completed in 8608 milliseconds

12