Searched defs:SHF_COMPRESSED (Results 1 - 4 of 4) sorted by relevance

/external/elfutils/libelf/
H A Dlibelf.h38 #ifndef SHF_COMPRESSED
40 #define SHF_COMPRESSED (1 << 11) /* Section with compressed data. */ macro
42 /* Section compression header. Used when SHF_COMPRESSED is set. */
343 has SHF_COMPRESSED set, or (for elf_compress) to request
344 decompression for an section that doesn't have SHF_COMPRESSED set.
H A Delf.h370 #define SHF_COMPRESSED (1 << 11) /* Section with compressed data. */ macro
378 /* Section compression header. Used when SHF_COMPRESSED is set. */
/external/valgrind/coregrind/m_debuginfo/
H A Dreadelf.c80 #if !defined(SHF_COMPRESSED)
81 #define SHF_COMPRESSED (1 << 11) macro
1473 if (h->sh_flags & SHF_COMPRESSED) {
/external/kmod/port-gnu/
H A Delf.h369 #define SHF_COMPRESSED (1 << 11) /* Section with compressed data. */ macro
377 /* Section compression header. Used when SHF_COMPRESSED is set. */

Completed in 490 milliseconds