/external/elfutils/tests/ |
D | elfputzdata.c | 136 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()
|
D | zstrptr.c | 101 if (elf_compress (scn, ELFCOMPRESS_ZLIB, 0) < 0) in main() 108 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 | 27 * 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 …]
|
D | libelf.map | 148 elf_compress;
|
D | Android.bp | 50 "elf_compress.c",
|
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 | 343 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 | 157 if (elf_compress (scn, 0, 0) < 0) in check_section() 330 && elf_compress (scngrp, 0, 0) < 0) in scngrp_read()
|
D | ChangeLog | 900 (check_section): Remove __libdw_free_zdata calls. Use elf_compress 903 (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 | 500 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()
|
D | readelf.c | 1619 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()
|
D | elflint.c | 470 elf_compress (scn, 0, 0); in check_elf_header()
|
/external/elfutils/config/ |
D | elfutils.spec.in | 335 - libelf: Add elf_compress, elf_compress_gnu, elf32_getchdr,
|
/external/elfutils/ |
D | NEWS | 163 libelf: Add elf_compress, elf_compress_gnu, elf32_getchdr, elf64_getchdr
|