• Home
  • Raw
  • Download

Lines Matching refs:sh_flags

767 		  if ((destshdr->sh_flags & SHF_TLS) == 0)  in check_symtab()
1049 if ((destshdr->sh_flags & (SHF_MERGE | SHF_STRINGS)) != 0) in check_rela()
1184 if ((destshdr->sh_flags & (SHF_MERGE | SHF_STRINGS)) != 0) in check_rel()
1600 if ((shdr->sh_flags & SHF_ALLOC) == 0) in check_hash()
1696 if (shdr->sh_flags != 0) in check_group()
1778 if ((refshdr->sh_flags & SHF_GROUP) == 0) in check_group()
1959 if (shdr->sh_flags != 0) in check_sections()
2025 if ((shdr->sh_flags & ~(SHF_LINK_ORDER | SHF_GROUP)) in check_sections()
2032 section_flags_string (shdr->sh_flags in check_sections()
2038 if ((shdr->sh_flags & special_sections[s].attr) in check_sections()
2040 || ((shdr->sh_flags & ~(SHF_LINK_ORDER | SHF_GROUP in check_sections()
2051 section_flags_string (shdr->sh_flags in check_sections()
2066 if ((shdr->sh_flags & SHF_ALLOC) != 0 in check_sections()
2071 else if ((shdr->sh_flags & SHF_ALLOC) == 0 in check_sections()
2098 if ((shdr->sh_flags & SHF_ALLOC) != 0 in check_sections()
2103 else if ((shdr->sh_flags & SHF_ALLOC) == 0 in check_sections()
2134 if (shdr->sh_flags & ~ALL_SH_FLAGS) in check_sections()
2137 (int) shdr->sh_flags & ~ALL_SH_FLAGS); in check_sections()
2138 else if (shdr->sh_flags & SHF_TLS) in check_sections()
2159 if ((shdr->sh_flags & SHF_MERGE) == 0 in check_sections()
2160 && (shdr->sh_flags & SHF_STRINGS) != 0 in check_sections()
2166 if ((shdr->sh_flags & SHF_MERGE) != 0 && shdr->sh_entsize == 0) in check_sections()
2171 if (shdr->sh_flags & SHF_GROUP) in check_sections()
2174 if (ehdr->e_type != ET_REL && (shdr->sh_flags & SHF_ALLOC) != 0) in check_sections()
2185 && (shdr->sh_flags & SHF_TLS) == 0) in check_sections()
2187 && (shdr->sh_flags & SHF_TLS) != 0)) in check_sections()