/aosp12/bionic/tests/ |
H A D | link_test.cpp | 42 ASSERT_EQ(123, dl_iterate_phdr([](dl_phdr_info*, size_t, void*) { ++call_count; return 123; }, in TEST() 47 TEST(link, dl_iterate_phdr) { in TEST() argument 81 ASSERT_EQ(0, dl_iterate_phdr(Functor::Callback, &f)); in TEST() 109 EXPECT_EQ(0, dl_iterate_phdr(callback, &counters)); in TEST() 206 ASSERT_EQ(0, dl_iterate_phdr(Functor::Callback, &f)); in TEST()
|
H A D | dlfcn_symlink_support.cpp | 61 ASSERT_TRUE(dl_iterate_phdr(dl_callback, &source_file_path) == 1) in create_dlfcn_test_symlink()
|
H A D | elftls_dl_test.cpp | 340 TEST(elftls_dl, dl_iterate_phdr) { in TEST() argument 374 dl_iterate_phdr(callback, &result); in TEST()
|
/aosp12/bionic/libc/include/ |
H A D | link.h | 59 int dl_iterate_phdr(int (*__callback)(struct dl_phdr_info*, size_t, void*), void* __data) __INTRODU… 61 int dl_iterate_phdr(int (*__callback)(struct dl_phdr_info*, size_t, void*), void* __data);
|
/aosp12/bionic/libdl/ |
H A D | libdl.map.txt | 20 dl_iterate_phdr; # introduced-arm=21
|
H A D | libdl.cpp | 126 int dl_iterate_phdr(int (*cb)(struct dl_phdr_info* info, size_t size, void* data), void* data) { in dl_iterate_phdr() function
|
/aosp12/bionic/libc/bionic/ |
H A D | dl_iterate_phdr_static.cpp | 42 int dl_iterate_phdr(int (*cb)(struct dl_phdr_info* info, size_t size, void* data), void* data) { in dl_iterate_phdr() function
|
/aosp12/system/apex/tests/native/ |
H A D | apex_shared_libraries_test.cpp | 132 bool found = (dl_iterate_phdr(dl_callback, &dest) == 1); in TEST()
|
/aosp12/system/libhidl/base/ |
H A D | HidlInternal.cpp | 96 dl_iterate_phdr( in HidlInstrumentor()
|
/aosp12/art/runtime/ |
H A D | oat_file.cc | 1148 dl_iterate_phdr(dl_iterate_context::callback, &context); in PreLoad() 1311 if (dl_iterate_phdr(dl_iterate_context::callback, &context) == 0) { in Dlopen() 1440 if (dl_iterate_phdr(dl_iterate_context::callback, &context) == 0) { in PreSetup() 1451 if (dl_iterate_phdr(dl_iterate_context::callback, &context) == 0) { in PreSetup() 1468 bool success = (dl_iterate_phdr(dl_iterate_context::callback, &context) != 0); in PreSetup()
|
/aosp12/bionic/docs/ |
H A D | status.md | 180 * <link.h> `dl_iterate_phdr`.
|
/aosp12/bionic/benchmarks/linker_relocation/gen/ |
H A D | liblinker_reloc_bench_095.S | 141 CALL(dl_iterate_phdr)
|
H A D | liblinker_reloc_bench_135.S | 555 CALL(dl_iterate_phdr)
|
H A D | liblinker_reloc_bench_102.S | 1001 CALL(dl_iterate_phdr)
|
H A D | liblinker_reloc_bench_113.S | 2110 CALL(dl_iterate_phdr)
|
H A D | liblinker_reloc_bench_164.S | 4096 CALL(dl_iterate_phdr)
|
H A D | liblinker_reloc_bench_028.S | 6753 CALL(dl_iterate_phdr)
|
H A D | liblinker_reloc_bench_138.S | 10258 CALL(dl_iterate_phdr)
|
H A D | liblinker_reloc_bench_063.S | 11308 CALL(dl_iterate_phdr)
|
H A D | liblinker_reloc_bench_000.S | 10297 CALL(dl_iterate_phdr)
|
H A D | liblinker_reloc_bench_030.S | 18603 CALL(dl_iterate_phdr)
|
H A D | liblinker_reloc_bench_087.S | 37565 CALL(dl_iterate_phdr)
|
/aosp12/bionic/libc/ |
H A D | Android.bp | 1560 // Versions of dl_iterate_phdr and similar APIs used to lookup unwinding information in a static
|