Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/bfd/
Delf.c6442 char *threaded_name; in _bfd_elfcore_make_pseudosection() local
6450 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()
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delf.c7466 char *threaded_name; in _bfd_elfcore_make_pseudosection() local
7474 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()