opnsense-src/libexec/rtld-elf/Symbol.map
Alexander Kabaev 3c0d0ca74b 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

21 lines
271 B
Text

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