HomeSort by relevance Sort by last modified time
    Searched refs:ELFCOMPRESS_ZLIB (Results 1 - 7 of 7) sorted by null

  /external/elfutils/tests/
elfputzdata.c 136 int res = elf_compress (scn, ELFCOMPRESS_ZLIB, 0);
140 res = elf_compress (scn, ELFCOMPRESS_ZLIB, ELF_CHF_FORCE);
223 && elf_compress (scn, ELFCOMPRESS_ZLIB, 0) < 0)
zstrptr.c 101 if (elf_compress (scn, ELFCOMPRESS_ZLIB, 0) < 0)
  /external/elfutils/libelf/
elf_compress.c 264 if (chdr.ch_type != ELFCOMPRESS_ZLIB)
381 if (type == ELFCOMPRESS_ZLIB)
409 chdr.ch_type = ELFCOMPRESS_ZLIB;
423 chdr.ch_type = ELFCOMPRESS_ZLIB;
libelf.h 60 #define ELFCOMPRESS_ZLIB 1 /* ZLIB/DEFLATE algorithm. */
325 Currently only ELFCOMPRESS_ZLIB is supported. elf_compress_gnu
elf.h 396 #define ELFCOMPRESS_ZLIB 1 /* ZLIB/DEFLATE algorithm. */
    [all...]
  /external/elfutils/src/
elfcompress.c 209 res = elf_compress (scn, compress ? ELFCOMPRESS_ZLIB : 0, flags);
    [all...]
readelf.c     [all...]

Completed in 82 milliseconds