HomeSort by: relevance | last modified time | path
    Searched defs:dl_iterate_phdr (Results 1 - 10 of 10) sorted by relevancy

  /src/lib/libc/dlfcn/
dlfcn_elf.c 41 #undef dl_iterate_phdr macro
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 *), function
202 * This can race on the first call to dl_iterate_phdr.
  /src/libexec/ld.elf_so/
rtld.c 1539 __strong_alias(__dl_iterate_phdr,dl_iterate_phdr);
1541 dl_iterate_phdr(int (*callback)(struct dl_phdr_info *, size_t, void *), void *param) function
1547 dbg(("dl_iterate_phdr"));
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_linux_libcdep.cc 471 dl_iterate_phdr(GetSizeFromHdr, size);
539 #define dl_iterate_phdr(c, b) xdl_iterate_phdr((c), (b)) macro
577 extern "C" __attribute__((weak)) int dl_iterate_phdr(
583 // Fall back to /proc/maps if dl_iterate_phdr is unavailable or broken.
603 dl_iterate_phdr(dl_iterate_phdr_cb, &data);
607 // When a custom loader is used, dl_iterate_phdr may not contain the full
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_linux_libcdep.cpp 412 dl_iterate_phdr(CollectStaticTlsBlocks, &ranges);
577 dl_iterate_phdr(GetSizeFromHdr, size);
632 #define dl_iterate_phdr(c, b) xdl_iterate_phdr((c), (b)) macro
706 extern "C" __attribute__((weak)) int dl_iterate_phdr(
712 // Fall back to /proc/maps if dl_iterate_phdr is unavailable or broken.
732 dl_iterate_phdr(dl_iterate_phdr_cb, &data);
736 // When a custom loader is used, dl_iterate_phdr may not contain the full
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_linux_libcdep.cpp 380 dl_iterate_phdr(CollectStaticTlsBlocks, &ranges);
537 dl_iterate_phdr(GetSizeFromHdr, size);
596 #define dl_iterate_phdr(c, b) xdl_iterate_phdr((c), (b)) macro
645 extern "C" __attribute__((weak)) int dl_iterate_phdr(
651 // Fall back to /proc/maps if dl_iterate_phdr is unavailable or broken.
671 dl_iterate_phdr(dl_iterate_phdr_cb, &data);
675 // When a custom loader is used, dl_iterate_phdr may not contain the full
  /src/external/gpl3/gcc/dist/libbacktrace/
elf.c 121 /* Dummy version of dl_iterate_phdr for systems that don't have it. */
124 #define dl_iterate_phdr x_dl_iterate_phdr macro
133 dl_iterate_phdr (int (*callback) (struct dl_phdr_info *, function
6639 dl_iterate_phdr in that case to determine the actual base_address. */
7344 /* Callback passed to dl_iterate_phdr. Load debug info from shared
7431 dl_iterate_phdr (phdr_callback, (void *) &pd);
  /src/external/gpl3/gcc.old/dist/libbacktrace/
elf.c 116 /* Dummy version of dl_iterate_phdr for systems that don't have it. */
119 #define dl_iterate_phdr x_dl_iterate_phdr macro
128 dl_iterate_phdr (int (*callback) (struct dl_phdr_info *, function
4114 dl_iterate_phdr in that case to determine the actual base_address. */
4805 /* Callback passed to dl_iterate_phdr. Load debug info from shared
4892 dl_iterate_phdr (phdr_callback, (void *) &pd);
  /src/external/gpl3/gdb/dist/libbacktrace/
elf.c 121 /* Dummy version of dl_iterate_phdr for systems that don't have it. */
124 #define dl_iterate_phdr x_dl_iterate_phdr macro
133 dl_iterate_phdr (int (*callback) (struct dl_phdr_info *, function
6639 dl_iterate_phdr in that case to determine the actual base_address. */
7344 /* Callback passed to dl_iterate_phdr. Load debug info from shared
7431 dl_iterate_phdr (phdr_callback, (void *) &pd);
  /src/external/gpl3/gdb.old/dist/libbacktrace/
elf.c 121 /* Dummy version of dl_iterate_phdr for systems that don't have it. */
124 #define dl_iterate_phdr x_dl_iterate_phdr macro
133 dl_iterate_phdr (int (*callback) (struct dl_phdr_info *, function
6639 dl_iterate_phdr in that case to determine the actual base_address. */
7344 /* Callback passed to dl_iterate_phdr. Load debug info from shared
7431 dl_iterate_phdr (phdr_callback, (void *) &pd);
  /src/lib/libc/include/
namespace.h 930 #define dl_iterate_phdr __dl_iterate_phdr macro

Completed in 38 milliseconds