/external/elfutils/tests/ |
elfputzdata.c | 120 int res = elf_compress_gnu (scn, 1, 0); 124 res = elf_compress_gnu (scn, 1, ELF_CHF_FORCE); 128 printf ("elf_compress_gnu%sfailed for section %zd: %s\n", 186 if (elf_compress_gnu (scn, 0, 0) < 0)
|
elfgetzdata.c | 93 if (elf_compress_gnu (scn, 0, 0) < 0) 95 printf ("elf_compress_gnu failed for section %zd: %s\n",
|
/external/elfutils/libelf/ |
elf_compress_gnu.c | 38 elf_compress_gnu (Elf_Scn *scn, int inflate, unsigned int flags) function
|
Makefile.am | 93 elf_compress.c elf_compress_gnu.c
|
libelf.h | 316 Elf64_Chdr at the start of the section data. elf_compress_gnu will 325 Currently only ELFCOMPRESS_ZLIB is supported. elf_compress_gnu 333 header). Otherwise elf_compress and elf_compress_gnu will compress 347 elf_compress_gnu will not check whether the section name starts 351 when using elf_compress_gnu). 360 extern int elf_compress_gnu (Elf_Scn *scn, int compress, unsigned int flags);
|
/external/elfutils/libdwfl/ |
relocate.c | 236 elf_compress_gnu (scn, 0, 0); 500 elf_compress_gnu (tscn, 0, 0); 521 elf_compress_gnu (scn, 0, 0);
|
dwfl_module_getdwarf.c | [all...] |
/external/elfutils/libdw/ |
dwarf_begin_elf.c | 135 elf_compress_gnu (scn, 0, 0);
|
/external/elfutils/src/ |
elfcompress.c | 207 res = elf_compress_gnu (scn, compress ? 1 : 0, flags); [all...] |
readelf.c | [all...] |