Home
last modified time | relevance | path

Searched refs:elf_compress_gnu (Results 1 – 18 of 18) sorted by relevance

/third_party/elfutils/tests/
Delfputzdata.c125 int res = elf_compress_gnu (scn, 1, 0); in main()
129 res = elf_compress_gnu (scn, 1, ELF_CHF_FORCE); in main()
192 if (elf_compress_gnu (scn, 0, 0) < 0) in main()
Delfgetzdata.c93 if (elf_compress_gnu (scn, 0, 0) < 0) in main()
Dnext_cfi.c57 if (elf_compress_gnu (scn, 0, 0) < 0) in handle_section()
/third_party/elfutils/libelf/
Dlibelf.map149 elf_compress_gnu;
DChangeLog156 * elf_compress_gnu.c (elf_compress_gnu): Likewise.
397 * elf_compress_gnu.c (elf_compress_gnu): Use elf_getdata.
426 * elf_compress_gnu.c (elf_compress_gnu): Pass sh_addralign to
457 * libelf.h (elf_compress_gnu): Add documentation about
458 interaction between SHF_COMPRESED and elf_compress_gnu.
459 * elf_compress_gnu.c (elf_compress_gnu): Return error if section
680 elf_compress_gnu.c.
682 * elf_compress_gnu.c: Likewise.
696 * libelf.h: Define elf_compress and elf_compress_gnu.
697 * libelf.map (ELFUTILS_1.7): Add elf_compress and elf_compress_gnu.
Delf_compress_gnu.c38 elf_compress_gnu (Elf_Scn *scn, int inflate, unsigned int flags) in elf_compress_gnu() function
DMakefile.am103 elf_compress.c elf_compress_gnu.c
Dlibelf.h391 extern int elf_compress_gnu (Elf_Scn *scn, int compress, unsigned int flags);
/third_party/elfutils/libdwfl/
Drelocate.c243 elf_compress_gnu (scn, 0, 0); in resolve_symbol()
524 elf_compress_gnu (tscn, 0, 0); in relocate_section()
545 elf_compress_gnu (scn, 0, 0); in relocate_section()
Ddwfl_module_getdwarf.c1167 elf_compress_gnu (symstrscn, 0, 0); in find_symtab()
1250 elf_compress_gnu (aux_strscn, 0, 0); in find_symtab()
/third_party/elfutils/libdw/
Ddwarf_begin_elf.c208 elf_compress_gnu (scn, 0, 0); in check_section()
DChangeLog1232 and elf_compress_gnu to decompress if necessary.
/third_party/elfutils/src/
Delfcompress.c206 res = elf_compress_gnu (scn, compress ? 1 : 0, flags); in compress_section()
Dstrip.c612 if (elf_compress_gnu (tscn, 0, 0) != 1) in remove_debug_relocations()
731 if (elf_compress_gnu (tscn, 1, ELF_CHF_FORCE) != 1) in remove_debug_relocations()
Dreadelf.c12878 if (elf_compress_gnu (scn, 0, 0) < 0) in dump_data_section()
12929 if (elf_compress_gnu (scn, 0, 0) < 0) in print_string_section()
/third_party/elfutils/
Delfutils_config.gni423 "//third_party/elfutils/libelf/elf_compress_gnu.c",
DNEWS383 libelf: Add elf_compress, elf_compress_gnu, elf32_getchdr, elf64_getchdr
/third_party/elfutils/config/
Delfutils.spec.in610 - libelf: Add elf_compress, elf_compress_gnu, elf32_getchdr,