Searched refs:SHF_ALLOC (Results 1 – 2 of 2) sorted by relevance
261 #define SHF_ALLOC 0x2 // Identifies a section that occupies memory during process execution macro
469 #define SHF_ALLOC (1 << 1) /* Occupies memory during execution */ macro