Searched refs:target2 (Results 1 - 25 of 95) sorted by relevance

1234

/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-z8k/
H A Dbranch-target2.s3 .globl target2
4 target2:ldk r2,#4
H A Ddbjnz-opcode.s3 dbjnz rh0,target2
H A Ddbjnz-forw-fail-8001.d4 #source: branch-target2.s -z8001
6 #error: .*: relocation truncated to fit: r_disp7 against `target2'
H A Ddbjnz-forw-fail-8002.d4 #source: branch-target2.s -z8002
6 #error: .*: relocation truncated to fit: r_disp7 against `target2'
H A Ddbjnz-forw-8001.d3 #source: branch-target2.s -z8001
15 00001002 <target2>:
H A Ddbjnz-forw-8002.d3 #source: branch-target2.s -z8002
15 00001002 <target2>:
H A Ddjnz-back-fail-8001.d3 #source: branch-target2.s -z8001
H A Ddjnz-back-fail-8002.d3 #source: branch-target2.s -z8002
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-arm/
H A Darm-target2.s5 .word foo(target2)
6 .word foo+0x1234(target2)
7 .word foo+0xcdef0000(target2)
8 .word foo+0x76543210(target2)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Dpowerpc-tar.c21 void * target2 = &&target2_l; local
H A Dpowerpc-tar.exp111 set target2 [get_hexadecimal_valueof "target2" -1]
113 if {$target2 == -1} {
114 fail "Could not get value of target2"
118 gdb_test_no_output "set \$tar = $target2" "set tar"
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Dpowerpc-tar.c21 void * target2 = &&target2_l; local
H A Dpowerpc-tar.exp111 set target2 [get_hexadecimal_valueof "target2" -1]
113 if {$target2 == -1} {
114 fail "Could not get value of target2"
118 gdb_test_no_output "set \$tar = $target2" "set tar"
/netbsd-current/external/gpl3/gdb.old/dist/gold/testsuite/
H A Darm_target2.s2 # Copied from ld/testsuite/ld-arm/arm-target2.s
6 .word foo(target2)
7 .word foo+0x1234(target2)
8 .word foo+0xcdef0000(target2)
9 .word foo+0x76543210(target2)
/netbsd-current/usr.bin/make/unit-tests/
H A Ddep-colon.exp2 making target2 from source2
H A Ddeptgt.mk25 target1 target2: sources # targets := [target1, target2]
26 : command1 # targets == [target1, target2]
27 : command2 # targets == [target1, target2]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/ppc/
H A Dvle-simple-1.s9 target2: label
10 se_bge target2
28 se_bnu target2
H A Dvle-simple-2.s6 e_bdz target2
13 target2: label
28 e_bgtl cr2, target2
29 e_bgtl target2
56 e_bns target2
57 e_bns cr0, target2
H A Dvle-simple-1.d15 0+4 <target2>:
16 4: e0 0+0 se_bge 4 <target2>
34 14: e3 f8 se_bns 4 <target2>
H A Dvle-simple-2.d12 8: 7a 30 00 10 e_bdz 18 <target2>
19 0+18 <target2>:
34 40: 7a 19 ff d9 e_bgtl cr2,18 <target2>
35 44: 7a 11 ff d5 e_bgtl 18 <target2>
62 98: 7a 03 ff 80 e_bns 18 <target2>
63 9c: 7a 03 ff 7c e_bns 18 <target2>
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-aarch64/
H A Demit-relocs-279.s7 tbz x12, 3, target2
8 tbnz x17, 56, target2-12
H A Demit-relocs-279.d2 #ld: -T relocs.ld --defsym target=0xc000 --defsym target2=0x12340 -e0 --emit-relocs
13 +10018: 3619194c tbz w12, #3, 12340 <target2>
14 +10018: R_AARCH64_TSTBR14 target2
H A Demit-relocs-279-bad.d2 #ld: -T relocs.ld --defsym target=0xc000 --defsym target2=0x45678 -e0 --emit-relocs
3 #error: .*truncated.*target2.*
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mmix/
H A Dcomment-1.d13 0+46 +.* R_MMIX_16 +0+ +target2 +\+ 30
30 +10: 0+ +0 +NOTYPE +GLOBAL +DEFAULT +UND target2
/netbsd-current/external/bsd/am-utils/dist/conf/autofs/
H A Dautofs_solaris_v1.c479 char *target, *target2 = NULL; local
516 target2 = str3cat(NULL, mp->am_parent->am_path, "/", target);
518 target2 = xstrdup(target);
520 plog(XLOG_INFO, "autofs: converting from link to lofs (%s -> %s)", mp->am_path, target2);
533 if ((err = stat(target2, &buf)))
536 if ((err = lstat(target2, &buf)))
542 if ((err = mount_lofs(mp->am_path, target2, mf->mf_mopts, 1))) {
549 if (target2)
550 XFREE(target2);

Completed in 411 milliseconds

1234