Searched refs:elf_compress_gnu (Results 1 - 11 of 11) sorted by relevance
/third_party/elfutils/tests/ |
H A D | elfputzdata.c | 125 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 D | elfgetzdata.c | 93 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 D | next_cfi.c | 57 if (elf_compress_gnu (scn, 0, 0) < 0) in handle_section()
|
/third_party/elfutils/libdwfl/ |
H A D | relocate.c | 243 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 D | dwfl_module_getdwarf.c | 1167 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 D | elf_compress_gnu.c | 38 elf_compress_gnu (Elf_Scn *scn, int inflate, unsigned int flags) in elf_compress_gnu() function
|
H A D | libelf.h | 342 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 D | dwarf_begin_elf.c | 208 elf_compress_gnu (scn, 0, 0); in check_section()
|
/third_party/elfutils/src/ |
H A D | elfcompress.c | 206 res = elf_compress_gnu (scn, compress ? 1 : 0, flags); in compress_section()
|
H A D | strip.c | 612 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 D | readelf.c | 12879 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