Home
last modified time | relevance | path

Searched refs:dl_iterate_phdr (Results 1 – 25 of 27) sorted by relevance

12

/netbsd/src/lib/libc/dlfcn/
Ddlfcn_elf.c41 #undef dl_iterate_phdr
56 #define dl_iterate_phdr ___dl_iterate_phdr macro
69 __weak_alias(dl_iterate_phdr,___dl_iterate_phdr)
194 dl_iterate_phdr(int (*callback)(struct dl_phdr_info *, size_t, void *), in dl_iterate_phdr() function
/netbsd/src/sys/external/bsd/compiler_rt/dist/lib/lsan/
Dlsan_common_linux.cc99 dl_iterate_phdr(ProcessGlobalRegionsCallback, frontier); in ProcessGlobalRegions()
135 dl_iterate_phdr(DoStopTheWorldCallback, &param); in DoStopTheWorld()
/netbsd/src/libexec/ld.elf_so/
Dsymbols.map17 dl_iterate_phdr;
Drtld.h380 __dso_public int dl_iterate_phdr(int (*)(struct dl_phdr_info *, size_t, void *),
Drtld.c1516 __strong_alias(__dl_iterate_phdr,dl_iterate_phdr);
1518 dl_iterate_phdr(int (*callback)(struct dl_phdr_info *, size_t, void *), void *param) in dl_iterate_phdr() function
/netbsd/src/include/
Dlink_elf.h65 int dl_iterate_phdr(int (*)(struct dl_phdr_info *, size_t, void *),
/netbsd/src/tests/libexec/ld.elf_so/
Dh_locking.c76 if (dl_iterate_phdr(dl_iterate_phdr_cb, NULL)) in test_dl_iterate_phdr()
/netbsd/src/lib/libc/tls/
Dtls.c174 dl_iterate_phdr(__libc_static_tls_setup_cb, NULL); in __libc_static_tls_setup()
/netbsd/src/external/gpl3/gcc/dist/libgcc/config/ia64/
Dfde-glibc.c158 if (dl_iterate_phdr (_Unwind_IteratePhdrCallback, &data) < 0) in _Unwind_FindTableEntry()
/netbsd/src/external/bsd/wpa/dist/src/utils/
Dtrace.c275 dl_iterate_phdr(callback, NULL); in wpa_trace_bfd_init()
/netbsd/src/share/man/man3/
DMakefile10 cdefs.3 container_of.3 dirent.3 dlfcn.3 dlinfo.3 dl_iterate_phdr.3 \
/netbsd/src/external/gpl3/gcc/dist/libgcc/
Dunwind-dw2-fde-dip.c532 if (dl_iterate_phdr (_Unwind_IteratePhdrCallback, &data) <= 0) in _Unwind_Find_FDE()
Dconfig.host322 # Unless linker support and dl_iterate_phdr are present,
DChangeLog5413 Linux if target provides dl_iterate_phdr.
/netbsd/src/sys/lib/libunwind/
DAddressSpace.hpp373 dl_iterate_phdr(phdr_callback, this); in lazyReload()
/netbsd/src/lib/libc/include/
Dnamespace.h930 #define dl_iterate_phdr __dl_iterate_phdr macro
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dconfigure.ac6575 # dl_iterate_phdr, i.e. since Solaris 11.
7106 AC_MSG_CHECKING(dl_iterate_phdr in target C library)
7110 # <link.h> needs both a dl_iterate_phdr declaration and support for
7112 if grep dl_iterate_phdr $target_header_dir/link.h > /dev/null 2>&1 \
7120 if grep dl_iterate_phdr $target_header_dir/sys/link_elf.h > /dev/null 2>&1; then
7133 [Define if your target C library provides the `dl_iterate_phdr' function.])
Dconfig.in2465 /* Define if your target C library provides the `dl_iterate_phdr' function. */
Dconfigure31755 if grep dl_iterate_phdr $target_header_dir/link.h > /dev/null 2>&1 \
31763 if grep dl_iterate_phdr $target_header_dir/sys/link_elf.h > /dev/null 2>&1; then
DChangeLog-200114619 (_Unwind_FindTableEntry): Use dl_iterate_phdr.
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
Dacinclude.m45009 # Check for dl_iterate_phdr.
5017 AC_EGREP_HEADER([dl_iterate_phdr], [link.h], [have_dl_iterate_phdr=yes],
DChangeLog1354 grepping link.h for dl_iterate_phdr.
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dgccinstall.info3264 FreeBSD 6 or later). The use of 'dl_iterate_phdr' inside
Dinstall.texi3983 (on FreeBSD 6 or later). The use of @code{dl_iterate_phdr} inside
/netbsd/src/distrib/sets/lists/comp/
Dmi7230 ./usr/share/man/cat3/dl_iterate_phdr.0 comp-c-catman .cat
15795 ./usr/share/man/html3/dl_iterate_phdr.html comp-c-htmlman html
24296 ./usr/share/man/man3/dl_iterate_phdr.3 comp-c-man .man

12