HomeSort by relevance Sort by last modified time
    Searched refs:__dso_handle (Results 1 - 12 of 12) sorted by null

  /bionic/libc/arch-common/bionic/
__dso_handle_so.h 29 __attribute__((__visibility__("hidden"))) void* __dso_handle = &__dso_handle; variable
__dso_handle.h 33 void* __dso_handle = (void*) 0; variable
atexit.h 31 extern void* __dso_handle;
44 return (__cxa_atexit(&__atexit_handler_wrapper, func, &__dso_handle));
crtbegin_so.c 30 extern void *__dso_handle;
34 __cxa_finalize(&__dso_handle);
70 # include "__dso_handle.h"
pthread_atfork.h 23 extern void* __dso_handle;
33 return __register_atfork(prepare, parent, child, &__dso_handle);
  /bionic/libc/arch-x86/bionic/
atexit.h 29 extern void *__dso_handle;
34 return (__cxa_atexit((void (*)(void *))func, (void *)0, &__dso_handle));
  /bionic/libc/upstream-openbsd/android/include/
arc4random.h 40 extern void *__dso_handle;
42 #define _ARC4_ATFORK(f) __register_atfork(NULL, NULL, (f), __dso_handle)
  /device/google/contexthub/firmware/os/platform/stm32/lkr/
app.lkr 84 __dso_handle = ABSOLUTE(__data_start);
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JIT.cpp 40 // of atexit). It passes the address of linker generated symbol __dso_handle
55 extern void *__dso_handle __attribute__ ((__visibility__ ("hidden")));
729 if (GV->getName() == "__dso_handle")
730 return (void*)&__dso_handle;
  /external/elfutils/tests/
run-dwflsyms.sh 104 63: OBJECT GLOBAL __dso_handle (0) 0x200de8
183 63: OBJECT GLOBAL __dso_handle (0) 0x3000200de8
591 66: OBJECT GLOBAL __dso_handle (0) 0x1fe18
673 66: OBJECT GLOBAL __dso_handle (0) 0x800101fe18
    [all...]
run-readelf-s.sh 214 63: 0000000000200de8 0 OBJECT GLOBAL HIDDEN 21 __dso_handle
  /build/soong/symbol_inject/
elf_symboldata_test.go 117 elf.Symbol{Name: "__dso_handle", Info: 0x11, Other: 0x2, Section: elf.SHN_UNDEF + 23, Value: 0x601028, Size: 0x0},
230 elf.Symbol{Name: "__dso_handle", Info: 0x11, Other: 0x2, Section: elf.SHN_UNDEF + 23, Value: 0x601028, Size: 0x0},

Completed in 652 milliseconds