Home
last modified time | relevance | path

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

/linux-5.19.10/tools/bpf/resolve_btfids/
Dmain.c266 #ifndef SHF_COMPRESSED
267 #define SHF_COMPRESSED (1 << 11) /* Section with compressed data. */ macro
284 if (!(sh->sh_flags & SHF_COMPRESSED)) in compressed_section_fix()