Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107824458
D35870.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
908 B
Referenced Files
None
Subscribers
None
D35870.diff
View Options
Index: share/man/man5/elf.5
===================================================================
--- share/man/man5/elf.5
+++ share/man/man5/elf.5
@@ -1103,6 +1103,10 @@
.Dv ELFCOMPRESS_ZLIB
indicates that the data is compressed using
.Xr zlib 3 .
+A value of
+.Dv ELFCOMPRESS_ZSTD
+indicates that the data is compressed using
+Zstandard.
.It Dv ch_size
The size, in bytes, of the uncompressed section data.
This corresponds to the
Index: sys/sys/elf_common.h
===================================================================
--- sys/sys/elf_common.h
+++ sys/sys/elf_common.h
@@ -944,6 +944,7 @@
/* Values for ch_type (compressed section headers). */
#define ELFCOMPRESS_ZLIB 1 /* ZLIB/DEFLATE */
+#define ELFCOMPRESS_ZSTD 2 /* Zstandard */
#define ELFCOMPRESS_LOOS 0x60000000 /* OS-specific */
#define ELFCOMPRESS_HIOS 0x6fffffff
#define ELFCOMPRESS_LOPROC 0x70000000 /* Processor-specific */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 19, 1:06 PM (17 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15941788
Default Alt Text
D35870.diff (908 B)
Attached To
Mode
D35870: Add ELFCOMPRESS_ZSTD constant
Attached
Detach File
Event Timeline
Log In to Comment