HomeSort by relevance Sort by last modified time
    Searched defs:check (Results 51 - 75 of 2393) sorted by null

1 23 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gold/testsuite/
script_test_7.sh 28 check() function
41 check script_test_7.stdout "\\.interp[ ]*PROGBITS[ ]*0*10000100"
42 check script_test_7.stdout "\\.data[ ]*PROGBITS[ ]*0*10200000"
43 check script_test_7.stdout "\\.bss[ ]*NOBITS[ ]*0*10400..."
script_test_8.sh 29 check() function
42 check script_test_8.stdout "\\.interp[ ]*PROGBITS[ ]*0*20001000"
43 check script_test_8.stdout "\\.data[ ]*PROGBITS[ ]*0*20200000"
44 check script_test_8.stdout "\\.bss[ ]*NOBITS[ ]*0*2040...."
script_test_9.sh 3 # script_test_9.sh -- Check that the script_test_9.t script has placed
26 check() function
39 check script_test_9.stdout "LOAD .*R E "
40 check script_test_9.stdout "LOAD .*RW "
41 check script_test_9.stdout "00 .*\.text .init"
42 check script_test_9.stdout "01 .*\.data "
section_sorting_name.sh 30 check() function
59 check section_sorting_name.stdout "hot_foo_0001" "hot_foo_0002"
60 check section_sorting_name.stdout "hot_foo_0002" "hot_foo_0003"
62 check section_sorting_name.stdout "vdata_0001" "vdata_0002"
63 check section_sorting_name.stdout "vdata_0002" "vdata_0003"
65 check section_sorting_name.stdout "vbss_0001" "vbss_0002"
66 check section_sorting_name.stdout "vbss_0002" "vbss_0003"
strong_ref_weak_def.sh 28 check() function
40 check strong_ref_weak_def.stdout ".* FUNC.* GLOBAL.* UND.* weak_def"
text_section_grouping.sh 29 # Also check if the functions do not get grouped with option --no-text-reorder.
33 check() function
62 check text_section_grouping.stdout "unlikely_foo" "startup_foo"
63 check text_section_grouping.stdout "startup_foo" "hot_foo"
64 check text_section_grouping.stdout "unlikely_bar" "startup_bar"
65 check text_section_grouping.stdout "startup_bar" "hot_bar"
66 check text_section_grouping.stdout "unlikely_foo" "startup_bar"
67 check text_section_grouping.stdout "startup_foo" "hot_bar"
69 check text_section_no_grouping.stdout "hot_foo" "startup_foo"
70 check text_section_no_grouping.stdout "startup_foo" "unlikely_foo
    [all...]
undef_symbol.sh 30 check() function
43 check "undef_symbol.so: error: undefined reference to 'a'"
ver_test_10.sh 28 check() function
41 check ver_test_10.syms "GLOBAL.*t3_2"
42 check ver_test_10.syms "LOCAL.*t4_2"
ver_test_2.sh 27 # run readelf on the resulting shared object and check that each
30 check() function
43 check ver_test_2.syms "t1_2@VER2"
ver_test_4.sh 25 check() function
38 check ver_test_4.syms "t1_2\$"
39 check ver_test_4.syms "t1_2@@VER2"
40 check ver_test_4.syms "t2_2@VER1"
41 check ver_test_4.syms "t2_2@@VER2"
42 check ver_test_4.syms "GLOBAL.*ABS.*VER1"
43 check ver_test_4.syms "GLOBAL.*ABS.*VER2"
ver_test_5.sh 28 check() function
41 check ver_test_5.syms "t3_2@@VER5"
42 check ver_test_5.syms "t2_2@VER2"
ver_test_7.sh 28 check() function
41 check ver_test_7.syms "t2_2@@VER2"
42 check ver_test_7.syms "t2_2@VER1"
x32_overflow_pc32.sh 25 check() function
40 check x86_64_overflow_pc32.err "function bar: error: relocation overflow"
x86_64_overflow_pc32.sh 25 check() function
40 check x86_64_overflow_pc32.err "function bar: error: relocation overflow"
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/
ifunc-1b.S 6 .globl check
7 .type check, @function
8 check: label
34 .size check, .-check
no-plt-check1a.S 6 .globl check
7 .type check, @function
8 check: label
34 .size check, .-check
no-plt-check1b.S 6 .globl check
7 .type check, @function
8 check: label
29 .size check, .-check
pr20244-3b.S 6 .globl check
7 .type check, @function
8 check: label
29 .size check, .-check
pr20253-1b.S 5 .globl check
6 .type check, @function
7 check: label
44 .size check, .-check
pr20253-2b.S 5 .globl check
6 .type check, @function
7 check: label
38 .size check, .-check
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/
no-plt-check1.S 6 .globl check
7 .type check, @function
8 check: label
31 .size check, .-check
pr20253-2b.S 5 .globl check
6 .type check, @function
7 check: label
45 .size check, .-check
  /external/autotest/client/cros/cellular/mbim_compliance/assertions/
assertion.py 13 def check(self): member in class:Assertion
14 """ Check that the assertion holds. """
  /external/compiler-rt/lib/tsan/
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
    [all...]
  /external/libcxx/test/std/localization/locales/locale/locale.cons/
char_pointer.pass.cpp 27 void check(const std::locale& loc) function
66 check(loc);
68 check(loc2);
71 check(loc3);

Completed in 415 milliseconds

1 23 4 5 6 7 8 91011>>