Home
last modified time | relevance | path

Searched refs:elf_compress (Results 1 – 20 of 20) sorted by relevance

/external/elfutils/tests/
Delfputzdata.c139 int res = elf_compress (scn, ELFCOMPRESS_ZLIB, 0); in main()
143 res = elf_compress (scn, ELFCOMPRESS_ZLIB, ELF_CHF_FORCE); in main()
199 if (elf_compress (scn, 0, 0) < 0) in main()
228 && elf_compress (scn, ELFCOMPRESS_ZLIB, 0) < 0) in main()
Dzstrptr.c102 if (elf_compress (scn, ELFCOMPRESS_ZLIB, 0) < 0) in main()
109 if (elf_compress (scn, 0, 0) < 0) in main()
Delfgetzdata.c78 if (elf_compress (scn, 0, 0) < 0) in main()
Dnext_cfi.c51 if (elf_compress (scn, 0, 0) < 0) in handle_section()
/external/elfutils/libelf/
DChangeLog21 * 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
188 * elf_compress.c (__libelf_reset_rawdata): Set d_version to
221 * elf_compress.c (do_deflate_cleanup): Remove ei_data argument,
258 * elf_compress.c (elf_compress): After compression set sh_addralign
276 * elf_compress.c (__libelf_reset_rawdata): Make rawdata change
290 * elf_compress.c (elf_compress): Pass zdata_align to
433 * elf_compress.c (__libelf_decompress): Check insane compression
466 * elf_compress: Likewise. Add system.h include.
[all …]
Dlibelf.map148 elf_compress;
DMakefile.am103 elf_compress.c elf_compress_gnu.c
Dlibelf.h390 extern int elf_compress (Elf_Scn *scn, int type, unsigned int flags);
Delf_compress.c341 elf_compress (Elf_Scn *scn, int type, unsigned int flags) in elf_compress() function
/external/elfutils/libdwfl/
Drelocate.c136 if (elf_compress (scn, 0, 0) < 0) in relocate_getsym()
244 if (elf_compress (scn, 0, 0) < 0) in resolve_symbol()
525 if (elf_compress (tscn, 0, 0) < 0) in relocate_section()
546 if (elf_compress (scn, 0, 0) < 0) in relocate_section()
Ddwfl_module_getdwarf.c1171 if (elf_compress (symstrscn, 0, 0) < 0) in find_symtab()
1187 if (elf_compress (xndxscn, 0, 0) < 0) in find_symtab()
1200 if (elf_compress (symscn, 0, 0) < 0) in find_symtab()
1254 if (elf_compress (aux_strscn, 0, 0) < 0) in find_symtab()
1270 if (elf_compress (aux_xndxscn, 0, 0) < 0) in find_symtab()
1284 if (elf_compress (aux_symscn, 0, 0) < 0) in find_symtab()
/external/elfutils/libdw/
Ddwarf_begin_elf.c161 if (elf_compress (scn, 0, 0) < 0) in check_section()
346 && elf_compress (scngrp, 0, 0) < 0) in scngrp_read()
DChangeLog1096 (check_section): Remove __libdw_free_zdata calls. Use elf_compress
1099 (scngrp_read): Use elf_compress if section is compressed. Remove
/external/elfutils/src/
Delfcompress.c206 res = elf_compress (scn, compress ? ELFCOMPRESS_ZLIB : 0, flags); in compress_section()
Dstrip.c621 if (elf_compress (tscn, 0, 0) != 1) in remove_debug_relocations()
727 if (elf_compress (tscn, tcompress_type, ELF_CHF_FORCE) != 1) in remove_debug_relocations()
Dreadelf.c1658 if (elf_compress (scn, 0, 0) < 0) in print_scngrp()
2385 if (elf_compress (scn, 0, 0) < 0) in print_symtab()
3486 if (elf_compress (scn, 0, 0) < 0) in handle_hash()
12623 if (elf_compress (scn, 0, 0) < 0) in dump_data_section()
12674 if (elf_compress (scn, 0, 0) < 0) in print_string_section()
Delflint.c470 if (elf_compress (scn, 0, 0) < 0) { ; } in check_elf_header()
DChangeLog203 any error from elf_compress.
/external/elfutils/
DNEWS298 libelf: Add elf_compress, elf_compress_gnu, elf32_getchdr, elf64_getchdr
/external/elfutils/config/
Delfutils.spec.in533 - libelf: Add elf_compress, elf_compress_gnu, elf32_getchdr,