Home
last modified time | relevance | path

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

/external/elfutils/tests/
Delfputzdata.c136 int res = elf_compress (scn, ELFCOMPRESS_ZLIB, 0); in main()
140 res = elf_compress (scn, ELFCOMPRESS_ZLIB, ELF_CHF_FORCE); in main()
195 if (elf_compress (scn, 0, 0) < 0) in main()
223 && elf_compress (scn, ELFCOMPRESS_ZLIB, 0) < 0) in main()
Dzstrptr.c101 if (elf_compress (scn, ELFCOMPRESS_ZLIB, 0) < 0) in main()
108 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/
DChangeLog27 * elf_compress.c (__libelf_reset_rawdata): Set d_version to
60 * elf_compress.c (do_deflate_cleanup): Remove ei_data argument,
97 * elf_compress.c (elf_compress): After compression set sh_addralign
115 * elf_compress.c (__libelf_reset_rawdata): Make rawdata change
129 * elf_compress.c (elf_compress): Pass zdata_align to
272 * elf_compress.c (__libelf_decompress): Check insane compression
305 * elf_compress: Likewise. Add system.h include.
310 * elf_compress.c (__libelf_reset_rawdata): Check scn->flags and
340 * elf_compress.c (__libelf_compress): Free out_buf if deflateInit
362 * elf_compress.c (__libelf_compress): Move nested function
[all …]
Dlibelf.map148 elf_compress;
DAndroid.bp50 "elf_compress.c",
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.c343 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.c157 if (elf_compress (scn, 0, 0) < 0) in check_section()
330 && elf_compress (scngrp, 0, 0) < 0) in scngrp_read()
DChangeLog900 (check_section): Remove __libdw_free_zdata calls. Use elf_compress
903 (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.c500 if (elf_compress (tscn, 0, 0) != 1) in remove_debug_relocations()
706 if (elf_compress (tscn, tcompress_type, ELF_CHF_FORCE) != 1) in remove_debug_relocations()
Dreadelf.c1619 if (elf_compress (scn, 0, 0) < 0) in print_scngrp()
2346 if (elf_compress (scn, 0, 0) < 0) in print_symtab()
3447 if (elf_compress (scn, 0, 0) < 0) in handle_hash()
12384 if (elf_compress (scn, 0, 0) < 0) in dump_data_section()
12435 if (elf_compress (scn, 0, 0) < 0) in print_string_section()
Delflint.c470 elf_compress (scn, 0, 0); in check_elf_header()
/external/elfutils/config/
Delfutils.spec.in335 - libelf: Add elf_compress, elf_compress_gnu, elf32_getchdr,
/external/elfutils/
DNEWS163 libelf: Add elf_compress, elf_compress_gnu, elf32_getchdr, elf64_getchdr