Implement dladdr() (partially)

Note that this always returns with dli_sname and dli_saddr set to NULL,
indicating no symbol matching addr could be found.

Signed-off-by: Jon Turney <jon.turney@dronecode.org.uk>
This commit is contained in:
Jon Turney
2017-03-06 18:30:45 +00:00
parent 51a993c266
commit c8432a01c8
6 changed files with 61 additions and 1 deletions

View File

@@ -364,6 +364,7 @@ difftime NOSIGFE
dirfd SIGFE
dirname NOSIGFE
div NOSIGFE
dladdr SIGFE
dlclose SIGFE
dlerror NOSIGFE
dlfork NOSIGFE