/kernel/linux/linux-6.6/arch/nios2/kernel/ |
H A D | vmlinux.lds.S | 34 .got : { 35 *(.got.plt) 37 *(.got)
|
/third_party/node/deps/npm/node_modules/indent-string/ |
H A D | index.js | 12 `Expected \`input\` to be a \`string\`, got \`${typeof string}\`` 18 `Expected \`count\` to be a \`number\`, got \`${typeof count}\`` 24 `Expected \`options.indent\` to be a \`string\`, got \`${typeof options.indent}\``
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | vmlinux.lds.S | 456 * Make sure that the .got.plt is either completely empty or it 459 .got.plt (INFO) : { *(.got.plt) } 460 ASSERT(SIZEOF(.got.plt) == 0 || 462 SIZEOF(.got.plt) == 0x18, 464 SIZEOF(.got.plt) == 0xc, 472 .got : { 473 *(.got) *(.igot.*) 475 ASSERT(SIZEOF(.got) == 0, "Unexpected GOT entries detected!")
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | vmlinux.lds.S | 160 .got : AT(ADDR(.got) - LOAD_OFFSET) { 161 *(.got) 162 *(.got.plt) 165 /* XXX: is .plt (and .got.plt) required? */ 176 .got : AT(ADDR(.got) - LOAD_OFFSET) ALIGN(256) { 178 *(.got) 180 *(.got .toc)
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | vmlinux.lds.S | 465 * Make sure that the .got.plt is either completely empty or it 468 .got.plt (INFO) : { *(.got.plt) } 469 ASSERT(SIZEOF(.got.plt) == 0 || 471 SIZEOF(.got.plt) == 0x18, 473 SIZEOF(.got.plt) == 0xc, 481 .got : { 482 *(.got) *(.igot.*) 484 ASSERT(SIZEOF(.got) == 0, "Unexpected GOT entries detected!")
|
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
H A D | ResourceBundlePerf.java | 258 ByteBuffer got = temp.getBinary(); in call() 259 if(got.remaining() != expected_len) throw new Error("not the expected len"); in call() 260 for(int i=0; i< got.remaining(); i++){ in call() 261 byte b = got.get(); in call() 275 ByteBuffer got = ByteBuffer.wrap((byte[])javaRes.getObject(key)); in call() 276 if(got.remaining() != expected_len) throw new Error("not the expected len"); in call() 277 for(int i=0; i< got.remaining(); i++){ in call() 278 byte b = got.get(); in call()
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | test-suite | 192 error " Pattern '$pat' expected $min times but got $n times" 199 error " Pattern '$pat' expected min $min times but got $n times" 205 error " Pattern '$pat' expected max $max times but got $n times" 391 1> $file.output.got 2> $file.error.got 406 diff -u "$file".$stream.expected "$file".$stream.got > "$file".$stream.diff 417 error "expected $expected_exit_value, got $actual_exit_value." 423 has_each_patterns "$file" 'check-output-contains' absent $file.output.got 429 has_none_patterns "$file" 'check-output-excludes' present $file.output.got 436 minmax_patterns "$file" 'check-output-pattern' $file.output.got [all...] |
/third_party/zlib/examples/ |
H A D | enough.c | 271 big_t got = g.num[index]; in count() local 272 if (got) in count() 273 return got; // we have -- return the saved result in count() 290 got = count(syms - use, (left - use) << 1, len + 1); in count() 291 sum += got; in count() 292 if (got == (big_t)-1 || sum < got) // overflow in count() 568 big_t got = count(n, 2, 1); in main() local 569 sum += got; in main() 570 assert(got ! in main() [all...] |
/kernel/linux/linux-6.6/arch/arm64/kernel/ |
H A D | vmlinux.lds.S | 194 .got : { *(.got) } 196 * Make sure that the .got.plt is either completely empty or it 199 .got.plt : { *(.got.plt) } 200 ASSERT(SIZEOF(.got.plt) == 0 || SIZEOF(.got.plt) == 0x18,
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fBufferObjectQueryTests.cpp | 48 void checkIntEquals (tcu::TestContext& testCtx, GLint got, GLint expected) in checkIntEquals() argument 52 if (got != expected) in checkIntEquals() 54 testCtx.getLog() << TestLog::Message << "// ERROR: Expected " << expected << "; got " << got << TestLog::EndMessage; in checkIntEquals() 56 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got invalid value"); in checkIntEquals() 60 void checkPointerEquals (tcu::TestContext& testCtx, const void* got, const void* expected) in checkPointerEquals() argument 64 if (got != expected) in checkPointerEquals() 66 testCtx.getLog() << TestLog::Message << "// ERROR: Expected " << expected << "; got " << got << TestLog::EndMessage; in checkPointerEquals() 68 testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got invali in checkPointerEquals() [all...] |
/kernel/linux/linux-5.10/arch/nios2/kernel/ |
H A D | vmlinux.lds.S | 35 .got : { 36 *(.got.plt) 38 *(.got)
|
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | vmlinux.lds.S | 141 *(.got) /* Global offset table */ 145 * Make sure that the .got.plt is either completely empty or it 148 .got.plt : { *(.got.plt) } 149 ASSERT(SIZEOF(.got.plt) == 0 || SIZEOF(.got.plt) == 0x18,
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | vmlinux.lds.S | 192 .got : AT(ADDR(.got) - LOAD_OFFSET) { 193 *(.got.plt) 194 *(.got) 196 __gp = ADDR(.got) + 0x200000;
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | vmlinux.lds.S | 191 .got : AT(ADDR(.got) - LOAD_OFFSET) { 192 *(.got.plt) 193 *(.got) 195 __gp = ADDR(.got) + 0x200000;
|
/kernel/linux/linux-5.10/arch/powerpc/lib/ |
H A D | test_emulate_step.c | 1349 #define gpr_mismatch(gprn, exp, got) \ 1350 pr_info("GPR%u mismatch, exp = 0x%016lx, got = 0x%016lx\n", \ 1351 gprn, exp, got) 1353 #define reg_mismatch(name, exp, got) \ 1354 pr_info("%s mismatch, exp = 0x%016lx, got = 0x%016lx\n", \ 1355 name, exp, got) 1361 struct pt_regs *regs, exp, got; in run_tests_compute() local 1384 memcpy(&got, regs, sizeof(struct pt_regs)); in run_tests_compute() 1391 got.msr = MSR_KERNEL; in run_tests_compute() 1393 rc = emulate_compute_instr(&got, inst in run_tests_compute() [all...] |
/kernel/linux/linux-5.10/drivers/vdpa/mlx5/net/ |
H A D | main.c | 17 u64 got; in required_caps_supported() local 19 got = MLX5_CAP_GEN_64(mdev, general_obj_types); in required_caps_supported() 21 if (!(got & MLX5_GENERAL_OBJ_TYPES_CAP_VIRTIO_NET_Q)) in required_caps_supported()
|
/third_party/rust/crates/regex/tests/ |
H A D | macros_str.rs | 28 let mut got = String::new(); variables 29 cap.expand(t!($expand), &mut got); 30 assert_eq!(show!(t!($expected)), show!(&*got));
|
H A D | macros_bytes.rs | 34 let mut got = vec![]; variables 35 cap.expand(t!($expand), &mut got); 36 assert_eq!(show!(t!($expected)), show!(&*got));
|
/third_party/f2fs-tools/fsck/ |
H A D | node.c | 183 goto got; in get_node_path() 192 goto got; in get_node_path() 200 goto got; in get_node_path() 210 goto got; in get_node_path() 220 goto got; in get_node_path() 235 goto got; in get_node_path() 239 got: in get_node_path()
|
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | module.h | 21 struct mod_section got; member 106 struct got_entry *got = (struct got_entry *)sechdrs[sec->shndx].sh_addr; in get_got_entry() local 109 if (got[i].symbol_addr == val) in get_got_entry() 110 return &got[i]; in get_got_entry()
|
/kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
H A D | module.h | 20 struct mod_section got; member 100 struct got_entry *got = (struct got_entry *)sechdrs[sec->shndx].sh_addr; in get_got_entry() local 103 if (got[i].symbol_addr == val) in get_got_entry() 104 return &got[i]; in get_got_entry()
|
/kernel/linux/linux-6.6/arch/loongarch/kernel/ |
H A D | vmlinux.lds.S | 102 .got : ALIGN(16) { *(.got) } 104 .got.plt : ALIGN(16) { *(.got.plt) }
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/primitives/ |
H A D | load_unaligned_zeropad.c | 105 unsigned long got; in do_one_test() local 111 got = load_unaligned_zeropad(p); in do_one_test() 113 if (should != got) { in do_one_test() 114 printf("offset %u load_unaligned_zeropad returned 0x%lx, should be 0x%lx\n", page_offset, got, should); in do_one_test()
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/copyloops/ |
H A D | exc_validate.c | 62 unsigned long got, expected; in do_one_test() local 64 got = COPY_LOOP(dstp, srcp, len); in do_one_test() 67 if (got != expected) { in do_one_test() 70 srcp, dstp, len, got, expected); in do_one_test()
|
/kernel/linux/linux-6.6/arch/riscv/include/asm/ |
H A D | module.h | 22 struct mod_section got; member 39 struct got_entry *got = (struct got_entry *)(sec->shdr->sh_addr); in get_got_entry() local 42 if (got[i].symbol_addr == val) in get_got_entry() 43 return &got[i]; in get_got_entry()
|