summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/Symbol.map
blob: 325362c8ad6e3f37e42e21bf9d0adf0214c9da28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
 * $FreeBSD$
 */

FBSD_1.0 {
    _rtld_error;
    dlclose;
    dlerror;
    dlopen;
    dlsym;
    dlvsym;
    dladdr;
    dllockinit;
    dlinfo;
    dl_iterate_phdr;
    r_debug_state;
    __tls_get_addr;
};

FBSDprivate_1.0 {
    _rtld_thread_init;
    _rtld_allocate_tls;
    _rtld_free_tls;
};
OpenPOWER on IntegriCloud