Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Dstabs.c300 struct stab_link_includes_entry * incl_entry; in _bfd_link_section_stabs() local
363 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()
Dpdp11.c4318 struct aout_link_includes_entry *incl_entry; in aout_link_write_symbols() local
4360 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()
Daoutx.h5115 struct aout_link_includes_entry *incl_entry; in aout_link_write_symbols() local
5157 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()