HomeSort by relevance Sort by last modified time
    Searched refs:ld_options (Results 1 - 8 of 8) sorted by null

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/
relfail.exp 135 set ld_options [subst [lindex $testentry 2]]
138 set testname "SH64 relfail $opcode $as_options $ld_options"
146 set def_ld_options $ld_options
158 if {$ld_options == ""} {
159 set ld_options $def_ld_options
183 set result [ld_simple_link $ld $binfile "--no-warn-mismatch $ld_options $objects"]
relax.exp 81 set ld_options [subst [lindex $testentry 2]]
117 set result [ld_simple_link $ld $binfile " --no-warn-mismatch $ld_options $objfiles"]
  /toolchain/binutils/binutils-2.25/ld/
lexsup.c 99 static const struct ld_option ld_options[] = variable in typeref:struct:ld_option
530 #define OPTION_COUNT ARRAY_SIZE (ld_options)
561 if (ld_options[i].shortopt != '\0')
563 shortopts[is] = ld_options[i].shortopt;
565 if (ld_options[i].opt.has_arg == required_argument
566 || ld_options[i].opt.has_arg == optional_argument)
570 if (ld_options[i].opt.has_arg == optional_argument)
577 if (ld_options[i].opt.name != NULL)
579 if (ld_options[i].control == EXACTLY_TWO_DASHES)
581 really_longopts[irl] = ld_options[i].opt
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
binutils.exp 38 # to hardwire the test name. This is important if ld_options contains
40 # from the prog_name and ld_options and we do not want absolute paths
42 proc binutils_test { prog_name ld_options test {test_name ""}} {
55 set test_name "$prog_name $ld_options ($test)"
63 if { ![ld_simple_link $ld tmpdir/$test "$ld_options -z stack-size=0 tmpdir/$test.o"] } {
67 unsupported "$ld_options is not supported by this target"
82 if [string match "*-z relro*" $ld_options] {
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
powerpc.exp 254 set ld_options [lindex $line 1]
255 regsub -all elf32ppc $ld_options elf32lppc ld_options
256 set line [lreplace $line 1 1 $ld_options]
263 set ld_options [lindex $line 1]
264 regsub -all elf64ppc $ld_options elf64lppc ld_options
265 set line [lreplace $line 1 1 $ld_options]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-ifunc/
binutils.exp 39 proc binutils_test { prog_name ld_options test } {
50 set test_name "$prog_name $ld_options ($test)"
57 if { ![ld_simple_link $ld tmpdir/$test "$ld_options tmpdir/$test.o"] } {
60 unsupported "$ld_options is not supported by this target"
  /toolchain/binutils/binutils-2.25/ld/testsuite/lib/
ld-lib.exp 1081 set ld_options [lindex $testitem 1]
1095 # verbose -log "ld_options is $ld_options"
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winldap.h 152 ULONG ld_options; member in struct:ldap
    [all...]

Completed in 798 milliseconds