Searched refs:start1 (Results 1 - 25 of 127) sorted by relevance

123456

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/
H A Difunc-3.s3 start1: label
6 .long bar1-start1
7 .long bar2-start1
19 .long bar1-start1
20 .long bar2-start1
24 .long abs1-start1
31 .long abs1-start1
H A Difunc-2.s3 start1: label
8 .long start1-bar1
9 .long start1-bar2
23 .long start1-bar1
24 .long start1-bar2
38 .long start1-bar1
39 .long start1-bar2
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-cris/
H A Dundef2.d1 # source: start1.s
H A Dundef3.d1 #source: start1.s
H A Ddef2.d1 #source: start1.s
H A Ddef3.d1 #source: start1.s
H A Dtls-err-37.d1 #source: start1.s
H A Dtls-err-39.d1 #source: start1.s
H A Dtls-err-41.d1 #source: start1.s
H A Dtls-err-43.d1 #source: start1.s
H A Dtls-err-45.d1 #source: start1.s
H A Dtls-err-47.d1 #source: start1.s
H A Dtls-err-49.d1 #source: start1.s
H A Dtls-err-51.d1 #source: start1.s
H A Dtls-err-53.d1 #source: start1.s
H A Dtls-err-65.d1 #source: start1.s
H A Dwarn3.d1 #source: start1.s
H A Dwarn4.d1 #source: start1.s
/netbsd-current/sys/arch/x68k/stand/mboot/
H A Dmboot.c96 unsigned int start1 = start << (2-size); local
98 if ((start1 & 0x1fffff) == 0x1fffff)
99 r = IOCS_S_READ(start1,
105 r = IOCS_S_READEXT(start1,
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dmemrange.c25 mem_ranges_overlap (CORE_ADDR start1, int len1, argument
30 l = std::max (start1, start2);
31 h = std::min (start1 + len1, start2 + len2);
H A Dmemrange.h51 /* Returns true if the ranges defined by [start1, start1+len1) and
54 extern int mem_ranges_overlap (CORE_ADDR start1, int len1,
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dmemrange.c25 mem_ranges_overlap (CORE_ADDR start1, int len1, argument
30 l = std::max (start1, start2);
31 h = std::min (start1 + len1, start2 + len2);
H A Dmemrange.h51 /* Returns true if the ranges defined by [start1, start1+len1) and
54 extern int mem_ranges_overlap (CORE_ADDR start1, int len1,
/netbsd-current/sys/arch/sparc/stand/ofwboot/
H A Dboot.c122 const char *start1 = NULL, *end1 = NULL, *start2 = NULL, *end2 = NULL; local
138 start1 = ap;
162 if (end1 == start1) {
163 start1 = end1 = NULL;
166 if (start1 == NULL) {
169 memcpy(kernel, start1, (end1 - start1));
170 kernel[end1 - start1] = '\0';
189 memcpy(loaddev, start1, (end1-start1));
[all...]
/netbsd-current/sys/arch/mmeye/stand/boot/
H A Dentry.S59 bra start1
64 start1: label

Completed in 251 milliseconds

123456