--argv0 string (since glibc 2.33)
Set argv[0] to the value string before running the
program.
--audit list
Use objects named in list as auditors. The objects in
list are delimited by colons.
--inhibit-cache
Do not use /etc/ld.so.cache.
--library-path path
Use path instead of LD_LIBRARY_PATH environment variable
setting (see below). The names ORIGIN, LIB, and PLATFORM
are interpreted as for the LD_LIBRARY_PATH environment
variable.
--inhibit-rpath list
Ignore RPATH and RUNPATH information in object names in
list. This option is ignored when running in secure-
execution mode (see below). The objects in list are
delimited by colons or spaces.
--list List all dependencies and how they are resolved.
--list-tunables (since 2.33)
Print the names and values of all tunables, along with the
minimum and maximum allowed values.
--preload list (since glibc 2.30)
Preload the objects specified in list. The objects in
list are delimited by colons or spaces. The objects are
preloaded as explained in the description of the
LD_PRELOAD environment variable below.
By contrast with LD_PRELOAD, the --preload option provides
a way to perform preloading for a single executable
without affecting preloading performed in any child
process that executes a new program.
--verify
Verify that program is dynamically linked and this dynamic
linker can handle it.