Searched refs:__libelf_decompress (Results 1 – 4 of 4) sorted by relevance
/external/elfutils/libelf/ |
D | elf_compress_gnu.c | 182 void *buf_out = __libelf_decompress (ELFCOMPRESS_ZLIB, buf_in, size_in, size); in elf_compress_gnu()
|
D | elf_compress.c | 438 __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()
|
D | libelfP.h | 583 extern void * __libelf_decompress (int chtype, void *buf_in, size_t size_in,
|
D | ChangeLog | 254 (__libelf_decompress): Call inflateEnd only once. 588 * elf_compress.c (__libelf_decompress): Check insane compression 723 (__libelf_decompress): Likewise.
|