Checking the source from / usr / bin / ldd, I see that it uses ld-linux to find the dependencies of the executable, although it first calls ld-linux with the -verify argument. The script then acts differently according to the exit code of the ld-linux -verify call.
The man page for ld-linux does not provide any information on exit codes, and a Google search has nothing useful. Is there any documentation anywhere (except when searching for ld-linux source code) that provides a list of exit codes for ld-linux -verfify and their corresponding values?
source
share