HomeSort by: relevance | last modified time | path
    Searched defs:elf_flags_to_names (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elflink.c 14966 static const elf_flags_to_name_table elf_flags_to_names [] =
15018 for (i = 0; i < ARRAY_SIZE (elf_flags_to_names); ++i)
15020 if (strcmp (tf->name, elf_flags_to_names[i].flag_name) == 0)
15023 with_hex |= elf_flags_to_names[i].flag_value;
15025 without_hex |= elf_flags_to_names[i].flag_value;
14951 static const elf_flags_to_name_table elf_flags_to_names [] = variable
  /src/external/gpl3/binutils.old/dist/bfd/
elflink.c 14931 static const elf_flags_to_name_table elf_flags_to_names [] =
14983 for (i = 0; i < ARRAY_SIZE (elf_flags_to_names); ++i)
14985 if (strcmp (tf->name, elf_flags_to_names[i].flag_name) == 0)
14988 with_hex |= elf_flags_to_names[i].flag_value;
14990 without_hex |= elf_flags_to_names[i].flag_value;
14916 static const elf_flags_to_name_table elf_flags_to_names [] = variable
  /src/external/gpl3/gdb/dist/bfd/
elflink.c 14910 static const elf_flags_to_name_table elf_flags_to_names [] =
14962 for (i = 0; i < ARRAY_SIZE (elf_flags_to_names); ++i)
14964 if (strcmp (tf->name, elf_flags_to_names[i].flag_name) == 0)
14967 with_hex |= elf_flags_to_names[i].flag_value;
14969 without_hex |= elf_flags_to_names[i].flag_value;
14895 static const elf_flags_to_name_table elf_flags_to_names [] = variable
  /src/external/gpl3/gdb.old/dist/bfd/
elflink.c 14888 static const elf_flags_to_name_table elf_flags_to_names [] =
14940 for (i = 0; i < ARRAY_SIZE (elf_flags_to_names); ++i)
14942 if (strcmp (tf->name, elf_flags_to_names[i].flag_name) == 0)
14945 with_hex |= elf_flags_to_names[i].flag_value;
14947 without_hex |= elf_flags_to_names[i].flag_value;
14873 static const elf_flags_to_name_table elf_flags_to_names [] = variable

Completed in 60 milliseconds