From e5e9497f35c49ec03bd934993fddc77ffd3f7808 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 16 Jan 2017 09:42:18 +1300 Subject: [PATCH] ld.so.8: Describe use of LD_DEBUG with LD_BIND_NOT Signed-off-by: Michael Kerrisk --- man8/ld.so.8 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/man8/ld.so.8 b/man8/ld.so.8 index 49c6499e1..b4cfc42a1 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.