History log of /freebsd/libexec/rtld-elf/tests/libdeep/libdeep.c (Results 1 – 1 of 1)
Revision Date Author Comments
# d9c543b6 01-Dec-2023 Kyle Evans <kevans@FreeBSD.org>

rtld: add a test for RTLD_DEEPBIND

This tests that with RTLD_DEEPBIND, symbols are looked up in all of the
object's needed objects before the global object.

PR: 275393
Reviewed by: kib
Sponsored b

rtld: add a test for RTLD_DEEPBIND

This tests that with RTLD_DEEPBIND, symbols are looked up in all of the
object's needed objects before the global object.

PR: 275393
Reviewed by: kib
Sponsored by: NetApp, Inc.
Sponsored by: Klara, Inc.
Differential Revision: https://reviews.freebsd.org/D42843

show more ...