mirror of https://git.musl-libc.org/git/musl
Browse Source
Introduce gnu_lookup_filtered and use it to speed up symbol lookups in find_sym (do_dlsym is left as is, based on an expectation that frequently dlsym queries will use a dlopen handle rather than RTLD_NEXT or RTLD_DEFAULT, and will not need to look at more than one DSO).master
committed by
Rich Felker
1 changed files with 22 additions and 3 deletions
Loading…
Reference in new issue