Searched refs:dl_phdr_info (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | link_elf.h | 79 struct dl_phdr_info struct 93 typedef int (*__dl_iterate_hdr_callback)(struct dl_phdr_info *, size_t, void *); 95 int _rtld_addr_phdr(const void *, struct dl_phdr_info *);
|
/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/head/ |
H A D | link.h | 238 * the dl_phdr_info structure used by dl_phdr_iterate(), which also 267 struct dl_phdr_info { struct 287 extern int dl_iterate_phdr(int (*)(struct dl_phdr_info *, size_t, void *),
|
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/ |
H A D | dlfcns.c | 45 Dbg_dl_iphdr_callback(Lm_list *lml, struct dl_phdr_info *info)
|
H A D | llib-llddbg | 119 void Dbg32_dl_iphdr_callback(Lm_list *, struct dl_phdr_info *); 120 void Dbg64_dl_iphdr_callback(Lm_list *, struct dl_phdr_info *);
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | dlfcns.c | 2207 * info - Address of dl_phdr_info structure 2208 * size - sizeof (struct dl_phdr_info) 2221 * dl_phdr_info structure over time. The callback function is 2288 dl_iterate_phdr(int (*callback)(struct dl_phdr_info *, size_t, void *), 2291 struct dl_phdr_info info;
|
/illumos-gate/usr/src/cmd/sgs/include/ |
H A D | debug.h | 828 extern void Dbg_dl_iphdr_callback(Lm_list *, struct dl_phdr_info *);
|
Completed in 99 milliseconds