/third_party/musl/libc-test/src/functionalext/supplement/ldso/ |
H A D | dl_iterate_phdr.c | 48 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 D | ldso_dl_iterate_phdr_test.cpp | 32 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 D | dl_multithread_lock.c | 147 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 D | type-referenced-by-allowlisted-function.h | 1 // 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 D | link.h | 47 int dl_iterate_phdr(int (*)(struct dl_phdr_info *, size_t, void *), void *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | link.h | 47 int dl_iterate_phdr(int (*)(struct dl_phdr_info *, size_t, void *), void *);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | link.h | 47 int dl_iterate_phdr(int (*)(struct dl_phdr_info *, size_t, void *), void *);
|
/third_party/musl/include/ |
H A D | link.h | 47 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 D | type-referenced-by-allowlisted-function.rs | 40 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 D | os-qnx.c | 78 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 D | dl-iterate-phdr.c | 48 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 D | find_exidx.c | 38 if (dl_iterate_phdr(find_exidx, &data) <= 0) in __gnu_Unwind_Find_exidx()
|
/third_party/musl/src/ldso/ |
H A D | dl_iterate_phdr.c | 47 weak_alias(static_dl_iterate_phdr, dl_iterate_phdr);
|
/third_party/mesa3d/src/util/ |
H A D | build_id.c | 125 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 D | postject-api.h | 127 dl_iterate_phdr(postject__dl_iterate_phdr_callback, &main_program_info); in postject_find_resource()
|
/third_party/node/deps/postject/ |
H A D | postject-api.h | 127 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 D | adp.c | 54 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 D | Gtables.c | 569 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 D | node_large_page.cc | 28 // 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 D | trace.c | 39 * 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 D | trace.c | 39 * 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 D | dwarf.h | 50 int dl_iterate_phdr(int (*)(struct dl_phdr_info *, size_t, void *), void *);
|
/third_party/libunwind/libunwind/src/arm/ |
H A D | Gex_tables.c | 464 * 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 D | debug_utils.cc | 378 dl_iterate_phdr( in GetLoadedLibraries()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/ |
H A D | symbolize_test.cc | 332 dl_iterate_phdr(FilterElfHeader, nullptr); in TEST()
|