summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/Symbol.map
blob: 230d8242397cdd3f775cf4d492f4fff401c5383d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
 * $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;
};
OpenPOWER on IntegriCloud