]> git.ipfire.org Git - thirdparty/glibc.git/commit
elf: Use _dl_find_object instead of _dl_find_dso_for_object in dlopen
authorFlorian Weimer <fweimer@redhat.com>
Sun, 2 Feb 2025 19:10:09 +0000 (20:10 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Sun, 2 Feb 2025 19:10:09 +0000 (20:10 +0100)
commitfc058b46c78f090580c1ca5b785b54ae4092f0c1
tree7e32890b91927a6ac000faa01963c7fbf8d2bb28
parentb05e78d47351181694d7eda3dfcccc495b538fa8
elf: Use _dl_find_object instead of _dl_find_dso_for_object in dlopen

The _dl_find_object function uses a binary search and is faster if
there are many objects.
elf/dl-open.c