/external/valgrind/memcheck/tests/ |
D | str_tester.c | 49 check (int thing, int number) in check() function 62 check(a != NULL && b != NULL && STREQ (a, b), number); in equal() 73 check (strcmp ("", "") == 0, 1); /* Trivial case. */ in test_strcmp() 74 check (strcmp ("a", "a") == 0, 2); /* Identity. */ in test_strcmp() 75 check (strcmp ("abc", "abc") == 0, 3); /* Multicharacter. */ in test_strcmp() 76 check (strcmp ("abc", "abcd") < 0, 4); /* Length mismatches. */ in test_strcmp() 77 check (strcmp ("abcd", "abc") > 0, 5); in test_strcmp() 78 check (strcmp ("abcd", "abce") < 0, 6); /* Honest miscompares. */ in test_strcmp() 79 check (strcmp ("abce", "abcd") > 0, 7); in test_strcmp() 80 check (strcmp ("a\203", "a") > 0, 8); /* Tricky if char signed. */ in test_strcmp() [all …]
|
/external/clang/test/Lexer/ |
D | cxx-features.cpp | 13 #define check(macro, cxx98, cxx11, cxx14, cxx1z) cxx98 == 0 ? defined(__cpp_##macro) : __cpp_##macr… macro 15 #define check(macro, cxx98, cxx11, cxx14, cxx1z) cxx11 == 0 ? defined(__cpp_##macro) : __cpp_##macr… macro 17 #define check(macro, cxx98, cxx11, cxx14, cxx1z) cxx14 == 0 ? defined(__cpp_##macro) : __cpp_##macr… macro 19 #define check(macro, cxx98, cxx11, cxx14, cxx1z) cxx1z == 0 ? defined(__cpp_##macro) : __cpp_##macr… macro 22 #if check(binary_literals, 0, 0, 201304, 201304) 26 #if check(digit_separators, 0, 0, 201309, 201309) 30 #if check(init_captures, 0, 0, 201304, 201304) 34 #if check(generic_lambdas, 0, 0, 201304, 201304) 38 #if check(sized_deallocation, 0, 0, 201309, 201309) 42 #if check(constexpr, 0, 200704, 201304, 201304) [all …]
|
/external/jsmn/ |
D | jsmn_test.c | 15 #define check(cond) do { if (!(cond)) fail(); } while (0) macro 53 check(r >= 0); in test_empty() 54 check(t[0].type == JSMN_OBJECT); in test_empty() 55 check(t[0].start == 0 && t[0].end == 2); in test_empty() 60 check(r >= 0); in test_empty() 61 check(t[0].type == JSMN_ARRAY); in test_empty() 62 check(t[0].start == 0 && t[0].end == 2); in test_empty() 67 check(r >= 0); in test_empty() 68 check(t[0].type == JSMN_OBJECT && t[0].start == 0 && t[0].end == 8); in test_empty() 69 check(t[1].type == JSMN_STRING && t[1].start == 2 && t[1].end == 3); in test_empty() [all …]
|
/external/clang/test/Analysis/ |
D | temporaries.cpp | 119 extern bool check(const Dtor &); 124 if (coin() && (coin() || coin() || check(Dtor()))) { in testPR16664andPR18159Crash() 149 extern bool check(const NoReturnDtor &); 154 if (i == 5 && (i == 4 || check(NoReturnDtor()) || i == 5)) { in testConsistencyIf() 160 (i == 5 && (i == 4 || check(NoReturnDtor()) || i == 5)) ? 1 : 0; in testConsistencyTernary() 167 (i == 5 && (i == 4 || check(NoReturnDtor()) || i == 5)) ? 1 : 0; in testConsistencyTernary() 177 if (i == 5 && (i == 4 || i == 5 || check(NoReturnDtor()))) in testConsistencyNested() 180 if (i == 5 && (i == 4 || i == 5 || check(NoReturnDtor()))) in testConsistencyNested() 188 compute(i == 5 && (i == 4 || check(NoReturnDtor()))))) || in testConsistencyNested() 195 compute(i == 5 && (i == 4 || check(NoReturnDtor()))))) || in testConsistencyNested() [all …]
|
/external/llvm/test/FileCheck/ |
D | implicit-check-not.txt | 1 ; RUN: sed 's#^;.*##' %s | FileCheck -check-prefix=CHECK-PASS -implicit-check-not=warning: %s 2 …sed 's#^;.*##' %s | not FileCheck -check-prefix=CHECK-FAIL1 -implicit-check-not=warning: %s 2>&1 |… 3 …sed 's#^;.*##' %s | not FileCheck -check-prefix=CHECK-FAIL2 -implicit-check-not=warning: %s 2>&1 |… 4 …sed 's#^;.*##' %s | not FileCheck -check-prefix=CHECK-FAIL3 -implicit-check-not=warning: %s 2>&1 |… 5 …s#^;.*##' %s | not FileCheck -check-prefix=CHECK-FAIL1 -implicit-check-not='{{aaa|bbb|ccc}}' %s 2>… 6 …t FileCheck -check-prefix=CHECK-FAIL1 -implicit-check-not=aaa -implicit-check-not=bbb -implicit-ch… 7 …t FileCheck -check-prefix=CHECK-FAIL2 -implicit-check-not=aaa -implicit-check-not=bbb -implicit-ch… 8 …t FileCheck -check-prefix=CHECK-FAIL3 -implicit-check-not=aaa -implicit-check-not=bbb -implicit-ch… 14 ; CHECK-ERROR1-NEXT: -implicit-check-not='warning:' 19 ; CHECK-ERROR4-NEXT: {{-implicit-check-not='\{\{aaa\|bbb\|ccc\}\}'}} [all …]
|
D | no-multi-suffixes.txt | 1 ; RUN: not FileCheck -check-prefix=DAGNOT -input-file %s %s 2>&1 | FileCheck -check-prefix=ERROR -c… 2 ; RUN: not FileCheck -check-prefix=NOTDAG -input-file %s %s 2>&1 | FileCheck -check-prefix=ERROR -c… 3 ; RUN: not FileCheck -check-prefix=NEXTNOT -input-file %s %s 2>&1 | FileCheck -check-prefix=ERROR -… 4 ; RUN: not FileCheck -check-prefix=NOTNEXT -input-file %s %s 2>&1 | FileCheck -check-prefix=ERROR -… 5 ; RUN: not FileCheck -check-prefix=SAMENOT -input-file %s %s 2>&1 | FileCheck -check-prefix=ERROR -… 6 ; RUN: not FileCheck -check-prefix=NOTSAME -input-file %s %s 2>&1 | FileCheck -check-prefix=ERROR -…
|
D | validate-check-prefix.txt | 1 // RUN: not FileCheck -check-prefix=A! -input-file %s %s 2>&1 | FileCheck -check-prefix=BAD_PREFIX … 2 // RUN: FileCheck -check-prefix=A1a-B_c -input-file %s %s 3 // RUN: not FileCheck -check-prefix=REPEAT -check-prefix=REPEAT -input-file %s %s 2>&1 | FileCheck … 4 // RUN: not FileCheck -check-prefix=VALID -check-prefix=A! -input-file %s %s 2>&1 | FileCheck -chec… 5 // RUN: not FileCheck -check-prefix= -input-file %s %s 2>&1 | FileCheck -check-prefix=BAD_PREFIX %s 9 ; BAD_PREFIX: Supplied check-prefix is invalid! Prefixes must be
|
/external/clang/test/Sema/ |
D | arm-layout.c | 5 #define check(name, cond) int _##name##_check[(cond) ? 1 : -1] macro 9 check(s0_size, sizeof(struct s0) == 16); 11 check(s0_size, sizeof(struct s0) == 12); 16 check(s1_size, sizeof(struct s1) == 16); 18 check(s1_size, sizeof(struct s1) == 12); 27 check(s2_size, sizeof(struct s2) == 8); 28 check(s2_offset_0, __builtin_offsetof(struct s2, field0) == 0); 29 check(s2_offset_1, __builtin_offsetof(struct s2, field2) == 7); 31 check(s2_size, sizeof(struct s2) == 6); 32 check(s2_offset_0, __builtin_offsetof(struct s2, field0) == 0); [all …]
|
D | builtin-unary-fp.c | 2 void check(int); 4 check(__builtin_isfinite(1.0f)); in a() 5 check(__builtin_isinf(1.0)); in a() 6 check(__builtin_isinf_sign(1.0L)); in a() 7 check(__builtin_isnan(1.0f)); in a() 8 check(__builtin_isnormal(1.0f)); in a() 9 check(__builtin_isfinite(1)); // expected-error{{requires argument of floating point type}} in a() 10 check(__builtin_isinf()); // expected-error{{too few arguments}} in a() 11 check(__builtin_isnan(1,2)); // expected-error{{too many arguments}} in a() 12 check(__builtin_fpclassify(0, 0, 0, 0, 0, 1.0)); in a() [all …]
|
/external/bison/tests/ |
D | Makefile.am | 70 check-local: atconfig atlocal $(TESTSUITE) 80 .PHONY: maintainer-check-g++ 81 maintainer-check-g++: atconfig atlocal $(TESTSUITE) 84 .PHONY: maintainer-check-posix 85 maintainer-check-posix: atconfig atlocal $(TESTSUITE) 88 .PHONY: maintainer-check-valgrind 89 maintainer-check-valgrind: atconfig atlocal $(TESTSUITE) 95 .PHONY: maintainer-check 96 maintainer-check: maintainer-check-posix maintainer-check-valgrind maintainer-check-g++ 98 .PHONY: maintainer-push-check [all …]
|
/external/linux-kselftest/tools/testing/selftests/powerpc/switch_endian/ |
D | check.S | 13 cmpd r9,r3 # check r3 15 addi r9,r15,4 # check r4 18 lis r9,0x00FF # check CR 25 addi r9,r15,32 # check LR 29 addi r9,r15,5 # check r5 32 addi r9,r15,6 # check r6 35 addi r9,r15,7 # check r7 38 addi r9,r15,8 # check r8 41 addi r9,r15,13 # check r13 44 addi r9,r15,14 # check r14 [all …]
|
/external/elfutils/tests/ |
D | elfshphehdr.c | 34 check (const char *msg, bool statement) in check() function 70 check ("e_shnum == 0", ehdr.e_shnum == 0); in test() 71 check ("e_phnum == 0", ehdr.e_phnum == 0); in test() 72 check ("e_shoff == 0", ehdr.e_shoff == 0); in test() 73 check ("e_phoff == 0", ehdr.e_phoff == 0); in test() 77 check ("shnum == 0", shnum == 0); in test() 81 check ("phnum == 0", phnum == 0); in test() 93 check ("EI_DATA", ehdr.e_ident[EI_DATA] != ELFDATANONE); in test() 94 check ("e_version", ehdr.e_version == EV_CURRENT); in test() 97 check ("e_shnum == 0", ehdr.e_shnum == 0); in test() [all …]
|
/external/eigen/test/ |
D | fastmath.cpp | 12 void check(bool b, bool ref) in check() function 37 …"std::isfinite(" << m(3) << ") = "; check((std::isfinite)(m(3)),false); std::cout << " ; numext::… in check_inf_nan() 38 …"std::isinf(" << m(3) << ") = "; check((std::isinf)(m(3)),false); std::cout << " ; numext::… in check_inf_nan() 39 …"std::isnan(" << m(3) << ") = "; check((std::isnan)(m(3)),true); std::cout << " ; numext::… in check_inf_nan() 40 std::cout << "allFinite: "; check(m.allFinite(), 0); std::cout << "\n"; in check_inf_nan() 41 std::cout << "hasNaN: "; check(m.hasNaN(), 1); std::cout << "\n"; in check_inf_nan() 56 …"std::isfinite(" << m(4) << ") = "; check((std::isfinite)(m(4)),false); std::cout << " ; numext::… in check_inf_nan() 57 …"std::isinf(" << m(4) << ") = "; check((std::isinf)(m(4)),true); std::cout << " ; numext::… in check_inf_nan() 58 …"std::isnan(" << m(4) << ") = "; check((std::isnan)(m(4)),false); std::cout << " ; numext::… in check_inf_nan() 59 std::cout << "allFinite: "; check(m.allFinite(), 0); std::cout << "\n"; in check_inf_nan() [all …]
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | CheckerDocumentation.cpp | 37 class CheckerDocumentation : public Checker< check::PreStmt<ReturnStmt>, 38 check::PostStmt<DeclStmt>, 39 check::PreObjCMessage, 40 check::PostObjCMessage, 41 check::ObjCMessageNil, 42 check::PreCall, 43 check::PostCall, 44 check::BranchCondition, 45 check::Location, 46 check::Bind, [all …]
|
/external/compiler-rt/lib/tsan/ |
D | check_analyze.sh | 21 check() { function 30 check $f rsp 1 31 check $f push 2 32 check $f pop 2 36 check $f rsp 1 37 check $f push 3 38 check $f pop 3 42 check $f rsp 1 43 check $f push 5 44 check $f pop 5 [all …]
|
/external/llvm/test/tools/dsymutil/ |
D | arch-option.test | 4 …/Inputs/fat-test.arm.dylib | FileCheck %s -check-prefix=ARM64 -check-prefix=ARMV7S -check-prefix=A… 5 …t-test.arm.dylib -arch all | FileCheck %s -check-prefix=ARM64 -check-prefix=ARMV7S -check-prefix=A… 6 …t-test.arm.dylib -arch='*' | FileCheck %s -check-prefix=ARM64 -check-prefix=ARMV7S -check-prefix=A… 7 …ug-map %p/Inputs/fat-test.arm.dylib -arch arm64 | FileCheck %s -check-prefix=ARM64 -check-prefix=C… 8 …/Inputs/fat-test.arm.dylib -arch arm | FileCheck %s -check-prefix=ARMV7S -check-prefix=ARMV7 -chec… 9 …ug-map %p/Inputs/fat-test.arm.dylib -arch armv7 | FileCheck %s -check-prefix=ARMV7 -check-prefix=C… 10 …t.arm.dylib -arch arm64 -arch armv7s | FileCheck %s -check-prefix=ARM64 -check-prefix=ARMV7S -chec… 11 … -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch arm42 2>&1 | FileCheck %s -check-prefix=BADARCH 12 … %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch i386 2>&1 | FileCheck %s -check-prefix=EMPTY
|
/external/llvm/test/CodeGen/X86/ |
D | slow-unaligned-mem.ll | 3 ; RUN: llc < %s -mtriple=i386-unknown-unknown -mcpu=pentium3 2>&1 | FileCheck %s --check-prefi… 4 ; RUN: llc < %s -mtriple=i386-unknown-unknown -mcpu=pentium3m 2>&1 | FileCheck %s --check-prefi… 5 ; RUN: llc < %s -mtriple=i386-unknown-unknown -mcpu=pentium-m 2>&1 | FileCheck %s --check-prefi… 6 ; RUN: llc < %s -mtriple=i386-unknown-unknown -mcpu=pentium4 2>&1 | FileCheck %s --check-prefi… 7 ; RUN: llc < %s -mtriple=i386-unknown-unknown -mcpu=pentium4m 2>&1 | FileCheck %s --check-prefi… 8 ; RUN: llc < %s -mtriple=i386-unknown-unknown -mcpu=yonah 2>&1 | FileCheck %s --check-prefi… 9 ; RUN: llc < %s -mtriple=i386-unknown-unknown -mcpu=prescott 2>&1 | FileCheck %s --check-prefi… 10 ; RUN: llc < %s -mtriple=i386-unknown-unknown -mcpu=nocona 2>&1 | FileCheck %s --check-prefi… 11 ; RUN: llc < %s -mtriple=i386-unknown-unknown -mcpu=core2 2>&1 | FileCheck %s --check-prefi… 12 ; RUN: llc < %s -mtriple=i386-unknown-unknown -mcpu=penryn 2>&1 | FileCheck %s --check-prefi… [all …]
|
D | cpus.ll | 5 …ev/null -mtriple=x86_64-unknown-unknown -mcpu=foobar 2>&1 | FileCheck %s --check-prefix=CHECK-ERROR 10 …v/null -mtriple=x86_64-unknown-unknown -mcpu=nocona 2>&1 | FileCheck %s --check-prefix=CHECK-NO-ER… 11 …ev/null -mtriple=x86_64-unknown-unknown -mcpu=core2 2>&1 | FileCheck %s --check-prefix=CHECK-NO-ER… 12 …v/null -mtriple=x86_64-unknown-unknown -mcpu=penryn 2>&1 | FileCheck %s --check-prefix=CHECK-NO-ER… 13 …/null -mtriple=x86_64-unknown-unknown -mcpu=nehalem 2>&1 | FileCheck %s --check-prefix=CHECK-NO-ER… 14 …null -mtriple=x86_64-unknown-unknown -mcpu=westmere 2>&1 | FileCheck %s --check-prefix=CHECK-NO-ER… 15 …l -mtriple=x86_64-unknown-unknown -mcpu=sandybridge 2>&1 | FileCheck %s --check-prefix=CHECK-NO-ER… 16 …ull -mtriple=x86_64-unknown-unknown -mcpu=ivybridge 2>&1 | FileCheck %s --check-prefix=CHECK-NO-ER… 17 …/null -mtriple=x86_64-unknown-unknown -mcpu=haswell 2>&1 | FileCheck %s --check-prefix=CHECK-NO-ER… 18 …ull -mtriple=x86_64-unknown-unknown -mcpu=broadwell 2>&1 | FileCheck %s --check-prefix=CHECK-NO-ER… [all …]
|
/external/v8/tools/mb/ |
D | mb_unittest.py | 227 def check(self, args, mbw=None, files=None, out=None, err=None, ret=None): member in UnitTest 248 self.check(['gen', '-c', 'gn_debug_goma', '//out/Debug'], mbw=mbw, ret=0) 254 self.check(['gen', '-c', 'gn_debug_goma', '//out/Debug'], mbw=mbw, ret=0) 259 self.check(['gen', '-c', 'gyp_debug', '//out/Debug'], mbw=mbw, ret=0) 266 self.check(['gen', '-c', 'gyp_debug', '//out/Debug'], mbw=mbw, ret=0) 282 self.check(['analyze', '-c', 'gn_debug_goma', '//out/Default', 301 self.check(['analyze', '-c', 'gn_debug_goma', '//out/Default', 313 self.check(['analyze', '-c', 'gn_debug_goma', '//out/Default', 335 self.check(['analyze', '-c', 'gn_debug_goma', '//out/Default', 346 self.check(['gen', '-c', 'gn_debug_goma', '//out/Default', '-g', '/goma'], [all …]
|
/external/llvm/test/tools/llvm-profdata/ |
D | weight-instr.test | 6 RUN: FileCheck %s -check-prefix=1X_1X_WEIGHT --check-prefix=1X_1X_WEIGHT-1 < %t.out1 7 RUN: FileCheck %s -check-prefix=1X_1X_WEIGHT --check-prefix=1X_1X_WEIGHT-2 < %t.out1 8 RUN: FileCheck %s -check-prefix=1X_1X_WEIGHT --check-prefix=1X_1X_WEIGHT-3 < %t.out1 9 RUN: FileCheck %s -check-prefix=1X_1X_WEIGHT --check-prefix=1X_1X_WEIGHT-4 < %t.out1 12 RUN: FileCheck %s -check-prefix=1X_1X_WEIGHT --check-prefix=1X_1X_WEIGHT-1 < %t.out2 13 RUN: FileCheck %s -check-prefix=1X_1X_WEIGHT --check-prefix=1X_1X_WEIGHT-2 < %t.out2 14 RUN: FileCheck %s -check-prefix=1X_1X_WEIGHT --check-prefix=1X_1X_WEIGHT-3 < %t.out2 15 RUN: FileCheck %s -check-prefix=1X_1X_WEIGHT --check-prefix=1X_1X_WEIGHT-4 < %t.out2 41 RUN: FileCheck %s -check-prefix=3X_5X_WEIGHT --check-prefix=3X_5X_WEIGHT-1 < %t.out3 42 RUN: FileCheck %s -check-prefix=3X_5X_WEIGHT --check-prefix=3X_5X_WEIGHT-2 < %t.out3 [all …]
|
/external/llvm/test/DebugInfo/X86/ |
D | tls.ll | 2 ; RUN: | FileCheck --check-prefix=NOEMU --check-prefix=SINGLE --check-prefix=SINGLE-64 --check-pr… 5 ; RUN: | FileCheck --check-prefix=NOEMU --check-prefix=SINGLE --check-prefix=SINGLE-32 --check-pr… 8 ; RUN: | FileCheck --check-prefix=NOEMU --check-prefix=FISSION --check-prefix=GNUOP %s 11 ; RUN: | FileCheck --check-prefix=NOEMU --check-prefix=SINGLE --check-prefix=SINGLE-64 --check-pr… 14 ; RUN: | FileCheck --check-prefix=NOEMU --check-prefix=DARWIN --check-prefix=STDOP %s 17 ; RUN: | FileCheck --check-prefix=NOEMU --check-prefix=SINGLE --check-prefix=SINGLE-64 --check-pr… 20 ; RUN: | FileCheck --check-prefix=SINGLE --check-prefix=EMUSINGLE-64 \ 21 ; RUN: --check-prefix=EMUGNUOP --check-prefix=EMU %s 24 ; RUN: | FileCheck --check-prefix=SINGLE --check-prefix=EMUSINGLE-32 \ 25 ; RUN: --check-prefix=EMUGNUOP --check-prefix=EMU %s [all …]
|
/external/clang/test/Driver/ |
D | r600-mcpu.cl | 3 // RUN: %clang -### -target r600 -x cl -S -emit-llvm -mcpu=r600 %s -o - 2>&1 | FileCheck --check-pr… 4 // RUN: %clang -### -target r600 -x cl -S -emit-llvm -mcpu=rv630 %s -o - 2>&1 | FileCheck --check-p… 5 // RUN: %clang -### -target r600 -x cl -S -emit-llvm -mcpu=rv635 %s -o - 2>&1 | FileCheck --check-p… 6 // RUN: %clang -### -target r600 -x cl -S -emit-llvm -mcpu=rv610 %s -o - 2>&1 | FileCheck --check-p… 7 // RUN: %clang -### -target r600 -x cl -S -emit-llvm -mcpu=rv620 %s -o - 2>&1 | FileCheck --check-p… 8 // RUN: %clang -### -target r600 -x cl -S -emit-llvm -mcpu=rs780 %s -o - 2>&1 | FileCheck --check-p… 9 // RUN: %clang -### -target r600 -x cl -S -emit-llvm -mcpu=rs880 %s -o - 2>&1 | FileCheck --check-p… 10 // RUN: %clang -### -target r600 -x cl -S -emit-llvm -mcpu=rv670 %s -o - 2>&1 | FileCheck --check-p… 11 // RUN: %clang -### -target r600 -x cl -S -emit-llvm -mcpu=rv710 %s -o - 2>&1 | FileCheck --check-p… 12 // RUN: %clang -### -target r600 -x cl -S -emit-llvm -mcpu=rv730 %s -o - 2>&1 | FileCheck --check-p… [all …]
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | load-weird-sizes.ll | 1 …-march=amdgcn -verify-machineinstrs < %s | FileCheck -check-prefix=SI-NOHSA -check-prefix=SI -chec… 2 … -mcpu=kaveri -verify-machineinstrs < %s | FileCheck -check-prefix=FUNC -check-prefix=CI-HSA -chec… 3 …n -mcpu=tonga -verify-machineinstrs < %s | FileCheck -check-prefix=SI-NOHSA -check-prefix=SI -chec… 4 ; RUN: llc -march=r600 -mcpu=redwood < %s | FileCheck -check-prefix=R600 -check-prefix=EG -check-pr… 5 ; RUN: llc -march=r600 -mcpu=cayman < %s | FileCheck -check-prefix=R600 -check-prefix=CM -check-pre…
|
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/check/ |
D | LimitTest.java | 12 package org.jacoco.report.check; 51 limit.check(new TestNode())); in testTotalCount() 61 limit.check(new TestNode())); in testMissedCount() 71 limit.check(new TestNode())); in testCoveredCount() 81 limit.check(new TestNode() { in testMissedRatio() 95 limit.check(new TestNode() { in testCoveredRatio() 110 limit.check(new TestNode())); in testInstruction() 120 limit.check(new TestNode())); in testBranch() 130 limit.check(new TestNode())); in testLine() 140 limit.check(new TestNode())); in testComlexity() [all …]
|
/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/ |
D | COFF_i386.s | 14 # rtdyld-check: decode_operand(rel1, 0) = (_function-_main-4-1) 18 # rtdyld-check: decode_operand(rel12, 0)[31:0] = (_printf-_main-4-8) 29 # rtdyld-check: decode_operand(rel3, 3) = __imp__OutputDebugStringA 34 # rtdyld-check: decode_operand(rel4, 3) = __imp__ExitProcess 44 # rtdyld-check: *{4}__imp__OutputDebugStringA = 0xfffffffe 50 # rtdyld-check: *{4}__imp__ExitProcess = 0xffffffff 61 # rtdyld-check: *{4}rel5 = _function - section_addr(COFF_i386.s.tmp.obj, .text) 63 # rtdyld-check: *{2}rel6 = 1 66 # rtdyld-check: *{4}rel7 = relocations - section_addr(COFF_i386.s.tmp.obj, .data) 71 # rtdyld-check: *{4}rel8 = string [all …]
|