HomeSort by: relevance | last modified time | path
    Searched refs:ARCH64 (Results 1 - 4 of 4) sorted by relevancy

  /src/distrib/sets/
mkvars.mk 9 ARCH64 \
84 ARCH64=yes
86 ARCH64=no
  /src/external/gpl3/gdb.old/dist/gdb/
rs6000-aix-nat.c 78 # define ARCH64() 0
80 # define ARCH64() (register_size (current_inferior ()->arch (), 0) == 8)
303 if (ARCH64 ())
313 if (ARCH64 ())
343 if (ARCH64 ())
353 if (ARCH64 ())
396 if (ARCH64 ())
434 if (ARCH64 ())
450 if (!ARCH64 ())
476 if (ARCH64 ())
759 int arch64 = ARCH64 (); local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
rs6000-aix-nat.c 78 # define ARCH64() 0
80 # define ARCH64() (register_size (current_inferior ()->arch (), 0) == 8)
303 if (ARCH64 ())
313 if (ARCH64 ())
343 if (ARCH64 ())
353 if (ARCH64 ())
396 if (ARCH64 ())
434 if (ARCH64 ())
450 if (!ARCH64 ())
476 if (ARCH64 ())
759 int arch64 = ARCH64 (); local
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/scripts/
asan_device_setup 176 get_device_arch ARCH ARCH64
179 if [[ -n $ARCH64 ]]; then
180 echo "Target architecture: $ARCH64"
181 ASAN_RT64="libclang_rt.asan-$ARCH64-android.so"

Completed in 62 milliseconds