Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/ld/testsuite/config/
Ddefault.exp110 proc get_link_files {varname} { argument
111 global $varname
115 if ![info exists $varname] {
119 …$target_triplet' && . $srcdir/../configure.host && sed -e 's,\\\$\\\$,\$,g' <<EOF\n\$$varname\nEOF"
125 set $varname $result
126 send_log "$varname = $result\n"
/toolchain/binutils/binutils-2.25/gold/
Doptions.h234 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/
Dsom.c4899 unsigned int op, varname, deallocate_contents = 0; in som_set_reloc_info() local
4973 varname = *cp++; in som_set_reloc_info()
4992 if (varname == 'V') in som_set_reloc_info()
5039 var (varname) = c; in som_set_reloc_info()
5042 switch (varname) in som_set_reloc_info()
/toolchain/binutils/binutils-2.25/binutils/
Dstabs.c2441 char *varname; in parse_stab_one_struct_field() local
2453 varname = savestring (*pp, p - *pp); in parse_stab_one_struct_field()
2457 *retp = debug_make_static_member (dhandle, name, type, varname, in parse_stab_one_struct_field()
/toolchain/binutils/binutils-2.25/gas/doc/
Dinternals.texi1974 #@var{varname}: @var{value}
1977 The @var{varname} may be @code{objdump}, @code{nm}, or @code{as}, in which case
1980 program to run after the assembler has finished. If @var{varname} is
1982 @file{@var{file}.s} is used. If @var{varname} is @code{name}, it specifies the
/toolchain/binutils/binutils-2.25/
Dconfigure.ac2041 varname=`echo $dirname | sed -e s/+/_/g`
2042 if eval test x\${enable_${varname}} "=" xno ; then
Dconfigure6612 varname=`echo $dirname | sed -e s/+/_/g`
6613 if eval test x\${enable_${varname}} "=" xno ; then