Searched refs:LDPT_NULL (Results 26 - 50 of 53) sorted by relevance

123

/netbsd-current/external/gpl3/gdb.old/dist/ld/
H A Dtestplug3.c79 ADDENTRY(LDPT_NULL),
359 case LDPT_NULL:
434 while ((tv++)->tv_tag != LDPT_NULL);
H A Dtestplug2.c79 ADDENTRY(LDPT_NULL),
380 case LDPT_NULL:
455 while ((tv++)->tv_tag != LDPT_NULL);
H A Dtestplug4.c79 ADDENTRY(LDPT_NULL),
380 case LDPT_NULL:
455 while ((tv++)->tv_tag != LDPT_NULL);
H A Dplugin.c1048 /* Append the per-plugin args list and trailing LDPT_NULL to tv. */
1060 tv->tv_tag = LDPT_NULL;
/netbsd-current/external/gpl3/binutils.old/dist/ld/
H A Dtestplug3.c79 ADDENTRY(LDPT_NULL),
359 case LDPT_NULL:
434 while ((tv++)->tv_tag != LDPT_NULL);
H A Dtestplug4.c79 ADDENTRY(LDPT_NULL),
380 case LDPT_NULL:
455 while ((tv++)->tv_tag != LDPT_NULL);
H A Dtestplug2.c79 ADDENTRY(LDPT_NULL),
380 case LDPT_NULL:
455 while ((tv++)->tv_tag != LDPT_NULL);
H A Dplugin.c1062 /* Append the per-plugin args list and trailing LDPT_NULL to tv. */
1074 tv->tv_tag = LDPT_NULL;
/netbsd-current/external/gpl3/binutils/dist/ld/
H A Dtestplug3.c79 ADDENTRY(LDPT_NULL),
361 case LDPT_NULL:
439 while ((tv++)->tv_tag != LDPT_NULL);
H A Dtestplug4.c79 ADDENTRY(LDPT_NULL),
382 case LDPT_NULL:
460 while ((tv++)->tv_tag != LDPT_NULL);
H A Dtestplug2.c79 ADDENTRY(LDPT_NULL),
382 case LDPT_NULL:
460 while ((tv++)->tv_tag != LDPT_NULL);
H A Dplugin.c1078 /* Append the per-plugin args list and trailing LDPT_NULL to tv. */
1090 tv->tv_tag = LDPT_NULL;
/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dplugin-api.h490 LDPT_NULL = 0, enumerator in enum:ld_plugin_tag
/netbsd-current/external/gpl3/gdb.old/dist/gold/testsuite/
H A Dplugin_section_alignment.cc134 for (entry = tv; entry->tv_tag != LDPT_NULL; ++entry)
H A Dplugin_test.c95 for (entry = tv; entry->tv_tag != LDPT_NULL; ++entry)
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Dplugin-api.h490 LDPT_NULL = 0, enumerator in enum:ld_plugin_tag
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dplugin-api.h490 LDPT_NULL = 0, enumerator in enum:ld_plugin_tag
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dplugin-api.h521 LDPT_NULL, enumerator in enum:ld_plugin_tag
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Dplugin-api.h490 LDPT_NULL, enumerator in enum:ld_plugin_tag
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dplugin-api.h536 LDPT_NULL, enumerator in enum:ld_plugin_tag
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dplugin.c333 tv[i].tv_tag = LDPT_NULL;
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dplugin.c414 tv[i].tv_tag = LDPT_NULL;
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dplugin.c413 tv[i].tv_tag = LDPT_NULL;
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dplugin.c429 tv[i].tv_tag = LDPT_NULL;
/netbsd-current/external/apache2/llvm/dist/llvm/tools/gold/
H A Dgold-plugin.cpp341 // until we find one where tv_tag == LDPT_NULL. The REGISTER_* tagged values
349 for (; tv->tv_tag != LDPT_NULL; ++tv) {

Completed in 470 milliseconds

123