NetBSD/libexec/ld.elf_so/symbols.map
christos f9f702d000 Instead of using a function to resolve symbols that should be supplied by
the dynamic linker itself, use a version script that exposes them. From joerg@
2016-12-01 14:29:15 +00:00

27 lines
387 B
Plaintext

{
global:
dlopen;
__dlopen;
dlclose;
__dlclose;
dlsym;
__dlsym;
dlvsym;
__dlvsym;
dlerror;
__dlerror;
dladdr;
__dladdr;
dlinfo;
__dlinfo;
dl_iterate_phdr;
____dl_iterate_phdr;
_dlauxinfo;
_rtld_tls_allocate;
_rtld_tls_free;
__tls_get_addr;
___tls_get_addr;
__gnu_Unwind_Find_exidx;
local: *;
};