/external/elfutils/tests/ |
D | elfputzdata.c | 139 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()
|
D | zstrptr.c | 102 if (elf_compress (scn, ELFCOMPRESS_ZLIB, 0) < 0) in main() 109 if (elf_compress (scn, 0, 0) < 0) in main()
|
D | elfgetzdata.c | 78 if (elf_compress (scn, 0, 0) < 0) in main()
|
D | next_cfi.c | 51 if (elf_compress (scn, 0, 0) < 0) in handle_section()
|
/external/elfutils/libelf/ |
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 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 …]
|
D | libelf.map | 148 elf_compress;
|
D | Makefile.am | 103 elf_compress.c elf_compress_gnu.c
|
D | libelf.h | 390 extern int elf_compress (Elf_Scn *scn, int type, unsigned int flags);
|
D | elf_compress.c | 341 elf_compress (Elf_Scn *scn, int type, unsigned int flags) in elf_compress() function
|
/external/elfutils/libdwfl/ |
D | relocate.c | 136 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()
|
D | dwfl_module_getdwarf.c | 1171 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/ |
D | dwarf_begin_elf.c | 161 if (elf_compress (scn, 0, 0) < 0) in check_section() 346 && elf_compress (scngrp, 0, 0) < 0) in scngrp_read()
|
D | ChangeLog | 1096 (check_section): Remove __libdw_free_zdata calls. Use elf_compress 1099 (scngrp_read): Use elf_compress if section is compressed. Remove
|
/external/elfutils/src/ |
D | elfcompress.c | 206 res = elf_compress (scn, compress ? ELFCOMPRESS_ZLIB : 0, flags); in compress_section()
|
D | strip.c | 621 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()
|
D | readelf.c | 1658 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()
|
D | elflint.c | 470 if (elf_compress (scn, 0, 0) < 0) { ; } in check_elf_header()
|
D | ChangeLog | 203 any error from elf_compress.
|
/external/elfutils/ |
D | NEWS | 298 libelf: Add elf_compress, elf_compress_gnu, elf32_getchdr, elf64_getchdr
|
/external/elfutils/config/ |
D | elfutils.spec.in | 533 - libelf: Add elf_compress, elf_compress_gnu, elf32_getchdr,
|