Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.27/gold/
HDversion.cc51 std::string bfd_version(BFD_VERSION_STRING); in print_version() local
52 if (bfd_version[0] == '(') in print_version()
54 bfd_version.erase(0, 1); in print_version()
55 size_t pos = bfd_version.find(')'); in print_version()
57 bfd_version.erase(pos, 1); in print_version()
60 printf("GNU gold (%s) %s\n", bfd_version.c_str(), version_string); in print_version()
/dragonfly/contrib/binutils-2.34/gold/
HDversion.cc51 std::string bfd_version(BFD_VERSION_STRING); in print_version() local
52 if (bfd_version[0] == '(') in print_version()
54 bfd_version.erase(0, 1); in print_version()
55 size_t pos = bfd_version.find(')'); in print_version()
57 bfd_version.erase(pos, 1); in print_version()
60 printf("GNU gold (%s) %s\n", bfd_version.c_str(), version_string); in print_version()
/dragonfly/contrib/gdb-7/bfd/
HDversion.h2 #define BFD_VERSION @bfd_version@
HDbfd.c830 const char *bfd_version, in _bfd_default_assert_handler() argument
835 (*_bfd_error_handler) (bfd_formatmsg, bfd_version, bfd_file, bfd_line); in _bfd_default_assert_handler()
HDbfd-in2.h6141 const char *bfd_version,
/dragonfly/contrib/binutils-2.27/bfd/
HDversion.h2 #define BFD_VERSION @bfd_version@
HDbfd.c889 const char *bfd_version, in _bfd_default_assert_handler() argument
894 (*_bfd_error_handler) (bfd_formatmsg, bfd_version, bfd_file, bfd_line); in _bfd_default_assert_handler()
HDbfd-in2.h6911 const char *bfd_version,
/dragonfly/contrib/binutils-2.34/bfd/
HDbfd.c1478 const char *bfd_version, in _bfd_default_assert_handler() argument
1483 _bfd_error_handler (bfd_formatmsg, bfd_version, bfd_file, bfd_line); in _bfd_default_assert_handler()
HDbfd-in2.h7022 const char *bfd_version,