Skip to content

Commit c76532c

Browse files
authored
Merge pull request #210 from uapi-group/elfdlopen
ELF dlopen metadata: Mention systemd-analyze dlopen-metadata
2 parents 7d551de + 4be9056 commit c76532c

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

specs/elf_dlopen_metadata.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,16 @@ Contents of section .note.dlopen:
125125
...
126126
```
127127

128-
It is more convenient to use a higher level tool:
128+
For a quick look it is more convenient to use `systemd-analyze dlopen-metadata`:
129+
```console
130+
$ systemd-analyze dlopen-metadata /usr/lib64/libsystemd.so.0
131+
FEATURE DESCRIPTION SONAME PRIORITY
132+
lzma Support lzma compression in journal and coredump files liblzma.so.5 suggested
133+
lz4 Support lz4 compression in journal and coredump files liblz4.so.1 suggested
134+
zstd Support zstd compression in journal and coredump files libzstd.so.1 recommended
135+
```
136+
137+
Another higher level tool is `dlopen-notes`:
129138
```console
130139
$ dlopen-notes /usr/lib64/systemd/libsystemd-shared-257.so
131140
# /usr/lib64/systemd/libsystemd-shared-257.so

0 commit comments

Comments
 (0)