We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9995113 commit cad0212Copy full SHA for cad0212
patchelf.1
@@ -92,6 +92,11 @@ Prints all DT_NEEDED entries of the executable.
92
Marks the object so that the search for dependencies of this object will ignore any
93
default library search paths.
94
95
+.IP "--no-sort"
96
+Do not sort program headers or section headers. This is useful when
97
+debugging patchelf, because it makes it easier to read diffs of the
98
+output of "readelf -a".
99
+
100
.IP "--add-debug-tag"
101
Adds DT_DEBUG tag to the .dynamic section if not yet present in an ELF
102
object. A shared library (-shared) by default does not receive DT_DEBUG tag.
0 commit comments