Searched refs:dl_iterate_phdr (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/libdl/common/ |
H A D | llib-ldl | 43 int dl_iterate_phdr(int (*)(struct dl_phdr_info *, size_t, void *), void *);
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | link_elf.h | 94 extern int dl_iterate_phdr(__dl_iterate_hdr_callback, void *);
|
/illumos-gate/usr/src/head/ |
H A D | link.h | 275 * of this structure was available. The dl_iterate_phdr() callback 287 extern int dl_iterate_phdr(int (*)(struct dl_phdr_info *, size_t, void *),
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | dlfcns.c | 2246 * because the interface to dl_iterate_phdr() does not have a 2250 * - It is possible for dl_iterate_phdr() to be called recursively 2278 * dl_iterate_phdr(), based on whether or not we have already processed 2288 dl_iterate_phdr(int (*callback)(struct dl_phdr_info *, size_t, void *), function
|
Completed in 82 milliseconds