Home
last modified time | relevance | path

Searched defs:SHF_COMPRESSED (Results 1 – 9 of 9) sorted by relevance

/external/elfutils/libelf/
Dlibelf.h40 #define SHF_COMPRESSED (1 << 11) /* Section with compressed data. */ macro
Delf.h481 #define SHF_COMPRESSED (1 << 11) /* Section with compressed data. */ macro
/external/zucchini/aosp/include/components/zucchini/
Dtype_elf.h174 SHF_COMPRESSED = 1 << 11, enumerator
/external/zucchini/
Dtype_elf.h174 SHF_COMPRESSED = 1 << 11, enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h747 SHF_COMPRESSED = 0x800U, enumerator
/external/llvm/include/llvm/Support/
DELF.h746 SHF_COMPRESSED = 0x800U, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h919 SHF_COMPRESSED = 0x800U, enumerator
/external/kmod/port-gnu/
Delf.h370 #define SHF_COMPRESSED (1 << 11) /* Section with compressed data. */ macro
/external/musl/include/
Delf.h420 #define SHF_COMPRESSED (1 << 11) macro