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

  /src/external/gpl3/binutils/dist/ld/
ldgram.c 4980 static const char * const phdr_types[] = local
4989 i < sizeof phdr_types / sizeof phdr_types[0];
4991 if (strcmp (s, phdr_types[i]) == 0)
4996 if (i == sizeof phdr_types / sizeof phdr_types[0])
  /src/external/gpl3/binutils.old/dist/ld/
ldgram.c 4500 static const char * const phdr_types[] = local
4509 i < sizeof phdr_types / sizeof phdr_types[0];
4511 if (strcmp (s, phdr_types[i]) == 0)
4516 if (i == sizeof phdr_types / sizeof phdr_types[0])

Completed in 23 milliseconds