Searched defs:SHF_ALLOC (Results 1 – 10 of 10) sorted by relevance
492 #define SHF_ALLOC 0x2 macro
719 SHF_ALLOC = 0x2, enumerator
891 SHF_ALLOC = 0x2, enumerator
541 constexpr Elf_Xword SHF_ALLOC = 0x2; variable
409 #define SHF_ALLOC (1 << 1) macro
410 #define SHF_ALLOC (1 << 1) macro
416 #define SHF_ALLOC (1 << 1) macro
471 #define SHF_ALLOC (1 << 1) /* Occupies memory during execution */ macro