Searched refs:incl_entry (Results 1 – 3 of 3) sorted by relevance
300 struct stab_link_includes_entry * incl_entry; in _bfd_link_section_stabs() local363 incl_entry = (struct stab_link_includes_entry * ) in _bfd_link_section_stabs()365 if (incl_entry == NULL) in _bfd_link_section_stabs()368 for (t = incl_entry->totals; t != NULL; t = t->next) in _bfd_link_section_stabs()398 t->next = incl_entry->totals; in _bfd_link_section_stabs()399 incl_entry->totals = t; in _bfd_link_section_stabs()
4318 struct aout_link_includes_entry *incl_entry; in aout_link_write_symbols() local4360 incl_entry = aout_link_includes_lookup (&flaginfo->includes, in aout_link_write_symbols()4362 if (incl_entry == NULL) in aout_link_write_symbols()4364 for (t = incl_entry->totals; t != NULL; t = t->next) in aout_link_write_symbols()4376 t->next = incl_entry->totals; in aout_link_write_symbols()4377 incl_entry->totals = t; in aout_link_write_symbols()
5115 struct aout_link_includes_entry *incl_entry; in aout_link_write_symbols() local5157 incl_entry = aout_link_includes_lookup (&flaginfo->includes, in aout_link_write_symbols()5159 if (incl_entry == NULL) in aout_link_write_symbols()5161 for (t = incl_entry->totals; t != NULL; t = t->next) in aout_link_write_symbols()5174 t->next = incl_entry->totals; in aout_link_write_symbols()5175 incl_entry->totals = t; in aout_link_write_symbols()