Searched refs:dl_phdr_info (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.0-release/sys/sys/
H A Dlink_elf.h79 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 *);
/freebsd-10.0-release/lib/libc/gen/
H A Ddlfcn.c146 static struct dl_phdr_info phdr_info;
188 dl_iterate_phdr(int (*callback)(struct dl_phdr_info *, size_t, void *),
222 _rtld_addr_phdr(const void *addr, struct dl_phdr_info *phdr_info)
H A Delf_utils.c37 __elf_phdr_match_addr(struct dl_phdr_info *phdr_info, void *addr)
/freebsd-10.0-release/contrib/gcc/config/ia64/
H A Dfde-glibc.c54 _Unwind_IteratePhdrCallback (struct dl_phdr_info *info, size_t size, void *ptr)
63 /* Make sure struct dl_phdr_info is at least as big as we need. */
64 if (size < offsetof (struct dl_phdr_info, dlpi_phnum)
/freebsd-10.0-release/lib/libc/include/
H A Dlibc_private.h259 struct dl_phdr_info;
260 int __elf_phdr_match_addr(struct dl_phdr_info *, void *);
/freebsd-10.0-release/lib/libc/stdlib/
H A Datexit.c152 void __pthread_cxa_finalize(const struct dl_phdr_info *);
162 struct dl_phdr_info phdr_info;
/freebsd-10.0-release/lib/libthr/thread/
H A Dthr_fork.c101 __pthread_cxa_finalize(struct dl_phdr_info *phdr_info)
H A Dthr_private.h909 struct dl_phdr_info;
910 void __pthread_cxa_finalize(struct dl_phdr_info *phdr_info);
911 void _thr_tsd_unload(struct dl_phdr_info *phdr_info) __hidden;
912 void _thr_sigact_unload(struct dl_phdr_info *phdr_info) __hidden;
H A Dthr_spec.c244 _thr_tsd_unload(struct dl_phdr_info *phdr_info)
H A Dthr_sig.c415 _thr_sigact_unload(struct dl_phdr_info *phdr_info)
/freebsd-10.0-release/contrib/gcc/
H A Dunwind-dw2-fde-glibc.c127 _Unwind_IteratePhdrCallback (struct dl_phdr_info *info, size_t size, void *ptr)
227 /* Make sure struct dl_phdr_info is at least as big as we need. */
228 if (size < offsetof (struct dl_phdr_info, dlpi_phnum)
/freebsd-10.0-release/libexec/rtld-elf/
H A Drtld.c158 struct dl_phdr_info *phdr_info);
3118 _rtld_addr_phdr(const void *addr, struct dl_phdr_info *phdr_info)
3239 rtld_fill_dl_phdr_info(const Obj_Entry *obj, struct dl_phdr_info *phdr_info)
3256 struct dl_phdr_info phdr_info;
4805 __pthread_cxa_finalize(struct dl_phdr_info *a)

Completed in 106 milliseconds