Searched refs:SHF_WRITE (Results 1 – 2 of 2) sorted by relevance
345 #define SHF_WRITE 0x1 /* Writable */ macro357 #define IS_AW(s) ((s.sh_flags & SHF_ALLOC) && (s.sh_flags & SHF_WRITE))
375 #define SHF_WRITE (1 << 0) /* Writable */ macro
Completed in 22 milliseconds