Searched refs:elf_flags_to_names (Results 1 – 1 of 1) sorted by relevance
13194 static elf_flags_to_name_table elf_flags_to_names [] = variable13246 for (i = 0; i < ARRAY_SIZE (elf_flags_to_names); ++i) in bfd_elf_lookup_section_flags()13248 if (strcmp (tf->name, elf_flags_to_names[i].flag_name) == 0) in bfd_elf_lookup_section_flags()13251 with_hex |= elf_flags_to_names[i].flag_value; in bfd_elf_lookup_section_flags()13253 without_hex |= elf_flags_to_names[i].flag_value; in bfd_elf_lookup_section_flags()