Home
last modified time | relevance | path

Searched refs:elf_compress_gnu (Results 1 - 11 of 11) sorted by relevance

/third_party/elfutils/tests/
H A Delfputzdata.c125 int res = elf_compress_gnu (scn, 1, 0); in main()
129 res = elf_compress_gnu (scn, 1, ELF_CHF_FORCE); in main()
133 printf ("elf_compress_gnu%sfailed for section %zd: %s\n", in main()
192 if (elf_compress_gnu (scn, 0, 0) < 0) in main()
H A Delfgetzdata.c93 if (elf_compress_gnu (scn, 0, 0) < 0) in main()
95 printf ("elf_compress_gnu failed for section %zd: %s\n", in main()
H A Dnext_cfi.c57 if (elf_compress_gnu (scn, 0, 0) < 0) in handle_section()
/third_party/elfutils/libdwfl/
H A 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()
H A 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/libelf/
H A Delf_compress_gnu.c38 elf_compress_gnu (Elf_Scn *scn, int inflate, unsigned int flags) in elf_compress_gnu() function
H A Dlibelf.h342 Elf64_Chdr at the start of the section data. elf_compress_gnu will
351 Currently only ELFCOMPRESS_ZLIB is supported. elf_compress_gnu
359 header). Otherwise elf_compress and elf_compress_gnu will compress
371 If a section has SHF_COMPRESSED set then calling elf_compress_gnu
374 with elf_compress_gnu is fine, but probably useless.
378 elf_compress_gnu will not check whether the section name starts
382 when using elf_compress_gnu).
391 extern int elf_compress_gnu (Elf_Scn *scn, int compress, unsigned int flags);
/third_party/elfutils/libdw/
H A Ddwarf_begin_elf.c208 elf_compress_gnu (scn, 0, 0); in check_section()
/third_party/elfutils/src/
H A Delfcompress.c206 res = elf_compress_gnu (scn, compress ? 1 : 0, flags); in compress_section()
H A 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()
H A Dreadelf.c12879 if (elf_compress_gnu (scn, 0, 0) < 0) in dump_data_section()
12930 if (elf_compress_gnu (scn, 0, 0) < 0) in print_string_section()

Completed in 29 milliseconds