Searched refs:incl_entry (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Dstabs.c300 struct stab_link_includes_entry * incl_entry;
363 incl_entry = (struct stab_link_includes_entry * )
365 if (incl_entry == NULL)
368 for (t = incl_entry->totals; t != NULL; t = t->next)
396 t->next = incl_entry->totals;
397 incl_entry->totals = t;
298 struct stab_link_includes_entry * incl_entry; local
H A Dpdp11.c4319 struct aout_link_includes_entry *incl_entry;
4361 incl_entry = aout_link_includes_lookup (&finfo->includes,
4363 if (incl_entry == NULL)
4365 for (t = incl_entry->totals; t != NULL; t = t->next)
4377 t->next = incl_entry->totals;
4378 incl_entry->totals = t;
4310 struct aout_link_includes_entry *incl_entry; local
H A Daoutx.h5030 struct aout_link_includes_entry *incl_entry;
5072 incl_entry = aout_link_includes_lookup (&finfo->includes,
5074 if (incl_entry == NULL)
5076 for (t = incl_entry->totals; t != NULL; t = t->next)
5088 t->next = incl_entry->totals;
5089 incl_entry->totals = t;
/haiku-buildtools/binutils/bfd/
H A Dstabs.c303 struct stab_link_includes_entry * incl_entry;
366 incl_entry = (struct stab_link_includes_entry * )
368 if (incl_entry == NULL)
371 for (t = incl_entry->totals; t != NULL; t = t->next)
401 t->next = incl_entry->totals;
402 incl_entry->totals = t;
301 struct stab_link_includes_entry * incl_entry; local
H A Dpdp11.c4332 struct aout_link_includes_entry *incl_entry;
4374 incl_entry = aout_link_includes_lookup (&flaginfo->includes,
4376 if (incl_entry == NULL)
4378 for (t = incl_entry->totals; t != NULL; t = t->next)
4390 t->next = incl_entry->totals;
4391 incl_entry->totals = t;
4323 struct aout_link_includes_entry *incl_entry; local
H A Daoutx.h5167 struct aout_link_includes_entry *incl_entry;
5209 incl_entry = aout_link_includes_lookup (&flaginfo->includes,
5211 if (incl_entry == NULL)
5213 for (t = incl_entry->totals; t != NULL; t = t->next)
5226 t->next = incl_entry->totals;
5227 incl_entry->totals = t;
5158 struct aout_link_includes_entry *incl_entry; local

Completed in 209 milliseconds