Searched refs:threaded_name (Results 1 – 2 of 2) sorted by relevance
6442 char *threaded_name; in _bfd_elfcore_make_pseudosection() local6450 threaded_name = bfd_alloc (abfd, len); in _bfd_elfcore_make_pseudosection()6451 if (threaded_name == NULL) in _bfd_elfcore_make_pseudosection()6453 memcpy (threaded_name, buf, len); in _bfd_elfcore_make_pseudosection()6455 sect = bfd_make_section_anyway (abfd, threaded_name); in _bfd_elfcore_make_pseudosection()
7466 char *threaded_name; in _bfd_elfcore_make_pseudosection() local7474 threaded_name = bfd_alloc (abfd, len); in _bfd_elfcore_make_pseudosection()7475 if (threaded_name == NULL) in _bfd_elfcore_make_pseudosection()7477 memcpy (threaded_name, buf, len); in _bfd_elfcore_make_pseudosection()7479 sect = bfd_make_section_anyway (abfd, threaded_name); in _bfd_elfcore_make_pseudosection()