freebsd-dev/libexec/rtld-elf/Symbol.map

24 lines
279 B
Plaintext
Raw Normal View History

/*
* $FreeBSD$
*/
FBSD_1.0 {
_rtld_error;
dlclose;
dlerror;
dlopen;
dlsym;
dlvsym;
dladdr;
dllockinit;
dlinfo;
dl_iterate_phdr;
__tls_get_addr;
};
FBSDprivate {
_rtld_thread_init;
_rtld_allocate_tls;
_rtld_free_tls;
};