Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/binutils/bfd/
Dsection.c1051 struct section_hash_entry *new_sh; in bfd_make_section_anyway_with_flags() local
1052 new_sh = (struct section_hash_entry *) in bfd_make_section_anyway_with_flags()
1054 if (new_sh == NULL) in bfd_make_section_anyway_with_flags()
1057 new_sh->root = sh->root; in bfd_make_section_anyway_with_flags()
1058 sh->root.next = &new_sh->root; in bfd_make_section_anyway_with_flags()
1059 newsect = &new_sh->section; in bfd_make_section_anyway_with_flags()