HomeSort by relevance Sort by last modified time
    Searched full:__cxa_atexit (Results 451 - 475 of 779) sorted by null

<<11121314151617181920>>

  /development/ndk/platforms/android-23/arch-arm/symbols/
libc.so.versions.txt 16 __cxa_atexit;
  /development/ndk/platforms/android-23/arch-mips/symbols/
libc.so.versions.txt 12 __cxa_atexit;
  /development/ndk/platforms/android-23/arch-x86/symbols/
libc.so.versions.txt 12 __cxa_atexit;
  /device/htc/flounder/gps/qct/lib/
libgps.utils.so 
libloc_core.so 
libgeofence.so 
  /external/clang/include/clang/Frontend/
CodeGenOptions.def 39 CODEGENOPT(CXAAtExit , 1, 1) ///< Use __cxa_atexit for calling destructors.
  /external/compiler-rt/lib/dfsan/
done_abilist.txt 70 fun:__cxa_atexit=discard
  /external/compiler-rt/lib/msan/
msan_interceptors.cc     [all...]
msan.cc 386 InstallAtExitHandler(); // Needs __cxa_atexit interceptor.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libc_nonshared.a 28 ,|2|70|$@?]??m??  ?O;5 Batexit__i686.get_pc_thunk.bx_GLOBAL_OFFSET_TABLE___dso_handle__cxa_atexit
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/xen/
libc_nonshared.a 28 ,|2|70|$@?]??m??  ?O;5 Batexit__i686.get_pc_thunk.bx_GLOBAL_OFFSET_TABLE___dso_handle__cxa_atexit
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libc_nonshared.a 36 &@<" ? ,|2|7|T0?+]?q?Pm ? ?{??  ?O <5 Batexit__i686.get_pc_thunk.bx_GLOBAL_OFFSET_TABLE___dso_handle__cxa_atexit
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/xen/
libc_nonshared.a 36 &@<" ? ,|2|7|T0?+]?q?Pm ? ?{??  ?O <5 Batexit__i686.get_pc_thunk.bx_GLOBAL_OFFSET_TABLE___dso_handle__cxa_atexit
  /prebuilts/sdk/renderscript/lib/arm/
librsjni.so 
  /bionic/libc/bionic/
malloc_common.cpp 173 extern "C" int __cxa_atexit(void (*func)(void *), void *arg, void *dso);
406 int ret_value = __cxa_atexit(malloc_fini_impl, nullptr, nullptr);
  /bionic/tools/relocation_packer/test_data/
elf_file_unittest_relocs_mips32.so 
elf_file_unittest_relocs_mips32_packed.so 
  /external/llvm/include/llvm/Analysis/
TargetLibraryInfo.def 170 /// int __cxa_atexit(void (*f)(void *), void *p, void *d);
172 TLI_DEFINE_STRING_INTERNAL("__cxa_atexit")
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 407 TSAN_INTERCEPTOR(int, __cxa_atexit, void (*f)(void *a), void *arg, void *dso) {
410 SCOPED_TSAN_INTERCEPTOR(__cxa_atexit, f, arg, dso);
420 // Memory allocation in __cxa_atexit will race with free during exit,
423 int res = REAL(__cxa_atexit)(at_exit_wrapper, ctx, dso);
446 // Memory allocation in __cxa_atexit will race with free during exit,
    [all...]
  /bionic/libc/
libc.arm.brillo.map 16 __cxa_atexit;
libc.arm.map 16 __cxa_atexit;
libc.map.txt 15 __cxa_atexit;
libc.mips.map 12 __cxa_atexit;
libc.x86.map 12 __cxa_atexit;

Completed in 6679 milliseconds

<<11121314151617181920>>