HomeSort by: relevance | last modified time | path
    Searched defs:SHF_COMPRESSED (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc/dist/libbacktrace/
elf.c 182 #undef SHF_COMPRESSED
282 #define SHF_COMPRESSED 0x800
372 /* Whether the SHF_COMPRESSED flag is set for the section. */
6748 sections[j].compressed = (shdr->sh_flags & SHF_COMPRESSED) != 0;
  /src/external/gpl3/gcc.old/dist/libbacktrace/
elf.c 177 #undef SHF_COMPRESSED
276 #define SHF_COMPRESSED 0x800
365 /* Whether the SHF_COMPRESSED flag is set for the section. */
4223 sections[j].compressed = (shdr->sh_flags & SHF_COMPRESSED) != 0;
  /src/external/gpl3/gdb/dist/libbacktrace/
elf.c 182 #undef SHF_COMPRESSED
282 #define SHF_COMPRESSED 0x800
372 /* Whether the SHF_COMPRESSED flag is set for the section. */
6748 sections[j].compressed = (shdr->sh_flags & SHF_COMPRESSED) != 0;
  /src/external/gpl3/gdb.old/dist/libbacktrace/
elf.c 182 #undef SHF_COMPRESSED
282 #define SHF_COMPRESSED 0x800
372 /* Whether the SHF_COMPRESSED flag is set for the section. */
6748 sections[j].compressed = (shdr->sh_flags & SHF_COMPRESSED) != 0;
  /src/external/gpl3/binutils.old/dist/include/elf/
common.h 611 #define SHF_COMPRESSED (1 << 11) /* Section with compressed data */
  /src/external/gpl3/gdb.old/dist/include/elf/
common.h 609 #define SHF_COMPRESSED (1 << 11) /* Section with compressed data */
  /src/external/gpl3/gdb/dist/include/elf/
common.h 611 #define SHF_COMPRESSED (1 << 11) /* Section with compressed data */
  /src/external/gpl3/binutils/dist/include/elf/
common.h 626 #define SHF_COMPRESSED (1 << 11) /* Section with compressed data */

Completed in 53 milliseconds