Home | History | Annotate | Download | only in ld-elf

Lines Matching refs:got

75     set got [remote_exec host "$READELF -l --wide tmpdir/$test" "" "/dev/null" "tmpdir/$test.exp"]
76 if { [lindex $got 0] != 0 || ![string match "" [lindex $got 1]] } then {
77 send_log "$got\n"
84 set got [remote_exec host "grep GNU_RELRO tmpdir/$test.exp"]
85 if { ![string match "*GNU_RELRO*" $got] } then {
86 set got [remote_exec host "cat tmpdir/$test.exp"]
87 if { [string match "*.data.rel.ro*" $got]
88 || [string match "*.dynamic*" $got]
89 || [string match "*.got*" $got]
90 || [string match "*.eh_frame*" $got]
91 || [string match "*.gcc_except_table*" $got]
92 || [string match "*.exception_ranges*" $got]
93 || [string match "*.ctors*" $got]
94 || [string match "*.dtors*" $got]
95 || [string match "*.tdata*" $got]
96 || [string match "*.preinit_array*" $got]
97 || [string match "*.init_array*" $got]
98 || [string match "*.fini_array*" $got] } then {
107 set got [remote_exec host "$prog tmpdir/$test"]
108 if { [lindex $got 0] != 0 || ![string match "" [lindex $got 1]] } then {
109 send_log "$got\n"
115 set got [remote_exec host "$READELF -l --wide tmpdir/$test" "" "/dev/null" "tmpdir/$test.out"]
116 if { [lindex $got 0] != 0 || ![string match "" [lindex $got 1]] } then {
117 send_log "$got\n"