Searched refs:shortname (Results 1 - 13 of 13) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/scripts/
H A Drun_doxygen9 # shortname
90 elif test $shortname = unset; then
91 shortname=$o
107 shortname=unset
122 if test $srcdir = unset || test $outdir = unset || test $mode = unset || test $shortname = unset || test $host_alias = unset; then
150 case x"$shortname" in
156 echo run_doxygen error: $shortname is invalid 1>&2
170 -e "s=@shortname@=${shortname}=g" \
/haiku-buildtools/legacy/binutils/include/
H A Dxtensa-isa-internal.h123 const char *shortname; /* Abbreviated name. */ member in struct:xtensa_regfile_internal_struct
H A Dxtensa-isa.h629 ignores "view" regfiles since they always have the same shortname as
636 xtensa_regfile_lookup_shortname (xtensa_isa isa, const char *shortname);
/haiku-buildtools/binutils/include/
H A Dxtensa-isa-internal.h125 const char *shortname; /* Abbreviated name. */ member in struct:xtensa_regfile_internal_struct
H A Dxtensa-isa.h627 ignores "view" regfiles since they always have the same shortname as
634 xtensa_regfile_lookup_shortname (xtensa_isa isa, const char *shortname);
/haiku-buildtools/binutils/gold/
H A Doptions.cc85 const int shortname_as_int = static_cast<int>(this->shortname);
87 if (this->shortname != '\0')
100 if (this->shortname != '\0')
102 len += printf("-%c", this->shortname);
112 && !(this->longname[0] == this->shortname
H A Doptions.h127 // Most options have both a shortname (one letter) and a longname.
150 // --help output is "-shortname HELPARG, --longname HELPARG: HELPSTRING"
165 char shortname; member in struct:gold::options::One_option
176 : longname(ln), dashes(d), shortname(sn), default_value(dv ? dv : ""),
239 Struct_special(const char* varname, Dashes dashes, char shortname, argument
242 : option(varname, dashes, shortname, "", helpstring, helparg, false, this,
672 // the alphabet, we show the option whose shortname is that letter
/haiku-buildtools/legacy/binutils/bfd/
H A Dxtensa-isa.c1381 xtensa_regfile_lookup_shortname (xtensa_isa isa, const char *shortname)
1386 if (!shortname || !*shortname)
1389 strcpy (xtisa_error_msg, "invalid regfile shortname");
1400 if (!strcmp (intisa->regfiles[n].shortname, shortname))
1405 sprintf (xtisa_error_msg, "regfile shortname \"%s\" not recognized",
1406 shortname);
1425 return intisa->regfiles[rf].shortname;
1373 xtensa_regfile_lookup_shortname(xtensa_isa isa, const char *shortname) argument
H A Delflink.c1356 char *shortname;
1397 shortname = bfd_hash_allocate (&info->hash->table, shortlen + 1);
1398 if (shortname == NULL)
1400 memcpy (shortname, name, shortlen);
1401 shortname[shortlen] = '\0';
1410 if (!_bfd_elf_merge_symbol (abfd, info, shortname, sym, &sec, value,
1422 (info, abfd, shortname, BSF_INDIRECT, bfd_ind_section_ptr,
1504 shortname = bfd_hash_allocate (&info->hash->table, len);
1505 if (shortname == NULL)
1507 memcpy (shortname, nam
1353 char *shortname; local
4195 char *shortname, *p; local
[all...]
/haiku-buildtools/binutils/bfd/
H A Dxtensa-isa.c1386 xtensa_regfile_lookup_shortname (xtensa_isa isa, const char *shortname)
1391 if (!shortname || !*shortname)
1394 strcpy (xtisa_error_msg, "invalid regfile shortname");
1405 if (!filename_cmp (intisa->regfiles[n].shortname, shortname))
1410 sprintf (xtisa_error_msg, "regfile shortname \"%s\" not recognized",
1411 shortname);
1430 return intisa->regfiles[rf].shortname;
1378 xtensa_regfile_lookup_shortname(xtensa_isa isa, const char *shortname) argument
H A Delflink.c1753 char *shortname;
1804 shortname = (char *) bfd_hash_allocate (&info->hash->table, shortlen + 1);
1805 if (shortname == NULL)
1807 memcpy (shortname, name, shortlen);
1808 shortname[shortlen] = '\0';
1818 if (!_bfd_elf_merge_symbol (abfd, info, shortname, sym, &tmp_sec, &value,
1858 (info, abfd, shortname, BSF_INDIRECT,
1953 shortname = (char *) bfd_hash_allocate (&info->hash->table, len);
1954 if (shortname == NULL)
1956 memcpy (shortname, nam
1750 char *shortname; local
4960 char *shortname, *p; local
[all...]
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-mmix.c1963 mmix_prefix_name (char *shortname) argument
1965 if (*shortname == ':')
1966 return shortname + 1;
1971 if (*shortname == '$')
1972 return shortname;
1976 obstack_grow (&mmix_sym_obstack, shortname, strlen (shortname) + 1);
/haiku-buildtools/binutils/gas/config/
H A Dtc-mmix.c1977 mmix_prefix_name (char *shortname) argument
1979 if (*shortname == ':')
1980 return shortname + 1;
1985 if (*shortname == '$')
1986 return shortname;
1990 obstack_grow (&mmix_sym_obstack, shortname, strlen (shortname) + 1);

Completed in 306 milliseconds