HomeSort by relevance Sort by last modified time
    Searched refs:DEFINED (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-scripts/
defined5.d 6 # Check that arithmetic on DEFINED works.
8 0+1000 D defined
defined2.d 6 # Check that arithmetic on DEFINED works.
defined3.d 4 #source: defined.s
7 # Check that DEFINED matches only symbols defined before its location.
14 0+1 [AT] defined
defined4.d 6 # We check that defined and defined1 have the same address. MIPS targets
7 # use different address. MMIX puts defined and defined1 in text section.
9 # Check that arithmetic on DEFINED works.
11 0+0 D defined
defined6.d 7 # Check that DEFINED works with various symbol types
12 0+1 A defined
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
hex.l 11 DEFINED SYMBOLS
1cjmp1b.l 12 DEFINED SYMBOLS
1hjmp1b.l 12 DEFINED SYMBOLS
get-op.l 14 DEFINED SYMBOLS
list-pseudoints.l 16 DEFINED SYMBOLS
list-textfirst.l 14 DEFINED SYMBOLS
reloc16.l 12 DEFINED SYMBOLS
save-op.l 14 DEFINED SYMBOLS
unsave-op.l 14 DEFINED SYMBOLS
pop-op.l 16 DEFINED SYMBOLS
reloc8.l 15 DEFINED SYMBOLS
resume-op.l 15 DEFINED SYMBOLS
roundr-op.l 18 DEFINED SYMBOLS
set.l 17 DEFINED SYMBOLS
sync-op.l 18 DEFINED SYMBOLS
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mn10300/
pr997.l 16 DEFINED SYMBOLS
  /external/libcxx/
appveyor-reqs-install.cmd 17 if DEFINED CLANG_VERSION @set PATH="C:\Program Files\LLVM\bin";%PATH%
18 if DEFINED CLANG_VERSION clang-cl -v
20 if DEFINED MINGW_PATH rename "C:\Program Files\Git\usr\bin\sh.exe" "sh-ignored.exe"
21 if DEFINED MINGW_PATH @set "PATH=%PATH:C:\Program Files (x86)\Git\bin=%"
22 if DEFINED MINGW_PATH @set "PATH=%PATH%;%MINGW_PATH%"
23 if DEFINED MINGW_PATH g++ -v
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/
appveyor-reqs-install.cmd 17 if DEFINED CLANG_VERSION @set PATH="C:\Program Files\LLVM\bin";%PATH%
18 if DEFINED CLANG_VERSION clang-cl -v
20 if DEFINED MINGW_PATH rename "C:\Program Files\Git\usr\bin\sh.exe" "sh-ignored.exe"
21 if DEFINED MINGW_PATH @set "PATH=%PATH:C:\Program Files (x86)\Git\bin=%"
22 if DEFINED MINGW_PATH @set "PATH=%PATH%;%MINGW_PATH%"
23 if DEFINED MINGW_PATH g++ -v
  /external/valgrind/cachegrind/
cg_arch.c 280 #define DEFINED(L) (-1 != L->size || -1 != L->assoc || -1 != L->line_size)
282 // Count how many were defined on the command line.
284 (DEFINED(clo_I1c) &&
285 DEFINED(clo_D1c) &&
286 DEFINED(clo_LLc));
297 check_cache_or_override ("I1", I1c, DEFINED(clo_I1c));
298 check_cache_or_override ("D1", D1c, DEFINED(clo_D1c));
299 check_cache_or_override ("LL", LLc, DEFINED(clo_LLc));
301 // Then replace with any defined on the command line. (Already checked in
303 if (DEFINED(clo_I1c)) { *I1c = *clo_I1c;
    [all...]
  /external/gflags/cmake/
config.cmake.in 43 if (NOT DEFINED @PACKAGE_PREFIX@_SHARED)
44 if (DEFINED @PACKAGE_NAME@_SHARED)
58 if (NOT DEFINED @PACKAGE_PREFIX@_NOTHREADS)
59 if (DEFINED @PACKAGE_NAME@_NOTHREADS)

Completed in 209 milliseconds

1 2 3 4