Searched refs:phdr_types (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/ld/
H A Dldgram.y1222 static const char * const phdr_types[] =
1231 i < sizeof phdr_types / sizeof phdr_types[0];
1233 if (strcmp (s, phdr_types[i]) == 0)
1238 if (i == sizeof phdr_types / sizeof phdr_types[0])
/netbsd-current/external/gpl3/binutils.old/dist/ld/
H A Dldgram.y1246 static const char * const phdr_types[] =
1255 i < sizeof phdr_types / sizeof phdr_types[0];
1257 if (strcmp (s, phdr_types[i]) == 0)
1262 if (i == sizeof phdr_types / sizeof phdr_types[0])
H A Dldgram.c4387 static const char * const phdr_types[] = local
4396 i < sizeof phdr_types / sizeof phdr_types[0];
4398 if (strcmp (s, phdr_types[i]) == 0)
4403 if (i == sizeof phdr_types / sizeof phdr_types[0])
/netbsd-current/external/gpl3/binutils/dist/ld/
H A Dldgram.y1289 static const char * const phdr_types[] =
1298 i < sizeof phdr_types / sizeof phdr_types[0];
1300 if (strcmp (s, phdr_types[i]) == 0)
1305 if (i == sizeof phdr_types / sizeof phdr_types[0])
H A Dldgram.c4479 static const char * const phdr_types[] = local
4488 i < sizeof phdr_types / sizeof phdr_types[0];
4490 if (strcmp (s, phdr_types[i]) == 0)
4495 if (i == sizeof phdr_types / sizeof phdr_types[0])

Completed in 227 milliseconds