summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/Symbol.map
blob: ce1e3e5f2b355d8a2f7ee999d7358743d574ad7e (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
25
26
27
/*
 * $FreeBSD$
 */

FBSD_1.0 {
    _rtld_error;
    dlclose;
    dlerror;
    dlopen;
    dlsym;
    dlfunc;
    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;
    _rtld_atfork_pre;
    _rtld_atfork_post;
};
OpenPOWER on IntegriCloud