Searched refs:SHF_ALLOC (Results 1 – 4 of 4) sorted by relevance
273 #define SHF_ALLOC 0x2 macro
221 mcsec.sh_flags = _w(SHF_ALLOC); in append_func()
355 #define SHF_ALLOC (1 << 1) /* Occupies memory during execution */ macro
841 !(sechdr->sh_flags & SHF_ALLOC) && in check_section()