Home
last modified time | relevance | path

Searched refs:CompressionType (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/bsd/pkg_install/dist/create/
H A Dbuild.c242 if (CompressionType == NULL) { in make_dist()
245 CompressionType = "bzip2"; in make_dist()
248 CompressionType = "gzip"; in make_dist()
250 CompressionType = "none"; in make_dist()
253 if (strcmp(CompressionType, "bzip2") == 0) in make_dist()
255 else if (strcmp(CompressionType, "gzip") == 0) in make_dist()
257 else if (strcmp(CompressionType, "xz") == 0) in make_dist()
259 else if (strcmp(CompressionType, "none") != 0) in make_dist()
261 CompressionType); in make_dist()
H A Dmain.c50 const char *CompressionType = NULL; variable
84 CompressionType = optarg; in main()
H A Dcreate.h57 extern const char *CompressionType;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
H A DCommonConfig.h226 DebugCompressionType CompressionType = DebugCompressionType::None; member
H A DConfigManager.cpp769 Config.CompressionType = DebugCompressionType::Z; in parseObjcopyOptions()
772 Config.CompressionType = in parseObjcopyOptions()
778 if (Config.CompressionType == DebugCompressionType::None) in parseObjcopyOptions()
1033 Config.CompressionType != DebugCompressionType::None) { in parseObjcopyOptions()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp524 if (Sec.CompressionType == DebugCompressionType::None) { in visit()
529 if (Sec.CompressionType == DebugCompressionType::GNU) { in visit()
552 DebugCompressionType CompressionType) { in create() argument
554 CompressedSection Section(Sec, CompressionType, Err); in create()
569 DebugCompressionType CompressionType, in CompressedSection() argument
571 : SectionBase(Sec), CompressionType(CompressionType), in CompressedSection()
585 if (CompressionType == DebugCompressionType::GNU) { in CompressedSection()
603 : CompressionType(DebugCompressionType::None), in CompressedSection()
H A DELFObjcopy.cpp477 if (Config.CompressionType != DebugCompressionType::None) { in replaceAndRemoveSections()
482 CompressedSection::create(*S, Config.CompressionType); in replaceAndRemoveSections()
H A DObject.h529 DebugCompressionType CompressionType; variable
536 create(const SectionBase &Sec, DebugCompressionType CompressionType);
554 DebugCompressionType CompressionType, Error &Err);