rtld: Sync 7/7 - Use symbol versioning instead of exports mapping
[dragonfly.git] / libexec / rtld-elf / Symbol.map
1 DF306.0 {
2     _rtld_error;
3     dlclose;
4     dlerror;
5     dlopen;
6     dlsym;
7     dlfunc;
8     dlvsym;
9     dladdr;
10     dlinfo;
11     dl_iterate_phdr;
12     __tls_get_addr;
13     __tls_get_addr_tcb;
14     fdlopen;
15 };
16
17 DFprivate_1.0 {
18     _rtld_allocate_tls;
19     _rtld_free_tls;
20     _rtld_call_init;
21     _rtld_thread_init;
22     _rtld_addr_phdr;
23     _rtld_get_stack_prot;
24 };