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

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
tls_common.exp 42 global link_output
55 if { [string match "*not supported*" $link_output]
56 || [string match "*unrecognized option*" $link_output] } {
58 } elseif { [string match "*Warning*alignment*of common symbol*" $link_output] } {
frame.exp 70 if [string match "*shared not supported*" $link_output] {
85 if [string match "*shared not supported*" $link_output] {
binutils.exp 50 global link_output
64 if { [string match "*not supported*" $link_output]
65 || [string match "*unrecognized option*" $link_output]
66 || [string match "*-z relro ignored*" $link_output] } {
exclude.exp 76 if [string match "*shared not supported*" $link_output] {
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfcomm/
elfcomm.exp 196 global link_output
217 if { ![regexp "Warning: alignment (\[0-9\]+) of symbol \`_?foo1\' in tmpdir/common1b.o is smaller than 64 in tmpdir/common1a.o" $link_output] } {
223 if { ![regexp "Warning: alignment (\[0-9\]+) of symbol \`_?foo1\' in tmpdir/common1b.o is smaller than 64 in tmpdir/common1a.o" $link_output]
224 || ![regexp "Warning: size of symbol \`_?foo1\' changed from 2 in tmpdir/common1a.o to 21 in tmpdir/common1b.o" $link_output] } {
251 if { ![regexp "Warning: alignment (\[0-9\]+) of symbol \`_?foo1\' in tmpdir/common1b.o is smaller than 64 in tmpdir/common1a.o" $link_output] } {
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-auto-import/
auto-import.exp 80 global link_output
95 catch "exec $ld $flags -o $target $objects" link_output
96 set exec_output [prune_warnings $link_output]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cygwin/
exe-export.exp 71 global link_output
85 catch "exec $ld $flags -o $target $objects" link_output
87 set exec_output [prune_warnings $link_output]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-ifunc/
binutils.exp 47 global link_output
58 if { [string match "*not supported*" $link_output]
59 || [string match "*unrecognized option*" $link_output] } {
  /system/bt/build/toolchain/gcc/
BUILD.gn 71 link_output = soname
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfvsb/
elfvsb.exp 135 global link_output
149 && [regexp "undefined reference to \`\.?visibility\'" $link_output]
150 && [regexp "undefined reference to \`visibility_var\'" $link_output] } {
153 && [regexp "undefined reference to \`\.?visibility\'" $link_output]
154 && [regexp "undefined reference to \`visibility_var\'" $link_output] } {
172 && [regexp "undefined reference to \`\.?visibility\'" $link_output]
173 && [regexp "undefined reference to \`visibility_var\'" $link_output] } {
176 && [regexp "undefined reference to \`\.?visibility\'" $link_output]
177 && [regexp "undefined reference to \`visibility_def\'" $link_output]
178 && [regexp "undefined reference to \`\.?visibility_func\'" $link_output]
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
mips-elf-flags.exp 101 global link_output ld ldemul
110 || [string first $message $link_output] < 0} {
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
x86-64.exp 176 global link_output
182 if [string match "*i386* architecture of input file `tmpdir/${test}b.o' is incompatible with i386:x86-64* output*" $link_output] {
192 if [string match "*i386* architecture of input file `tmpdir/${test}b.o' is incompatible with i386:x86-64* output*" $link_output] {
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/arch/
arch.exp 117 global link_output LD
  /toolchain/binutils/binutils-2.25/ld/testsuite/lib/
ld-lib.exp 81 global link_output
110 set link_output [file_contents "ld.tmp"]
111 regsub "\n$" $link_output "" link_output
112 if { [lindex $status 0] != 0 && [string match "" $link_output] } then {
113 append link_output "child process exited abnormally"
118 if [string match "" $link_output] then {
122 verbose -log "$link_output"
123 return "$link_output"
204 global link_output
    [all...]

Completed in 341 milliseconds