HomeSort by relevance Sort by last modified time
    Searched refs:dso (Results 1 - 25 of 132) sorted by null

1 2 3 4 5 6

  /system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/
build-id.h 23 struct dso;
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
ApiInitializer.h 24 ApiInitializer(void *dso) :
25 m_dso(dso) {
  /system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/
build-id.h 10 struct dso;
13 char *dso__build_id_filename(struct dso *self, char *bf, size_t size);
  /bionic/libc/arch-common/bionic/
pthread_atfork.h 19 extern int __register_atfork(void (*prepare)(void), void (*parent)(void), void (*child)(void), void* dso);
  /external/compiler-rt/test/asan/TestCases/Linux/
activation-options.cc 56 void *dso = dlopen(path.c_str(), RTLD_NOW); local
57 if (!dso) {
  /frameworks/native/opengl/libs/EGL/
egldefs.h 40 inline egl_connection_t() : dso(0) { }
41 void * dso; member in struct:android::egl_connection_t
Loader.cpp 121 dso[0] = gles;
122 for (size_t i=1 ; i<NELEM(dso) ; i++)
123 dso[i] = 0;
128 for (size_t i=0 ; i<NELEM(dso) ; i++) {
129 if (dso[i]) {
130 dlclose(dso[i]);
131 dso[i] = 0;
140 dso[0] = hnd;
143 dso[1] = hnd;
146 dso[2] = hnd
211 void* dso; local
425 void* dso = dlopen(driver_absolute_path, RTLD_NOW | RTLD_LOCAL); local
    [all...]
Loader.h 52 void* dso[3]; member in struct:android::Loader::driver_t
68 void init_api(void* dso,
  /bionic/libc/stdlib/
atexit.c 59 extern void __unregister_atfork(void* dso);
74 * with the given dso handle is unloaded dynamically. Also used as
77 * http://www.codesourcery.com/cxx-abi/abi.html#dso-dtor
80 __cxa_atexit(void (*func)(void *), void *arg, void *dso)
119 fnp->fn_dso = dso;
131 * object owning 'dso'.
132 * Note: if 'dso' is NULL, then all remaining handlers are called.
135 __cxa_finalize(void *dso)
151 if (dso != NULL && dso != p->fns[n].fn_dso
    [all...]
  /external/compiler-rt/test/asan/TestCases/Posix/
start-deactivated.cc 49 void *dso = dlopen(path.c_str(), RTLD_NOW); local
50 if (!dso) {
59 void *fn = dlsym(dso, "do_another_bad_thing");
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/
refdbg-1.d 3 #ld: -EL tmpdir/refdbg-0-dso.so
tlsbin-3.d 4 #ld: -EL tmpdir/tlsbin-0-dso.so
tlsbin-4.d 4 #ld: -EL tmpdir/tlsbin-0-dso.so
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/
rd-sh64.exp 33 if [string match $srcdir/$subdir/*-dso.d $sh64test] {
34 # Copy the output of the DSO-createing test to .so file.
35 # Notice that a DSO-creating test must preceed the tests
36 # which need that DSO in sort-order by name.
  /bionic/libc/arch-arm/bionic/
atexit_legacy.c 40 extern int __cxa_atexit(void (*func)(void *), void *arg, void *dso);
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
cris.exp 31 # DSO. Copy the file from the run_dump_test "tmpdir/dump" to a unique
37 if { [string match $srcdir/$subdir/*dso-*.d $atest] \
49 # Then run the ordinary tests. This round, exclude the dso-* tests.
52 if { ! [string match $srcdir/$subdir/*dso-*.d $atest] } {
libdso-1.d 1 #source: dso-1.s
6 # Just check that we actually got a DSO with the dsofn symbol.
libdso-14.d 1 #source: dso-1.s
8 # doesn't make the DSO textrel.
libdso-4.d 1 #source: dso-2.s
6 # DSO with an undef symbol "dsofn". See undef1.d.
tls-err-53.d 4 #ld: -m crislinux tmpdir/tls-dso-xz-1.so
7 # R_CRIS_16_DTPREL in executable against symbol from DSO.
tls-err-65.d 4 #ld: -m crislinux tmpdir/tls-dso-xz-1.so
7 # R_CRIS_16_TPREL in executable against symbol from DSO.
  /device/generic/goldfish/camera/
EmulatedCameraHal.cpp 40 dso: NULL,
  /system/extras/simpleperf/
dso.h 52 struct Dso {
60 static std::unique_ptr<Dso> CreateDso(DsoType dso_type, const std::string& dso_path = "");
62 ~Dso();
80 static bool KernelSymbolCallback(const KernelSymbol& kernel_symbol, Dso* dso);
81 static void VmlinuxSymbolCallback(const ElfFileSymbol& elf_symbol, Dso* dso);
82 static void ElfFileSymbolCallback(const ElfFileSymbol& elf_symbol, Dso* dso,
91 Dso(DsoType type, const std::string& path)
    [all...]
  /bionic/libc/bionic/
pthread_atfork.cpp 154 void(*child)(void), void* dso) {
163 entry->dso_handle = dso;
174 extern "C" __LIBC_HIDDEN__ void __unregister_atfork(void* dso) {
177 return entry->dso_handle == dso;
  /device/huawei/angler/camera/QCamera2/
QCamera2Hal.cpp 41 .dso = NULL,

Completed in 426 milliseconds

1 2 3 4 5 6