Home
last modified time | relevance | path

Searched refs:shortname (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Doptions.cc85 const int shortname_as_int = static_cast<int>(this->shortname); in register_option()
87 if (this->shortname != '\0') in register_option()
100 if (this->shortname != '\0') in print()
102 len += printf("-%c", this->shortname); in print()
112 && !(this->longname[0] == this->shortname in print()
Doptions.h163 char shortname; member
172 : longname(ln), dashes(d), shortname(sn), default_value(dv ? dv : ""), in One_option()
234 Struct_special(const char* varname, Dashes dashes, char shortname, in Struct_special()
237 : option(varname, dashes, shortname, "", helpstring, helparg, false, this), in Struct_special()
/toolchain/binutils/binutils-2.25/bfd/
Dxtensa-isa.c1378 xtensa_regfile_lookup_shortname (xtensa_isa isa, const char *shortname) in xtensa_regfile_lookup_shortname() argument
1383 if (!shortname || !*shortname) in xtensa_regfile_lookup_shortname()
1397 if (!filename_cmp (intisa->regfiles[n].shortname, shortname)) in xtensa_regfile_lookup_shortname()
1403 shortname); in xtensa_regfile_lookup_shortname()
1422 return intisa->regfiles[rf].shortname; in xtensa_regfile_shortname()
Delflink.c1573 char *shortname; in _bfd_elf_add_default_symbol() local
1597 shortname = (char *) bfd_hash_allocate (&info->hash->table, shortlen + 1); in _bfd_elf_add_default_symbol()
1598 if (shortname == NULL) in _bfd_elf_add_default_symbol()
1600 memcpy (shortname, name, shortlen); in _bfd_elf_add_default_symbol()
1601 shortname[shortlen] = '\0'; in _bfd_elf_add_default_symbol()
1610 if (!_bfd_elf_merge_symbol (abfd, info, shortname, sym, &tmp_sec, &value, in _bfd_elf_add_default_symbol()
1622 (info, abfd, shortname, BSF_INDIRECT, bfd_ind_section_ptr, in _bfd_elf_add_default_symbol()
1715 shortname = (char *) bfd_hash_allocate (&info->hash->table, len); in _bfd_elf_add_default_symbol()
1716 if (shortname == NULL) in _bfd_elf_add_default_symbol()
1718 memcpy (shortname, name, shortlen); in _bfd_elf_add_default_symbol()
[all …]
/toolchain/binutils/binutils-2.25/include/
Dxtensa-isa-internal.h125 const char *shortname; /* Abbreviated name. */ member
Dxtensa-isa.h625 xtensa_regfile_lookup_shortname (xtensa_isa isa, const char *shortname);
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mmix.c1977 mmix_prefix_name (char *shortname) in mmix_prefix_name() argument
1979 if (*shortname == ':') in mmix_prefix_name()
1980 return shortname + 1; in mmix_prefix_name()
1985 if (*shortname == '$') in mmix_prefix_name()
1986 return shortname; in mmix_prefix_name()
1990 obstack_grow (&mmix_sym_obstack, shortname, strlen (shortname) + 1); in mmix_prefix_name()