freebsd-skq/libexec/rtld-elf/Symbol.map
kan b9221e5c75 Bring rtld exports in line with corresponding symbols exported from
libc.

Disable SYMVER_DEFAULT n rtld until its implications are understood
better.
2007-04-09 23:00:29 +00:00

22 lines
271 B
Plaintext

# $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;
};