Searched refs:varname (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.27/ld/testsuite/config/ |
D | default.exp | 117 proc get_link_files {varname} { argument 118 global $varname 122 if ![info exists $varname] { 126 …$target_triplet' && . $srcdir/../configure.host && sed -e 's,\\\$\\\$,\$,g' <<EOF\n\$$varname\nEOF" 132 set $varname $result 133 send_log "$varname = $result\n"
|
/toolchain/binutils/binutils-2.27/gold/ |
D | options.h | 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.27/binutils/ |
D | stabs.c | 2441 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.27/gas/doc/ |
D | internals.texi | 1976 #@var{varname}: @var{value} 1979 The @var{varname} may be @code{objdump}, @code{nm}, or @code{as}, in which case 1982 program to run after the assembler has finished. If @var{varname} is 1984 @file{@var{file}.s} is used. If @var{varname} is @code{name}, it specifies the
|
/toolchain/binutils/binutils-2.27/ |
D | configure.ac | 2163 varname=`echo $dirname | sed -e s/+/_/g` 2164 if eval test x\${enable_${varname}} "=" xno ; then
|
D | configure | 6508 varname=`echo $dirname | sed -e s/+/_/g` 6509 if eval test x\${enable_${varname}} "=" xno ; then
|