Searched defs:SHF_STRINGS (Results 1 – 13 of 13) sorted by relevance
239 #define SHF_STRINGS 0x20 /* Section contains strings. */ macro
495 #define SHF_STRINGS 0x20 macro
728 SHF_STRINGS = 0x20, enumerator
900 SHF_STRINGS = 0x20, enumerator
544 constexpr Elf_Xword SHF_STRINGS = 0x20; variable
412 #define SHF_STRINGS (1 << 5) macro
413 #define SHF_STRINGS (1 << 5) macro
474 #define SHF_STRINGS (1 << 5) /* Contains nul-terminated strings */ macro