Home
last modified time | relevance | path

Searched refs:version (Results 1 – 25 of 735) sorted by relevance

12345678910>>...30

/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
Dvfpv3-d16-bad.l2 [^:]*:[0-9]+: Error: D register out of range for selected VFP version -- `fcpyd d3,d22'
4 [^:]*:[0-9]+: Error: D register out of range for selected VFP version -- `fcvtds d22,s22'
6 [^:]*:[0-9]+: Error: D register out of range for selected VFP version -- `fmdhr d21,r4'
8 [^:]*:[0-9]+: Error: D register out of range for selected VFP version -- `fmrdh r6,d23'
10 [^:]*:[0-9]+: Error: D register out of range for selected VFP version -- `fsitod d22,s22'
12 [^:]*:[0-9]+: Error: D register out of range for selected VFP version -- `ftosid s20,d20'
14 [^:]*:[0-9]+: Error: D register out of range for selected VFP version -- `ftouid s19,d19'
16 [^:]*:[0-9]+: Error: D register out of range for selected VFP version -- `fldd d19,\[r10,#4\]'
22 [^:]*:[0-9]+: Error: D register out of range for selected VFP version -- `fabsd d12,d18'
24 [^:]*:[0-9]+: Error: D register out of range for selected VFP version -- `fnegd d12,d18'
[all …]
/toolchain/binutils/binutils-2.25/
Dmkinstalldirs41 --version)
80 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
89 test -d ./--version && rmdir ./--version
93 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 &&
94 test ! -d ./--version; then
99 for d in ./-m ./-p ./--version "./$dirmode";
Dmove-if-change39 version=`expr "$VERSION" : '\([^ ]*\)'`
40 version="move-if-change (gnulib) $version
53 --version | --versio | --versi | --vers | --ver | --ve | --v)
54 exec echo "$version" ;;
Dsrc-release.sh60 bfd/configure --version | sed -n -e '1s,.* ,,p'
61 elif test -f $tool/common/create-version.sh; then
62 $tool/common/create-version.sh $tool 'dummy-host' 'dummy-target' VER.tmp
65 elif test -f $tool/version.in; then
66 head -1 $tool/version.in
/toolchain/binutils/binutils-2.25/gold/
Dsymtab.cc54 Symbol::init_fields(const char* name, const char* version, in init_fields() argument
59 this->version_ = version; in init_fields()
115 Symbol::init_base_object(const char* name, const char* version, Object* object, in init_base_object() argument
119 this->init_fields(name, version, sym.get_st_type(), sym.get_st_bind(), in init_base_object()
134 Symbol::init_base_output_data(const char* name, const char* version, in init_base_output_data() argument
140 this->init_fields(name, version, type, binding, visibility, nonvis); in init_base_output_data()
153 Symbol::init_base_output_segment(const char* name, const char* version, in init_base_output_segment() argument
160 this->init_fields(name, version, type, binding, visibility, nonvis); in init_base_output_segment()
173 Symbol::init_base_constant(const char* name, const char* version, in init_base_constant() argument
178 this->init_fields(name, version, type, binding, visibility, nonvis); in init_base_constant()
[all …]
Dresolve.cc40 Symbol::override_version(const char* version) in override_version() argument
42 if (version == NULL) in override_version()
52 this->version_ = version; in override_version()
61 gold_assert(this->version_ == version || this->version_ == NULL); in override_version()
62 this->version_ = version; in override_version()
92 Object* object, const char* version) in override_base() argument
96 this->override_version(version); in override_base()
118 Object* object, const char* version) in override() argument
120 this->override_base(sym, st_shndx, is_ordinary, object, version); in override()
133 Object* object, const char* version) in override() argument
[all …]
Dsymtab.h121 version() const in version() function
878 init_fields(const char* name, const char* version,
887 init_base_object(const char* name, const char* version, Object* object,
893 init_base_output_data(const char* name, const char* version, Output_data*,
900 init_base_output_segment(const char* name, const char* version,
909 init_base_constant(const char* name, const char* version, elfcpp::STT type,
915 init_base_undefined(const char* name, const char* version, elfcpp::STT type,
923 bool is_ordinary, Object* object, const char* version);
931 override_version(const char* version);
1087 init_object(const char* name, const char* version, Object* object,
[all …]
Dcref.cc224 if (s1->version() == NULL) in operator ()()
226 if (s2->version() != NULL) in operator ()()
229 else if (s2->version() == NULL) in operator ()()
233 i = strcmp(s1->version(), s2->version()); in operator ()()
311 if (sym->version() != NULL) in print_cref()
316 s += sym->version(); in print_cref()
Ddynobj.cc1394 vna.set_vna_hash(Dynobj::elf_hash((*p)->version())); in write()
1398 vna.set_vna_name(dynpool->get_offset((*p)->version())); in write()
1428 const char* version = dynpool->add(versions[k].c_str(), in Versions() local
1431 version, in Versions()
1432 this->version_script_.get_dependencies(version), in Versions()
1500 gold_assert(sym->version() != NULL); in record_version()
1503 const char* version = dynpool->add(sym->version(), false, &version_key); in record_version() local
1508 this->add_def(dynpool, sym, version, version_key); in record_version()
1514 this->add_need(dynpool, dynobj->soname(), version, version_key); in record_version()
1521 Versions::add_def(Stringpool* dynpool, const Symbol* sym, const char* version, in add_def() argument
[all …]
Dscript.h182 get_symbol_version(const char* symbol, std::string* version,
201 get_dependencies(const char* version) const;
271 : expression(NULL), version(NULL), is_global(false) in Glob()
275 : expression(e), version(v), is_global(ig) in Glob()
283 const Version_tree* version; member
/toolchain/binutils/binutils-2.25/config/
Disl.m45 # Software Foundation; either version 3, or (at your option) any later
6 # version.
35 AC_ARG_ENABLE(isl-version-check,
37 [--disable-isl-version-check],
38 [disable check for ISL version])],
62 dnl source, set up flags to use that and skip any version tests
69 AC_MSG_WARN([using in-tree ISL, disabling version check])
95 # Helper for verifying ISL compile time version.
97 [#include <isl/version.h>
105 # Test the found ISL to be exact of version MAJOR.MINOR and at least
[all …]
Dcloog.m45 # Software Foundation; either version 3, or (at your option) any later
6 # version.
34 AC_ARG_ENABLE(cloog-version-check,
36 [--disable-cloog-version-check],
37 [disable check for CLooG version])],
61 dnl source, set up flags to use that and skip any version tests
68 AC_MSG_WARN([using in-tree CLooG, disabling version check])
97 # Helper for verifying CLooG's compile time version.
99 [#include "cloog/version.h"],
108 # Test the found CLooG to be exact of version MAJOR.MINOR and at least
[all …]
Doverride.m45 dnl Autoconf version, which means they can be removed once the complete
6 dnl tree has moved to a new enough Autoconf version.
9 dnl Autoconf version is used. It should be kept for consistency.
30 dnl Ensure exactly this Autoconf version is used
34 dnl Test for the exact version when AC_INIT is expanded.
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
Dmicromips-size-0.l4 .*:22: Error: unrecognized 32-bit version of microMIPS opcode `addiusp32 256'
12 .*:70: Error: unrecognized 16-bit version of microMIPS opcode `add16\.ps \$f2,\$f4'
19 .*:84: Error: unrecognized 32-bit version of microMIPS opcode `addiusp32 256'
24 .*:104: Error: unrecognized 16-bit version of microMIPS opcode `add16\.ps \$f2,\$f4'
31 .*:128: Error: unrecognized 16-bit version of microMIPS opcode `dsll16 \$2,\$3,5'
33 .*:133: Error: unrecognized 16-bit version of microMIPS opcode `dsll16 \$2,\$3,13'
35 .*:138: Error: unrecognized 16-bit version of microMIPS opcode `dsll16 \$10,\$11,5'
/toolchain/binutils/binutils-2.25/gprof/
Dbb_exit_func.c49 const int version = GMON_VERSION; in __bb_exit_func() local
73 memcpy (&ghdr.version, &version, sizeof (version)); in __bb_exit_func()
/toolchain/binutils/binutils-2.25/ld/emultempl/
Dsolaris2.em19 the Free Software Foundation; either version 3 of the License, or
20 (at your option) any later version.
36 versioned shared object, they must always be bound to the base version.
88 /* Create a version pattern for this symbol. Some of them start
94 /* New version node for those symbols. */
97 /* The version name matches what bfd_elf_size_dynamic_sections uses
98 for the base version. */
105 /* Enforce base version. The encoded vd_ndx is vernum + 1. */
/toolchain/binutils/binutils-2.25/gold/testsuite/
Dver_test_10.script10 ## the Free Software Foundation; either version 3 of the License, or
11 ## (at your option) any later version.
23 # Test having a version script with no version.
Dver_test_5.script10 ## the Free Software Foundation; either version 3 of the License, or
11 ## (at your option) any later version.
23 # This tests that we don't break when assigning a version to an
/toolchain/binutils/binutils-2.25/bfd/
Dxsym.c224 bfd_sym_version version) in bfd_sym_read_header() argument
226 switch (version) in bfd_sym_read_header()
241 bfd_sym_read_version (bfd *abfd, bfd_sym_version *version) in bfd_sym_read_version() argument
251 *version = BFD_SYM_VERSION_3_1; in bfd_sym_read_version()
253 *version = BFD_SYM_VERSION_3_2; in bfd_sym_read_version()
255 *version = BFD_SYM_VERSION_3_3; in bfd_sym_read_version()
257 *version = BFD_SYM_VERSION_3_4; in bfd_sym_read_version()
259 *version = BFD_SYM_VERSION_3_5; in bfd_sym_read_version()
550 switch (sdata->version) in bfd_sym_fetch_resources_table_entry()
601 switch (sdata->version) in bfd_sym_fetch_modules_table_entry()
[all …]
Dcisco-core.c62 char version[4]; /* Version number */ member
91 unsigned int version; in cisco_core_file_validate() local
138 version = bfd_get_32 (abfd, crashinfo.version); in cisco_core_file_validate()
139 if (version == 0) in cisco_core_file_validate()
144 else if (version == 1) in cisco_core_file_validate()
Dnlmswap.h46 dst->version = in nlm_swap_fixed_header_in()
47 H_GET_32 (abfd, src->version); in nlm_swap_fixed_header_in()
107 H_PUT_32 (abfd, src->version, in nlm_swap_fixed_header_out()
108 dst->version); in nlm_swap_fixed_header_out()
/toolchain/binutils/binutils-2.25/ld/
Dtestplug.c229 sym->version = malloc (colon2 - colon1); in parse_symdefstr()
230 if (!sym->version) in parse_symdefstr()
232 memcpy (sym->version, colon1 + 1, colon2 - (colon1 + 1)); in parse_symdefstr()
233 sym->version[colon2 - (colon1 + 1)] = '\0'; in parse_symdefstr()
236 sym->version = NULL; in parse_symdefstr()
591 claimfile->symbols[n].version ? "@" : "", in onall_symbols_read()
592 (claimfile->symbols[n].version in onall_symbols_read()
593 ? claimfile->symbols[n].version : ""), in onall_symbols_read()
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-selective/
Dselective.exp97 set version [remote_exec host "$CXX -dumpversion"]
98 set version [lindex $version 1]
99 if [regexp "^(\[1-9\]\[0-9\]+|\[4-9\]|3.(\[1-9\]\[0-9\]+|\[4-9\]))\\." $version] {
/toolchain/binutils/binutils-2.25/binutils/po/
Dzh_CN.po38 " -v --version Display the program's version\n"
48 " -v --version ��ʾ����İ汾��\n"
168 msgid " [V] - display the version number\n"
184 " -V --version Print version information\n"
188 " -V --version ��ӡ�汾��Ϣ\n"
388 " -v --version Display the program's version\n"
393 " -v --version ��ʾ����İ汾��\n"
771 msgid " -V --version Display the program version.\n"
772 msgstr " -V --version ��ʾ����汾�š�\n"
853 msgid " --version Print dllwrap version\n"
[all …]
/toolchain/binutils/binutils-2.25/gas/
Dconfigure.com10 $! the Free Software Foundation; either version 3 of the License, or
11 $! (at your option) any later version.
160 /* Define to the full name and version of this package. */
166 /* Define to the version of this package. */
188 $! Get VERSION from ../bfd/version.m4

12345678910>>...30