Searched refs:SHF_STRINGS (Results 1 - 6 of 6) sorted by relevance

/external/elfutils/libelf/
H A Delf-knowledge.h80 | (Flags1 & Flags2 & (SHF_MERGE | SHF_STRINGS | SHF_INFO_LINK)))
H A Delf.h353 #define SHF_STRINGS (1 << 5) /* Contains nul-terminated strings */ macro
/external/elfutils/libasm/
H A Dasm_newscn.c69 if (flags & SHF_STRINGS)
161 | SHF_STRINGS | SHF_LINK_ORDER)) != 0)
/external/elfutils/src/
H A Delflint.c1049 if ((destshdr->sh_flags & (SHF_MERGE | SHF_STRINGS)) != 0)
1184 if ((destshdr->sh_flags & (SHF_MERGE | SHF_STRINGS)) != 0)
2132 | SHF_STRINGS | SHF_INFO_LINK | SHF_LINK_ORDER \
2160 && (shdr->sh_flags & SHF_STRINGS) != 0
H A Dldgeneric.c4150 && (head->flags & SHF_STRINGS))
4221 && likely (head->flags & SHF_STRINGS))
4302 unsigned int len = (head->flags & SHF_STRINGS) ? 0 : 1;
H A Dreadelf.c728 if (shdr->sh_flags & SHF_STRINGS)

Completed in 64 milliseconds