Home
last modified time | relevance | path

Searched refs:sec1 (Results 1 – 25 of 69) sorted by relevance

123

/netbsd/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dtest_dh.c331 unsigned char *sec1, *sec2; in check_prime() local
369 sec1 = malloc(size); in check_prime()
371 if (!sec1 || !sec2) { in check_prime()
375 ret = DH_compute_key(sec1, dh2->pub_key, dh1); in check_prime()
389 print_secret(sec1, size); in check_prime()
394 if (memcmp(sec1, sec2, size) == 0) in check_prime()
400 free(sec1); in check_prime()
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Doverlays.exp177 proc simultaneous_pair { sec1 sec2 } {
180 set pairname "$sec1 and $sec2 mapped simultaneously"
181 gdb_test "overlay map $sec1" "" "$pairname: map $sec1"
189 -re ".*[string_to_regexp $sec1], " { set seen_sec1 1; exp_continue }
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Doverlays.exp177 proc simultaneous_pair { sec1 sec2 } {
180 set pairname "$sec1 and $sec2 mapped simultaneously"
181 gdb_test "overlay map $sec1" "" "$pairname: map $sec1"
189 -re ".*[string_to_regexp $sec1], " { set seen_sec1 1; exp_continue }
/netbsd/external/gpl3/gdb/dist/gold/testsuite/
H A Dmemory_test_inc.t13 .sec1 ORIGIN (region1) : { *(*.sec1) } AT> region2
H A Dmemory_test.t13 .sec1 ORIGIN (region1) : { *(*.sec1) } AT> region2
H A Dscript_test_10.t27 .sec1 : { *(.sec1) }
H A Dmemory_test.s4 .section .sec1, "a"
H A Dscript_test_10.s7 .section .sec1, "a"
/netbsd/external/gpl3/gdb.old/dist/gold/testsuite/
H A Dmemory_test_inc.t13 .sec1 ORIGIN (region1) : { *(*.sec1) } AT> region2
H A Dmemory_test.t13 .sec1 ORIGIN (region1) : { *(*.sec1) } AT> region2
H A Dscript_test_10.t27 .sec1 : { *(.sec1) }
H A Dmemory_test.s4 .section .sec1, "a"
H A Dscript_test_10.s7 .section .sec1, "a"
/netbsd/external/gpl3/gdb/dist/ld/testsuite/ld-scripts/
H A Drgn-at5.t13 .sec1 ORIGIN (region1) : { *(.sec1) } AT> region2
H A Drgn-at5.s4 .section .sec1, "a"
/netbsd/external/gpl3/gdb.old/dist/ld/testsuite/ld-scripts/
H A Drgn-at5.t13 .sec1 ORIGIN (region1) : { *(.sec1) } AT> region2
H A Drgn-at5.s4 .section .sec1, "a"
/netbsd/sys/arch/x68k/dev/
H A Drtclock.c143 u_char sec1, sec2; in rtsettod() local
151 sec1 = dt->dt_sec / 10; in rtsettod()
166 RTC_WRITE(RTC_SEC10, sec1); in rtsettod()
/netbsd/external/gpl2/texinfo/dist/makeinfo/tests/
H A Dnode-expand.txi36 @set sec1 Section 1.1
39 * @value{sec1}::
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/elf/
H A Dsection6.s1 .section sec1
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/elf/
H A Dsection6.s1 .section sec1
/netbsd/external/gpl3/gdb/dist/ld/testsuite/ld-elf/
H A Dsec-to-seg-script-same-page.t4 .sec1 : { *sec-to-seg1.o(.rodata) }
H A Dsec-to-seg-script-disjoint-pages.t4 .sec1 : { *sec-to-seg1.o(.rodata) }
H A Dsec-to-seg-script-adjoining-pages.t4 .sec1 : { *sec-to-seg1.o(.rodata) }
/netbsd/external/gpl3/gdb.old/dist/ld/testsuite/ld-elf/
H A Dsec-to-seg-script-same-page.t4 .sec1 : { *sec-to-seg1.o(.rodata) }

123