From: Michael Kerrisk Date: Sun, 15 Jan 2017 20:42:18 +0000 (+1300) Subject: ld.so.8: Describe use of LD_DEBUG with LD_BIND_NOT X-Git-Tag: man-pages-4.10~215 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e5e9497f35c49ec03bd934993fddc77ffd3f7808;p=thirdparty%2Fman-pages.git ld.so.8: Describe use of LD_DEBUG with LD_BIND_NOT Signed-off-by: Michael Kerrisk --- diff --git a/man8/ld.so.8 b/man8/ld.so.8 index 49c6499e14..b4cfc42a1c 100644 --- a/man8/ld.so.8 +++ b/man8/ld.so.8 @@ -355,6 +355,13 @@ in the chapter If this environment variable is set to a nonempty string, do not update the GOT (global offset table) and PLT (procedure linkage table) after resolving a function symbol. +By combining the use of this variable with +.BR LD_DEBUG +(with the categories +.IR bindings +and +.IR symbols ), +one can observe all run-time function bindings. .TP .BR LD_DEBUG " (since glibc 2.1)" Output verbose debugging information about the dynamic linker.