Home
last modified time | relevance | path

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

/linux-6.1.9/tools/bpf/resolve_btfids/
Dmain.c281 #ifndef SHF_COMPRESSED
282 #define SHF_COMPRESSED (1 << 11) /* Section with compressed data. */ macro
299 if (!(sh->sh_flags & SHF_COMPRESSED)) in compressed_section_fix()