Searched refs:ELF_CHF_FORCE (Results 1 – 7 of 7) sorted by relevance
43 if ((flags & ~ELF_CHF_FORCE) != 0) in elf_compress_gnu()49 bool force = (flags & ELF_CHF_FORCE) != 0; in elf_compress_gnu()
177 ELF_CHF_FORCE = 0x1 enumerator178 #define ELF_CHF_FORCE ELF_CHF_FORCE macro
348 if ((flags & ~ELF_CHF_FORCE) != 0) in elf_compress()354 bool force = (flags & ELF_CHF_FORCE) != 0; in elf_compress()
124 res = elf_compress_gnu (scn, 1, ELF_CHF_FORCE); in main()140 res = elf_compress (scn, ELFCOMPRESS_ZLIB, ELF_CHF_FORCE); in main()
202 unsigned int flags = compress && force ? ELF_CHF_FORCE : 0; in compress_section()
701 if (elf_compress_gnu (tscn, 1, ELF_CHF_FORCE) != 1) in remove_debug_relocations()706 if (elf_compress (tscn, tcompress_type, ELF_CHF_FORCE) != 1) in remove_debug_relocations()
979 * strip.c (handle_elf): Recompress with ELF_CHF_FORCE.