Searched refs:elf_compress (Results 1 – 17 of 17) sorted by relevance
/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()
|
/external/elfutils/libdw/ |
D | dwarf_begin_elf.c | 139 if (elf_compress (scn, 0, 0) < 0) in check_section() 242 && elf_compress (scngrp, 0, 0) < 0) in scngrp_read()
|
D | ChangeLog | 6 (check_section): Remove __libdw_free_zdata calls. Use elf_compress 9 (scngrp_read): Use elf_compress if section is compressed. Remove
|
/external/elfutils/libdwfl/ |
D | relocate.c | 131 if (elf_compress (scn, 0, 0) < 0) in relocate_getsym() 239 if (elf_compress (scn, 0, 0) < 0) in resolve_symbol() 503 if (elf_compress (tscn, 0, 0) < 0) in relocate_section() 524 if (elf_compress (scn, 0, 0) < 0) in relocate_section()
|
D | dwfl_module_getdwarf.c | 1162 if (elf_compress (symstrscn, 0, 0) < 0) in find_symtab() 1178 if (elf_compress (xndxscn, 0, 0) < 0) in find_symtab() 1191 if (elf_compress (symscn, 0, 0) < 0) in find_symtab() 1245 if (elf_compress (aux_strscn, 0, 0) < 0) in find_symtab() 1261 if (elf_compress (aux_xndxscn, 0, 0) < 0) in find_symtab() 1275 if (elf_compress (aux_symscn, 0, 0) < 0) in find_symtab()
|
/external/elfutils/libelf/ |
D | libelf.map | 148 elf_compress;
|
D | Android.bp | 49 "elf_compress.c",
|
D | Makefile.am | 93 elf_compress.c elf_compress_gnu.c
|
D | libelf.h | 359 extern int elf_compress (Elf_Scn *scn, int type, unsigned int flags);
|
D | ChangeLog | 3 * elf_compress.c (__libelf_compress): Move nested function 15 * elf_compress.c (__libelf_decompress_elf): New function, extracted 17 (elf_compress): here. Check zdata_base use __libelf_decompress_elf. 25 * Makefile.am (libelf_a_SOURCES): Add elf_compress.c and 27 * elf_compress.c: New file. 42 * libelf.h: Define elf_compress and elf_compress_gnu. 43 * libelf.map (ELFUTILS_1.7): Add elf_compress and elf_compress_gnu.
|
D | elf_compress.c | 323 elf_compress (Elf_Scn *scn, int type, unsigned int flags) in elf_compress() function
|
/external/elfutils/src/ |
D | elfcompress.c | 209 res = elf_compress (scn, compress ? ELFCOMPRESS_ZLIB : 0, flags); in compress_section()
|
D | readelf.c | 1527 if (elf_compress (scn, 0, 0) < 0) in print_scngrp() 2236 if (elf_compress (scn, 0, 0) < 0) in print_symtab() 3315 if (elf_compress (scn, 0, 0) < 0) in handle_hash() 9511 elf_compress (scn, 0, 0); in dump_data_section() 9552 elf_compress (scn, 0, 0); in print_string_section()
|
/external/elfutils/config/ |
D | elfutils.spec.in | 234 - libelf: Add elf_compress, elf_compress_gnu, elf32_getchdr,
|
/external/elfutils/ |
D | NEWS | 7 libelf: Add elf_compress, elf_compress_gnu, elf32_getchdr, elf64_getchdr
|