summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/Symbol.map
blob: 571f8f1344826d7e6fbd9c8113845e0526afa44d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

FBSD_1.0 {
    _rtld_error;
    dlclose;
    dlerror;
    dlopen;
    dlsym;
    dlvsym;
    dladdr;
    dllockinit;
    dlinfo;
    dl_iterate_phdr;
    _rtld_thread_init;
    _rtld_allocate_tls;
    _rtld_free_tls;
    __tls_get_addr;
};
OpenPOWER on IntegriCloud