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

  /src/external/gpl3/binutils/dist/bfd/
ecoff.c 4194 section_storage_classes [] =
4212 for (i = 0; i < ARRAY_SIZE (section_storage_classes); i++)
4213 if (streq (name, section_storage_classes[i].name))
4215 h->esym.asym.sc = section_storage_classes[i].sc;
4219 if (i == ARRAY_SIZE (section_storage_classes))
4184 section_storage_classes [] = local
  /src/external/gpl3/binutils.old/dist/bfd/
ecoff.c 4184 section_storage_classes [] =
4202 for (i = 0; i < ARRAY_SIZE (section_storage_classes); i++)
4203 if (streq (name, section_storage_classes[i].name))
4205 h->esym.asym.sc = section_storage_classes[i].sc;
4209 if (i == ARRAY_SIZE (section_storage_classes))
4174 section_storage_classes [] = local
  /src/external/gpl3/gdb.old/dist/bfd/
ecoff.c 4196 section_storage_classes [] =
4214 for (i = 0; i < ARRAY_SIZE (section_storage_classes); i++)
4215 if (streq (name, section_storage_classes[i].name))
4217 h->esym.asym.sc = section_storage_classes[i].sc;
4221 if (i == ARRAY_SIZE (section_storage_classes))
4186 section_storage_classes [] = local
  /src/external/gpl3/gdb/dist/bfd/
ecoff.c 4184 section_storage_classes [] =
4202 for (i = 0; i < ARRAY_SIZE (section_storage_classes); i++)
4203 if (streq (name, section_storage_classes[i].name))
4205 h->esym.asym.sc = section_storage_classes[i].sc;
4209 if (i == ARRAY_SIZE (section_storage_classes))
4174 section_storage_classes [] = local

Completed in 24 milliseconds