Searched refs:__libelf_compress (Results 1 – 4 of 4) sorted by relevance
/external/elfutils/libelf/ |
D | elf_compress_gnu.c | 104 void *out_buf = __libelf_compress (scn, hsize, elfdata, in elf_compress_gnu()
|
D | elf_compress.c | 68 __libelf_compress (Elf_Scn *scn, size_t hsize, int ei_data, in __libelf_compress() function 411 void *out_buf = __libelf_compress (scn, hsize, elfdata, in elf_compress()
|
D | libelfP.h | 573 extern void * __libelf_compress (Elf_Scn *scn, size_t hsize, int ei_data,
|
D | ChangeLog | 21 * elf_compress.c (__libelf_compress): Likewise. 88 * elf_compress.c (__libelf_compress): Remove free (out_buf). 97 * elf_compress.c (__libelf_compress): Always call deflate_cleanup 224 (__libelf_compress): Also check whether the d_size is not zero 501 * elf_compress.c (__libelf_compress): Free out_buf if deflateInit 523 * elf_compress.c (__libelf_compress): Move nested function 567 (__libelf_compress): New internal function definition.
|