Home
last modified time | relevance | path

Searched refs:elf_compress (Results 1 – 17 of 17) 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()
/external/elfutils/libdw/
Ddwarf_begin_elf.c139 if (elf_compress (scn, 0, 0) < 0) in check_section()
242 && elf_compress (scngrp, 0, 0) < 0) in scngrp_read()
DChangeLog6 (check_section): Remove __libdw_free_zdata calls. Use elf_compress
9 (scngrp_read): Use elf_compress if section is compressed. Remove
/external/elfutils/libdwfl/
Drelocate.c131 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()
Ddwfl_module_getdwarf.c1162 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/
Dlibelf.map148 elf_compress;
DAndroid.bp49 "elf_compress.c",
DMakefile.am93 elf_compress.c elf_compress_gnu.c
Dlibelf.h359 extern int elf_compress (Elf_Scn *scn, int type, unsigned int flags);
DChangeLog3 * 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.
Delf_compress.c323 elf_compress (Elf_Scn *scn, int type, unsigned int flags) in elf_compress() function
/external/elfutils/src/
Delfcompress.c209 res = elf_compress (scn, compress ? ELFCOMPRESS_ZLIB : 0, flags); in compress_section()
Dreadelf.c1527 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/
Delfutils.spec.in234 - libelf: Add elf_compress, elf_compress_gnu, elf32_getchdr,
/external/elfutils/
DNEWS7 libelf: Add elf_compress, elf_compress_gnu, elf32_getchdr, elf64_getchdr