Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/binutils/bfd/
Dstabs.c299 struct stab_link_includes_entry * incl_entry; in _bfd_link_section_stabs() local
362 incl_entry = (struct stab_link_includes_entry * ) in _bfd_link_section_stabs()
364 if (incl_entry == NULL) in _bfd_link_section_stabs()
367 for (t = incl_entry->totals; t != NULL; t = t->next) in _bfd_link_section_stabs()
395 t->next = incl_entry->totals; in _bfd_link_section_stabs()
396 incl_entry->totals = t; in _bfd_link_section_stabs()
Daoutx.h5043 struct aout_link_includes_entry *incl_entry; in aout_link_write_symbols() local
5085 incl_entry = aout_link_includes_lookup (&finfo->includes, in aout_link_write_symbols()
5087 if (incl_entry == NULL) in aout_link_write_symbols()
5089 for (t = incl_entry->totals; t != NULL; t = t->next) in aout_link_write_symbols()
5101 t->next = incl_entry->totals; in aout_link_write_symbols()
5102 incl_entry->totals = t; in aout_link_write_symbols()