OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:atexit
(Results
601 - 625
of
1849
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/prebuilts/ndk/r13/platforms/android-23/arch-x86/usr/lib/
crtbegin_dynamic.o
crtbegin_static.o
/prebuilts/ndk/r13/platforms/android-23/arch-x86_64/usr/lib/
crtbegin_dynamic.o
crtbegin_static.o
/prebuilts/ndk/r13/platforms/android-24/arch-mips/usr/lib/
crtbegin_dynamic.o
crtbegin_static.o
/prebuilts/ndk/r13/platforms/android-24/arch-mips/usr/libr6/
crtbegin_dynamic.o
crtbegin_static.o
/prebuilts/ndk/r13/platforms/android-24/arch-x86/usr/lib/
crtbegin_dynamic.o
crtbegin_static.o
/prebuilts/ndk/r13/platforms/android-24/arch-x86_64/usr/lib/
crtbegin_dynamic.o
crtbegin_static.o
/prebuilts/ndk/r13/platforms/android-9/arch-mips/usr/lib/
crtbegin_dynamic.o
crtbegin_static.o
/prebuilts/ndk/r13/platforms/android-9/arch-mips/usr/libr6/
crtbegin_dynamic.o
crtbegin_static.o
/prebuilts/ndk/r13/platforms/android-9/arch-x86/usr/lib/
crtbegin_dynamic.o
crtbegin_static.o
/bionic/tools/versioner/src/
versioner.h
45
//
atexit
comes from crtbegin.
46
"
atexit
",
/external/llvm/test/CodeGen/Thumb2/
pic-load.ll
7
@llvm.used = appending global [1 x i8*] [i8* bitcast (i32 (void ()*)* @
atexit
to i8*)], section "llvm.metadata" ; <[1 x i8*]*> [#uses=0]
9
define hidden i32 @
atexit
(void ()* %func) nounwind {
11
; CHECK-LABEL:
atexit
:
/external/swiftshader/third_party/LLVM/runtime/libprofile/
BasicBlockTracing.c
46
* block tracing library. It is responsible for setting up the
atexit
63
/* Set up the
atexit
handler. */
64
atexit
(BBTraceAtExitHandler);
/development/ndk/platforms/
README.CRT.TXT
125
atexit
() implementation:
128
library which registered a function with '
atexit
' is unloaded explicitely
135
such
atexit
() handlers when the corresponding shared library is unloaded.
137
However, this requires that the
atexit
() implementation be part of the
141
implementation of
atexit
() in assembler that essentially does:
143
void
atexit
(void(*myfunc)(void))
151
Note that crtbegin_static.[cS] should *not* provide an
atexit
() function
224
3.
atexit
compatibility symbol:
226
Earlier versions of the C library implemented and exported an
atexit
()
228
GLibc extension which automatically un-registers
atexit
() handlers whe
[
all
...]
/external/clang/test/CodeGenCXX/
apple-kext.cpp
1
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fno-use-cxa-
atexit
-fapple-kext -emit-llvm -o - %s | FileCheck %s
/external/compiler-rt/test/asan/TestCases/
init-order-atexit.cc
7
// RUN: %clangxx_asan -O0 %s %p/Helpers/init-order-
atexit
-extra.cc -o %t
/external/toolchain-utils/crosperf/
crosperf.py
8
import
atexit
59
"""Handler function which is registered to the
atexit
handler."""
66
This is useful because functionality registered by "
atexit
" will
119
atexit
.register(Cleanup, experiment)
Completed in 560 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>