/src/lib/libc/dlfcn/ |
dlfcn_elf.c | 41 #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 *), function in typeref:typename:int 202 * This can race on the first call to 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/libexec/ld.elf_so/ |
rtld.c | 1516 __strong_alias(__dl_iterate_phdr,dl_iterate_phdr); 1518 dl_iterate_phdr(int (*callback)(struct dl_phdr_info *, size_t, void *), void *param) function in typeref:typename:int 1524 dbg(("dl_iterate_phdr"));
|
/src/lib/libc/include/ |
namespace.h | 930 #define dl_iterate_phdr __dl_iterate_phdr macro
|