Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Dstabs.c298 struct stab_link_includes_entry * incl_entry; in _bfd_link_section_stabs() local
361 incl_entry = (struct stab_link_includes_entry * ) in _bfd_link_section_stabs()
363 if (incl_entry == NULL) in _bfd_link_section_stabs()
366 for (t = incl_entry->totals; t != NULL; t = t->next) in _bfd_link_section_stabs()
394 t->next = incl_entry->totals; in _bfd_link_section_stabs()
395 incl_entry->totals = t; in _bfd_link_section_stabs()
Dpdp11.c4310 struct aout_link_includes_entry *incl_entry; in aout_link_write_symbols() local
4352 incl_entry = aout_link_includes_lookup (&finfo->includes, in aout_link_write_symbols()
4354 if (incl_entry == NULL) in aout_link_write_symbols()
4356 for (t = incl_entry->totals; t != NULL; t = t->next) in aout_link_write_symbols()
4368 t->next = incl_entry->totals; in aout_link_write_symbols()
4369 incl_entry->totals = t; in aout_link_write_symbols()
Daoutx.h5021 struct aout_link_includes_entry *incl_entry; in aout_link_write_symbols() local
5063 incl_entry = aout_link_includes_lookup (&finfo->includes, in aout_link_write_symbols()
5065 if (incl_entry == NULL) in aout_link_write_symbols()
5067 for (t = incl_entry->totals; t != NULL; t = t->next) in aout_link_write_symbols()
5079 t->next = incl_entry->totals; in aout_link_write_symbols()
5080 incl_entry->totals = t; in aout_link_write_symbols()
/openbsd/src/gnu/usr.bin/binutils/bfd/
Dstabs.c357 struct stab_link_includes_entry * incl_entry; local
420 incl_entry = stab_link_includes_lookup (&sinfo->includes, string,
422 if (incl_entry == NULL)
425 for (t = incl_entry->totals; t != NULL; t = t->next)
454 t->next = incl_entry->totals;
455 incl_entry->totals = t;
Dpdp11.c4149 struct aout_link_includes_entry *incl_entry; local
4191 incl_entry = aout_link_includes_lookup (&finfo->includes,
4193 if (incl_entry == NULL)
4195 for (t = incl_entry->totals; t != NULL; t = t->next)
4208 t->next = incl_entry->totals;
4209 incl_entry->totals = t;
Daoutx.h4466 struct aout_link_includes_entry *incl_entry; local
4508 incl_entry = aout_link_includes_lookup (&finfo->includes,
4510 if (incl_entry == NULL)
4512 for (t = incl_entry->totals; t != NULL; t = t->next)
4525 t->next = incl_entry->totals;
4526 incl_entry->totals = t;