/aosp_15_r20/system/extras/simpleperf/ |
H A D | dso_test.cpp | 183 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 D | thread_tree.cpp | 140 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 D | cmd_inject.cpp | 122 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 D | ETMDecoder.h | 40 Dso* dso = nullptr; member 57 Dso* dso = nullptr; member
|
H A D | thread_tree.h | 45 Dso* dso; member 125 bool IsUnknownDso(const Dso* dso) const { return dso == unknown_dso_.get(); } in IsUnknownDso()
|
H A D | report_utils.cpp | 247 Dso* dso; member 402 Dso* dso = map->dso; in Build() local
|
/aosp_15_r20/external/trusty/musl/ldso/ |
D | dynlink.c | 49 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 D | dynlink.c | 66 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 D | trace_helpers.c | 198 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 D | Loader.cpp | 106 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 D | atexit.cpp | 53 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 D | pthread_atfork.cpp | 156 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/ |
D | atexit.c | 32 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 D | dso.c | 24 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 D | dso.c | 60 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 D | dso.c | 27 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 D | atexit.c | 39 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 D | dso.c | 43 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 D | dso.c | 44 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 D | data_types.py | 20 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 D | dso.c | 119 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/ |
D | dlinfo.c | 5 int dlinfo(void *dso, int req, void *res) in dlinfo()
|
/aosp_15_r20/external/musl/src/ldso/ |
H A D | dlinfo.c | 5 int dlinfo(void *dso, int req, void *res) in dlinfo()
|
/aosp_15_r20/external/compiler-rt/test/asan/TestCases/Linux/ |
H A D | activation-options.cc | 56 void *dso = dlopen(path.c_str(), RTLD_NOW); in main() local
|
/aosp_15_r20/external/llvm-libc/src/stdlib/ |
H A D | atexit.cpp | 27 void __cxa_finalize(void *dso) { in __cxa_finalize()
|