Home
last modified time | relevance | path

Searched refs:dl_iterate_phdr (Results 1 - 25 of 39) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/ldso/
H A Ddl_iterate_phdr.c48 if (dl_iterate_phdr(header_handler, NULL)) { in lock_recursive_handler()
63 ret = dl_iterate_phdr(header_handler, NULL); in dl_iterate_phdr_0100()
67 ret = dl_iterate_phdr(header_handler, NULL); in dl_iterate_phdr_0100()
80 ret = dl_iterate_phdr(header_handler, NULL); in dl_iterate_phdr_0200()
84 ret = dl_iterate_phdr(header_handler, NULL); in dl_iterate_phdr_0200()
88 ret = dl_iterate_phdr(header_handler, NULL); in dl_iterate_phdr_0200()
92 ret = dl_iterate_phdr(header_handler, NULL); in dl_iterate_phdr_0200()
106 ret = dl_iterate_phdr(same_name_count_handler, NULL); in dl_iterate_phdr_0300()
115 ret = dl_iterate_phdr(same_name_count_handler, NULL); in dl_iterate_phdr_0300()
120 ret = dl_iterate_phdr(same_name_count_handle in dl_iterate_phdr_0300()
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/ldso/ldso_gtest/
H A Dldso_dl_iterate_phdr_test.cpp32 ASSERT_EQ(0, dl_iterate_phdr(&CallBack001, static_cast<void*>(data))); in HWTEST_F()
77 ASSERT_EQ(0, dl_iterate_phdr(TempFunc, nullptr)); in HWTEST_F()
/third_party/musl/libc-test/src/functional/
H A Ddl_multithread_lock.c147 dl_iterate_phdr(CallBack001, NULL); in dlopen_dlclose_test0041()
153 dl_iterate_phdr(CallBack002, NULL); in dlopen_dlclose_test0042()
171 dl_iterate_phdr(CallBack004, NULL); in dlopen_dlclose_test006()
300 * @tc.desc : multithreaded iterate Callback in dl_iterate_phdr, the static test_value should be thread safe.
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dtype-referenced-by-allowlisted-function.h1 // bindgen-flags: --allowlist-function dl_iterate_phdr
7 int dl_iterate_phdr(struct dl_phdr_info *);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dlink.h47 int dl_iterate_phdr(int (*)(struct dl_phdr_info *, size_t, void *), void *);
/third_party/musl/porting/uniproton/kernel/include/
H A Dlink.h47 int dl_iterate_phdr(int (*)(struct dl_phdr_info *, size_t, void *), void *);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dlink.h47 int dl_iterate_phdr(int (*)(struct dl_phdr_info *, size_t, void *), void *);
/third_party/musl/include/
H A Dlink.h47 int dl_iterate_phdr(int (*)(struct dl_phdr_info *, size_t, void *), void *);
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dtype-referenced-by-allowlisted-function.rs40 pub fn dl_iterate_phdr(arg1: *mut dl_phdr_info) -> ::std::os::raw::c_int; in dl_iterate_phdr() functions
/third_party/libunwind/libunwind/src/
H A Dos-qnx.c78 reliably is locally, using dl_iterate_phdr(). However, the only in tdep_get_elf_image()
82 fine with dl_iterate_phdr(). Therefore, in lieu of any better in tdep_get_elf_image()
84 been implemented in terms of dl_iterate_phdr(). in tdep_get_elf_image()
93 if (dl_iterate_phdr (callback, &cbi) != 0) in tdep_get_elf_image()
H A Ddl-iterate-phdr.c48 dl_iterate_phdr (int (*callback) (struct dl_phdr_info *info, size_t size, void *data), in dl_iterate_phdr() function
59 libc_impl = dlsym (RTLD_NEXT, "dl_iterate_phdr"); in dl_iterate_phdr()
/third_party/musl/src/ldso/arm/
H A Dfind_exidx.c38 if (dl_iterate_phdr(find_exidx, &data) <= 0) in __gnu_Unwind_Find_exidx()
/third_party/musl/src/ldso/
H A Ddl_iterate_phdr.c47 weak_alias(static_dl_iterate_phdr, dl_iterate_phdr);
/third_party/mesa3d/src/util/
H A Dbuild_id.c125 if (!dl_iterate_phdr(build_id_find_nhdr_callback, &data)) in build_id_find_nhdr_for_addr()
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/
H A Dpostject-api.h127 dl_iterate_phdr(postject__dl_iterate_phdr_callback, &main_program_info); in postject_find_resource()
/third_party/node/deps/postject/
H A Dpostject-api.h127 dl_iterate_phdr(postject__dl_iterate_phdr_callback, &main_program_info); in postject_find_resource()
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dadp.c54 int dl_iterate_phdr(int (*callback)(void *info, size_t size, void *data), void *data) in dl_iterate_phdr() function
/third_party/libunwind/libunwind/src/ia64/
H A DGtables.c569 dl_iterate_phdr() because if somebody were to remove an object in validate_cache()
627 ret = dl_iterate_phdr (check_callback, as); in validate_cache()
658 ret = dl_iterate_phdr (callback, &di); in tdep_find_proc_info()
/third_party/node/src/large_pages/
H A Dnode_large_page.cc28 // Linux and FreeBSD, `dl_iterate_phdr(3)` is used. When the region is found,
188 // On FreeBSD we need the name of the binary, because `dl_iterate_phdr` does in FindNodeTextRegion()
200 if (dl_iterate_phdr(FindMapping, &dl_params) == 1) { in FindNodeTextRegion()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dtrace.c39 * dl_iterate_phdr(3): in callback()
45 * dl_iterate_phdr(3): in callback()
46 * "The dl_iterate_phdr() function walks through the list of an in callback()
264 dl_iterate_phdr(callback, NULL); in wpa_trace_bfd_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dtrace.c39 * dl_iterate_phdr(3): in callback()
45 * dl_iterate_phdr(3): in callback()
46 * "The dl_iterate_phdr() function walks through the list of an in callback()
275 dl_iterate_phdr(callback, NULL); in wpa_trace_bfd_init()
/third_party/libunwind/libunwind/include/
H A Ddwarf.h50 int dl_iterate_phdr(int (*)(struct dl_phdr_info *, size_t, void *), void *);
/third_party/libunwind/libunwind/src/arm/
H A DGex_tables.c464 * Callback to dl_iterate_phdr to find infos about the ARM exidx segment.
530 ret = dl_iterate_phdr (arm_phdr_cb, &cb_data); in arm_find_proc_info()
/third_party/node/src/
H A Ddebug_utils.cc378 dl_iterate_phdr( in GetLoadedLibraries()
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
H A Dsymbolize_test.cc332 dl_iterate_phdr(FilterElfHeader, nullptr); in TEST()

Completed in 12 milliseconds

12