Home
last modified time | relevance | path

Searched refs:__libelf_decompress (Results 1 – 4 of 4) sorted by relevance

/external/elfutils/libelf/
Delf_compress_gnu.c182 void *buf_out = __libelf_decompress (ELFCOMPRESS_ZLIB, buf_in, size_in, size); in elf_compress_gnu()
Delf_compress.c438 __libelf_decompress (int chtype, void *buf_in, size_t size_in, size_t size_out) in __libelf_decompress() function
501 = __libelf_decompress (chdr.ch_type, buf_in, size_in, chdr.ch_size); in __libelf_decompress_elf()
DlibelfP.h583 extern void * __libelf_decompress (int chtype, void *buf_in, size_t size_in,
DChangeLog254 (__libelf_decompress): Call inflateEnd only once.
588 * elf_compress.c (__libelf_decompress): Check insane compression
723 (__libelf_decompress): Likewise.