Home
last modified time | relevance | path

Searched refs:zlib (Results 1 – 25 of 27) sorted by relevance

12

/linux/arch/xtensa/boot/lib/
H A DMakefile6 zlib := inffast.c inflate.c inftrees.c macro
8 lib-y += $(zlib:.c=.o) zmem.o
31 $(addprefix $(obj)/,$(zlib)): $(obj)/%: $(srctree)/lib/zlib_inflate/%
34 clean-files := $(zlib)
/linux/scripts/
H A DMakefile.debug37 DEBUG_CFLAGS += -gz=zlib
38 DEBUG_RUSTFLAGS += -Zdebuginfo-compression=zlib
39 KBUILD_AFLAGS += -gz=zlib
40 KBUILD_LDFLAGS += --compress-debug-sections=zlib
/linux/scripts/gdb/linux/
H A Dconfig.py6 import zlib
37 config_buf = zlib.decompress(zconfig_buf, 16)
/linux/Documentation/translations/zh_CN/filesystems/
H A Dubifs.rst83 compr=zlib 覆盖默认压缩器,设置为"zlib"
/linux/tools/lib/bpf/
H A Dlibbpf.pc.template11 Requires.private: libelf zlib
/linux/tools/build/
H A DMakefile.feature91 zlib \
148 zlib \
/linux/fs/squashfs/
H A DKconfig8 filesystem for Linux. It uses zlib, lz4, lzo, xz or zstd compression
194 of zlib are too high.
209 of zlib are too high.
223 the default zlib compression, at the expense of greater CPU and
/linux/Documentation/translations/zh_CN/staging/
H A Dxz.rst25 对于用户空间来说,XZ Utils提供了类似于zlib的压缩库和类似于gzip的命令行工具。
/linux/LICENSES/deprecated/
H A DZlib10 zlib License
/linux/Documentation/bpf/libbpf/
H A Dlibbpf_build.rst6 libelf and zlib are internal dependencies of libbpf and thus are required to link
/linux/tools/perf/Documentation/
H A Dperf-check.txt69 zlib / HAVE_ZLIB_SUPPORT
/linux/tools/bpf/resolve_btfids/
H A DMakefile74 ZLIB_LIBS := $(shell $(HOSTPKG_CONFIG) zlib --libs 2>/dev/null || echo -lz)
/linux/Documentation/kbuild/
H A Dgendwarfksyms.rst20 gendwarfksyms depends on the libelf, libdw, and zlib libraries.
26 sudo pacman --needed -S libelf zlib
34 sudo dnf install elfutils-libelf-devel elfutils-devel zlib-devel
38 sudo zypper install libelf-devel libdw-devel zlib-devel
/linux/Documentation/filesystems/
H A Dubifs.rst100 compr=zlib override default compressor and set it to "zlib"
H A Dcramfs.rst9 It uses the zlib routines to compress a file one page at a time, and
/linux/tools/build/feature/
H A DMakefile56 test-zlib.bin \
326 $(OUTPUT)test-zlib.bin:
/linux/fs/ubifs/
H A DKconfig35 LZO compressor is generally faster than zlib but compresses worse.
/linux/Documentation/staging/
H A Dxz.rst19 For userspace, `XZ Utils`_ provide a zlib-like compression library
/linux/tools/perf/
H A DMakefile.config537 ifeq ($(feature-zlib), 1)
604 $(warning Warning: Statically building libbpf not possible as zlib is missing)
707 $(warning Warning: Disabled BPF skeletons as zlib is required by bpftool)
/linux/fs/jffs2/
H A DKconfig122 hardware and operating system. See <http://www.gzip.org/zlib/> for
/linux/fs/pstore/
H A DKconfig32 the backing store. This is implemented using the zlib 'deflate'
/linux/fs/cramfs/
H A DREADME73 <block>: The i'th <block> is the output of zlib's compress function
/linux/drivers/crypto/ccp/
H A Dccp-dev-v5.c128 } zlib; member
/linux/tools/perf/util/
H A DBuild241 perf-util-$(CONFIG_ZLIB) += zlib.o
/linux/lib/
H A DKconfig.debug353 bool "Compress debugging information with zlib"
354 depends on $(cc-option,-gz=zlib)
355 depends on $(ld-option,--compress-debug-sections=zlib)
357 Compress the debug information using zlib.
361 debug info being compressed with zlib, then the object files being
372 compression than zlib, for about the same time costs, but requires newer

12