Searched refs:SHF_ALLOC (Results 1 – 2 of 2) sorted by relevance
346 #define SHF_ALLOC 0x2 /* occupies memory */ macro355 #define IS_ALLOC(s) (s.sh_flags == SHF_ALLOC)356 #define IS_AX(s) ((s.sh_flags & SHF_ALLOC) && (s.sh_flags & SHF_EXECINSTR))357 #define IS_AW(s) ((s.sh_flags & SHF_ALLOC) && (s.sh_flags & SHF_WRITE))
376 #define SHF_ALLOC (1 << 1) /* Occupies memory during execution */ macro
Completed in 20 milliseconds