Lines Matching refs:exists
24 if ![info exists ld] then {
28 if ![info exists as] then {
32 if ![info exists nm] then {
36 if ![info exists objdump] then {
40 if ![info exists objcopy] then {
44 if ![info exists ar] then {
48 if ![info exists strip] then {
67 if {[file exists tmpdir/libpath.exp]} {
78 if {![info exists CC]} {
81 if {![info exists CFLAGS]} {
84 if {![info exists CXX]} {
87 if {![info exists CXXFLAGS]} {
96 (![board_info [target_info name] exists multilib_flags] ||
115 if ![info exists $varname] {
145 if ![info exists HOSTING_EMU] { set HOSTING_EMU "-m [get_target_emul]" }
234 if ![info exists AS] then {
238 if ![info exists ASFLAGS] then {
242 if ![info exists OBJDUMP] then {
246 if ![info exists OBJDUMPFLAGS] then {
250 if ![info exists NM] then {
254 if ![info exists NMFLAGS] then {
258 if ![info exists OBJCOPY] then {
262 if ![info exists OBJCOPYFLAGS] then {
266 if ![info exists READELF] then {
270 if ![info exists READELFFLAGS] then {
274 if ![info exists LD] then {
278 if ![info exists LDFLAGS] then {