Searched refs:elf_compress_gnu (Results 1 – 18 of 18) sorted by relevance
/third_party/elfutils/tests/ |
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() 192 if (elf_compress_gnu (scn, 0, 0) < 0) in main()
|
D | elfgetzdata.c | 93 if (elf_compress_gnu (scn, 0, 0) < 0) in main()
|
D | next_cfi.c | 57 if (elf_compress_gnu (scn, 0, 0) < 0) in handle_section()
|
/third_party/elfutils/libelf/ |
D | libelf.map | 149 elf_compress_gnu;
|
D | ChangeLog | 156 * 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.
|
D | elf_compress_gnu.c | 38 elf_compress_gnu (Elf_Scn *scn, int inflate, unsigned int flags) in elf_compress_gnu() function
|
D | Makefile.am | 103 elf_compress.c elf_compress_gnu.c
|
D | libelf.h | 391 extern int elf_compress_gnu (Elf_Scn *scn, int compress, unsigned int flags);
|
/third_party/elfutils/libdwfl/ |
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()
|
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/libdw/ |
D | dwarf_begin_elf.c | 208 elf_compress_gnu (scn, 0, 0); in check_section()
|
D | ChangeLog | 1232 and elf_compress_gnu to decompress if necessary.
|
/third_party/elfutils/src/ |
D | elfcompress.c | 206 res = elf_compress_gnu (scn, compress ? 1 : 0, flags); in compress_section()
|
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()
|
D | readelf.c | 12878 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/ |
D | elfutils_config.gni | 423 "//third_party/elfutils/libelf/elf_compress_gnu.c",
|
D | NEWS | 383 libelf: Add elf_compress, elf_compress_gnu, elf32_getchdr, elf64_getchdr
|
/third_party/elfutils/config/ |
D | elfutils.spec.in | 610 - libelf: Add elf_compress, elf_compress_gnu, elf32_getchdr,
|