Home
last modified time | relevance | path

Searched defs:dso (Results 1 – 25 of 87) sorted by relevance

1234

/aosp_15_r20/system/extras/simpleperf/
H A Ddso_test.cpp183 TEST(dso, dex_file_dso) { in TEST() argument
186 std::unique_ptr<Dso> dso = Dso::CreateDso(dso_type, GetTestData("base.vdex")); in TEST() local
213 TEST(dso, dex_file_offsets) { in TEST() argument
214 std::unique_ptr<Dso> dso = Dso::CreateDso(DSO_DEX_FILE, ""); in TEST() local
223 TEST(dso, embedded_elf) { in TEST() argument
225 std::unique_ptr<Dso> dso = Dso::CreateDso(DSO_ELF_FILE, file_path); in TEST() local
243 TEST(dso, IpToVaddrInFile) { in TEST() argument
244 std::unique_ptr<Dso> dso = Dso::CreateDso(DSO_ELF_FILE, GetTestData("libc.so")); in TEST() local
250 TEST(dso, kernel_address_randomization) { in TEST() argument
254 std::unique_ptr<Dso> dso = Dso::CreateDso(DSO_KERNEL, DEFAULT_KERNEL_MMAP_NAME); in TEST() local
[all …]
H A Dthread_tree.cpp140 Dso* dso; in AddKernelMap() local
171 Dso* dso = FindUserDsoOrNew(filename, start_addr); in AddThreadMap() local
176 void ThreadTree::AddThreadMapsForDsoSymbols(ThreadEntry* thread, Dso* dso) { in AddThreadMapsForDsoSymbols()
210 std::unique_ptr<Dso> dso = Dso::CreateDso(dso_type, filename, force_64bit); in FindUserDsoOrNew() local
224 auto dso = FindUserDsoOrNew(name, 0, DSO_SYMBOL_MAP_FILE); in AddSymbolsForProcess() local
316 Dso* dso = map->dso; in FindSymbol() local
366 Dso* dso = nullptr; in AddDsoInfo() local
386 Dso* dso = FindUserDsoOrNew(file_path, 0, DSO_DEX_FILE); in AddDexFileOffset() local
H A Dcmd_inject.cpp122 static std::vector<ElfSegment> GetExecutableSegments(const Dso* dso) { in GetExecutableSegments()
201 const Dso* dso = p.first; in ProcessAutoFDOBinaryInfo() local
384 Dso* dso = p.first; in ProcessETMBinary() local
513 Dso* dso = map->dso; in IpToBinaryAddr() local
522 uint32_t GetBinaryId(const Dso* dso) { in GetBinaryId()
635 std::unique_ptr<Dso> dso = Dso::CreateDsoWithBuildId(binary.dso_type, key.path, build_id); in Convert() local
661 bool CheckBuildId(Dso* dso, const BuildId& expected_build_id) { in CheckBuildId()
1296 std::unique_ptr<Dso> dso = Dso::CreateDsoWithBuildId(DSO_ELF_FILE, key.path, key.build_id); in ConvertBranchListToAutoFDO() local
H A DETMDecoder.h40 Dso* dso = nullptr; member
57 Dso* dso = nullptr; member
H A Dthread_tree.h45 Dso* dso; member
125 bool IsUnknownDso(const Dso* dso) const { return dso == unknown_dso_.get(); } in IsUnknownDso()
H A Dreport_utils.cpp247 Dso* dso; member
402 Dso* dso = map->dso; in Build() local
/aosp_15_r20/external/trusty/musl/ldso/
Ddynlink.c49 struct dso { struct
57 struct dso *next, *prev; argument
67 struct dso *syms_next, *lazy_next; argument
79 struct dso **deps, *needed_by; argument
90 struct dso *fini_next; argument
107 struct dso *dso; member
232 static Sym *sysv_lookup(const char *s, uint32_t h, struct dso *dso) in sysv_lookup()
246 static Sym *gnu_lookup(uint32_t h1, uint32_t *hashtab, struct dso *dso, const char *s) in gnu_lookup()
267 static Sym *gnu_lookup_filtered(uint32_t h1, uint32_t *hashtab, struct dso *dso, const char *s, uin… in gnu_lookup_filtered()
286 static struct symdef find_sym(struct dso *dso, const char *s, int need_def) in find_sym()
[all …]
/aosp_15_r20/external/musl/ldso/
H A Ddynlink.c66 struct dso { struct
74 struct dso *next, *prev; argument
86 struct dso *syms_next, *lazy_next; argument
98 struct dso **deps, *needed_by; argument
109 struct dso *fini_next; argument
126 struct dso *dso; argument
263 static Sym *sysv_lookup(const char *s, uint32_t h, struct dso *dso) in sysv_lookup()
277 static Sym *gnu_lookup(uint32_t h1, uint32_t *hashtab, struct dso *dso, const char *s) in gnu_lookup()
298 static Sym *gnu_lookup_filtered(uint32_t h1, uint32_t *hashtab, struct dso *dso, const char *s, uin… in gnu_lookup_filtered()
320 static inline struct symdef find_sym2(struct dso *dso, const char *s, int need_def, int use_deps) in find_sym2()
[all …]
/aosp_15_r20/external/bcc/libbpf-tools/
H A Dtrace_helpers.c198 struct dso { struct
199 char *name;
200 struct load_range *ranges;
201 int range_sz;
203 uint64_t sh_addr;
205 uint64_t sh_offset;
206 enum elf_type type;
230 struct dso *dsos; argument
324 struct dso *dso = NULL; in syms__add_dso() local
376 struct dso *dso; in syms__find_dso() local
[all …]
/aosp_15_r20/frameworks/native/opengl/libs/EGL/
H A DLoader.cpp106 static int do_android_unload_sphal_library(void* dso) { in do_android_unload_sphal_library()
384 void Loader::init_api(void* dso, in init_api()
502 void* dso = nullptr; in load_system_driver() local
609 void* dso = load_angle("EGL", ns); in attempt_to_load_angle() local
625 void Loader::attempt_to_init_angle_backend(void* dso, egl_connection_t* cnx) { in attempt_to_init_angle_backend()
650 void* dso = load_updated_driver("GLES", ns); in attempt_to_load_updated_driver() local
684 void* dso = load_system_driver("GLES", suffix, exact); in attempt_to_load_system_driver() local
706 void Loader::initialize_api(void* dso, egl_connection_t* cnx, uint32_t mask) { in initialize_api()
/aosp_15_r20/bionic/libc/bionic/
H A Datexit.cpp53 void* dso; // shared module handle member
230 int __cxa_atexit(void (*func)(void*), void* arg, void* dso) { in __cxa_atexit() argument
244 void __cxa_finalize(void* dso) { in __cxa_finalize()
H A Dpthread_atfork.cpp156 void(*child)(void), void* dso) { in __register_atfork() argument
176 extern "C" __LIBC_HIDDEN__ void __unregister_atfork(void* dso) { in __unregister_atfork()
/aosp_15_r20/external/trusty/musl/src/exit/
Datexit.c32 void __cxa_finalize(void *dso) in __cxa_finalize()
36 int __cxa_atexit(void (*func)(void *), void *arg, void *dso) in __cxa_atexit() argument
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/dso/beos/
H A Ddso.c24 apr_dso_handle_t *dso = thedso; in dso_cleanup() local
75 APR_DECLARE(const char *) apr_dso_error(apr_dso_handle_t *dso, char *buffer, apr_size_t buflen) in apr_dso_error()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/dso/unix/
H A Ddso.c60 apr_dso_handle_t *dso = thedso; in dso_cleanup() local
241 APR_DECLARE(const char *) apr_dso_error(apr_dso_handle_t *dso, char *buffer, in apr_dso_error()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/dso/os2/
H A Ddso.c27 apr_dso_handle_t *dso = thedso; in dso_cleanup() local
94 APR_DECLARE(const char *) apr_dso_error(apr_dso_handle_t *dso, char *buffer, apr_size_t buflen) in apr_dso_error()
/aosp_15_r20/external/musl/src/exit/
H A Datexit.c39 void __cxa_finalize(void *dso) in __cxa_finalize()
43 int __cxa_atexit(void (*func)(void *), void *arg, void *dso) in __cxa_atexit() argument
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/dso/netware/
H A Ddso.c43 apr_dso_handle_t *dso = thedso; in dso_cleanup() local
128 APR_DECLARE(const char *) apr_dso_error(apr_dso_handle_t *dso, char *buffer, in apr_dso_error()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/dso/win32/
H A Ddso.c44 apr_dso_handle_t *dso = thedso; in dso_cleanup() local
162 APR_DECLARE(const char *) apr_dso_error(apr_dso_handle_t *dso, char *buf, apr_size_t bufsize) in apr_dso_error()
/aosp_15_r20/system/extras/simpleperf/scripts/inferno/
H A Ddata_types.py20 def __init__(self, method, dso): argument
88 def __init__(self, method, dso, callsite_id): argument
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/dso/aix/
H A Ddso.c119 apr_dso_handle_t *dso = thedso; in dso_cleanup() local
169 APR_DECLARE(const char *) apr_dso_error(apr_dso_handle_t *dso, char *buffer, apr_size_t buflen) in apr_dso_error()
/aosp_15_r20/external/trusty/musl/src/ldso/
Ddlinfo.c5 int dlinfo(void *dso, int req, void *res) in dlinfo()
/aosp_15_r20/external/musl/src/ldso/
H A Ddlinfo.c5 int dlinfo(void *dso, int req, void *res) in dlinfo()
/aosp_15_r20/external/compiler-rt/test/asan/TestCases/Linux/
H A Dactivation-options.cc56 void *dso = dlopen(path.c_str(), RTLD_NOW); in main() local
/aosp_15_r20/external/llvm-libc/src/stdlib/
H A Datexit.cpp27 void __cxa_finalize(void *dso) { in __cxa_finalize()

1234