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

1 2 3 4 5 6 7

  /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);
  /frameworks/native/opengl/libs/EGL/
Loader.cpp 130 dso[0] = gles;
131 for (size_t i=1 ; i<NELEM(dso) ; i++)
132 dso[i] = 0;
137 for (size_t i=0 ; i<NELEM(dso) ; i++) {
138 if (dso[i]) {
139 dlclose(dso[i]);
140 dso[i] = 0;
149 dso[0] = hnd;
152 dso[1] = hnd;
155 dso[2] = hnd
223 void* dso; local
438 void* dso = do_android_load_sphal_library(driver_absolute_path, local
481 void* dso = nullptr; local
    [all...]
egldefs.h 40 inline egl_connection_t() : dso(0) { }
41 void * dso; member in struct:android::egl_connection_t
Loader.h 43 void* dso[3]; member in struct:android::Loader::driver_t
60 void init_api(void* dso,
  /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) {
  /system/extras/simpleperf/inferno/
data_types.py 18 def __init__(self, ip, method, dso):
21 self.dso = dso
53 flamegraph = flamegraph.get_callsite(callsite.method, callsite.dso)
85 def __init__(self, method, dso):
88 self.dso = dso
94 def get_callsite(self, name, dso):
96 if c.equivalent(name, dso):
99 callsite = FlameGraphCallSite(name, dso)
    [all...]
  /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");
  /system/extras/simpleperf/
environment_test.cpp 21 #include "dso.h"
39 std::unique_ptr<Dso> dso = Dso::CreateDso(DSO_ELF_FILE, "[vdso]", local
41 ASSERT_TRUE(dso != nullptr);
42 const std::vector<Symbol>& symbols = dso->GetSymbols();
thread_tree.cpp 108 Dso* dso = FindKernelDsoOrNew(filename); local
110 AllocateMap(MapEntry(start_addr, len, pgoff, time, dso, true));
116 Dso* ThreadTree::FindKernelDsoOrNew(const std::string& filename) {
123 module_dso_tree_[filename] = Dso::CreateDso(DSO_KERNEL_MODULE, filename);
133 Dso* dso = FindUserDsoOrNew(filename, start_addr); local
135 AllocateMap(MapEntry(start_addr, len, pgoff, time, dso, false));
141 Dso* ThreadTree::FindUserDsoOrNew(const std::string& filename, uint64_t start_addr) {
145 user_dso_tree_[filename] = Dso::CreateDso(DSO_ELF_FILE, filename, force_64bit)
225 Dso* dso = map->dso; local
273 Dso* dso = nullptr; local
    [all...]
  /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);
  /system/nvram/hal/
testing_module.c 37 .dso = 0,
  /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.

Completed in 2230 milliseconds

1 2 3 4 5 6 7