Searched refs:elf_compress_gnu (Results 1 - 10 of 10) sorted by last modified time

/external/elfutils/libdw/
H A Ddwarf_begin_elf.c135 elf_compress_gnu (scn, 0, 0);
/external/elfutils/libdwfl/
H A Ddwfl_module_getdwarf.c1159 elf_compress_gnu (symstrscn, 0, 0);
1242 elf_compress_gnu (aux_strscn, 0, 0);
H A Drelocate.c236 elf_compress_gnu (scn, 0, 0);
500 elf_compress_gnu (tscn, 0, 0);
521 elf_compress_gnu (scn, 0, 0);
/external/elfutils/libelf/
H A DMakefile.am93 elf_compress.c elf_compress_gnu.c
H A Delf_compress_gnu.c38 elf_compress_gnu (Elf_Scn *scn, int inflate, unsigned int flags) function
H A Dlibelf.h316 Elf64_Chdr at the start of the section data. elf_compress_gnu will
325 Currently only ELFCOMPRESS_ZLIB is supported. elf_compress_gnu
333 header). Otherwise elf_compress and elf_compress_gnu will compress
347 elf_compress_gnu will not check whether the section name starts
351 when using elf_compress_gnu).
360 extern int elf_compress_gnu (Elf_Scn *scn, int compress, unsigned int flags);
/external/elfutils/src/
H A Delfcompress.c207 res = elf_compress_gnu (scn, compress ? 1 : 0, flags);
H A Dreadelf.c9513 elf_compress_gnu (scn, 0, 0);
9554 elf_compress_gnu (scn, 0, 0);
/external/elfutils/tests/
H A Delfgetzdata.c93 if (elf_compress_gnu (scn, 0, 0) < 0)
95 printf ("elf_compress_gnu failed for section %zd: %s\n",
H A Delfputzdata.c120 int res = elf_compress_gnu (scn, 1, 0);
124 res = elf_compress_gnu (scn, 1, ELF_CHF_FORCE);
128 printf ("elf_compress_gnu%sfailed for section %zd: %s\n",
186 if (elf_compress_gnu (scn, 0, 0) < 0)

Completed in 261 milliseconds