Searched refs:endp (Results 1 - 25 of 120) sorted by relevance

12345

/haiku-buildtools/binutils/gas/testsuite/gas/ia64/
H A Dproc.s7 .endp func, func1, func2
13 .endp
H A Dgroup-1.s10 .endp _foo#
H A Dgroup-2.s6 .endp foo#
H A Dreloc-mlx.s7 .endp foo#
H A Dproc.l6 .*:13: Error: Empty argument of .endp
H A Dunwind-err.s1 .endp xyz
19 .endp personality
53 .endp start
60 .endp late_prologue
67 .endp late_body
H A Dreloc-uw.s9 .endp uw\type
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/ia64/
H A Dproc.s7 .endp func, func1, func2
13 .endp
H A Dgroup-1.s10 .endp _foo#
H A Dgroup-2.s6 .endp foo#
H A Dproc.l6 .*:13: Error: Empty argument of .endp
H A Dunwind-err.s1 .endp xyz
19 .endp personality
53 .endp start
60 .endp late_prologue
67 .endp late_body
H A Dreloc-uw.s9 .endp uw\type
/haiku-buildtools/binutils/gas/testsuite/gas/tic6x/
H A Dunwind-bad-2.s8 .endp
20 .endp
33 .endp
40 .endp
47 .endp
54 .endp
64 .endp
71 .endp
78 .endp
85 .endp
[all...]
H A Dunwind-bad-1.s14 .endp
22 .endp
35 .endp
42 .endp
51 .endp
58 # missing .endp before .cfi_startproc
61 .endp
H A Dunwind-3.s25 .endp
33 .endp
/haiku-buildtools/legacy/gcc/libchill/
H A Dltps.c77 SET_WORD *endp = left + BITS_TO_WORDS(bitlength); local
80 while (left < endp)
89 if (left == endp && all_equal) /* exclude TRUE return for == case */
H A Dleps.c72 SET_WORD *endp = left + BITS_TO_WORDS(bitlength); local
74 while (left < endp)
H A Dcardps.c92 SET_WORD *endp = p + BITS_TO_WORDS(bitlength); local
94 while (p < endp)
/haiku-buildtools/binutils/intl/
H A Dplural-exp.c115 char *endp; local
126 n = strtoul (nplurals, &endp, 10);
128 for (endp = nplurals, n = 0; *endp >= '0' && *endp <= '9'; endp++)
129 n = n * 10 + (*endp - '0');
131 if (nplurals == endp)
/haiku-buildtools/gcc/intl/
H A Dplural-exp.c115 char *endp; local
126 n = strtoul (nplurals, &endp, 10);
128 for (endp = nplurals, n = 0; *endp >= '0' && *endp <= '9'; endp++)
129 n = n * 10 + (*endp - '0');
131 if (nplurals == endp)
/haiku-buildtools/gcc/gcc/
H A Dfile-find.c174 const char *startp, *endp; local
180 startp = endp = p;
183 if (*endp == PATH_SEPARATOR || *endp == 0)
185 strncpy (nstore, startp, endp-startp);
186 if (endp == startp)
190 else if (! IS_DIR_SEPARATOR (endp[-1]))
192 nstore[endp-startp] = DIR_SEPARATOR;
193 nstore[endp-startp+1] = 0;
196 nstore[endp
[all...]
/haiku-buildtools/binutils/ld/testsuite/ld-tic6x/
H A Dunwind-4.s16 .endp
26 .endp
39 .endp
53 .endp
65 .endp
/haiku-buildtools/legacy/gcc/gcc/java/
H A Djcf-path.c185 char *startp, *endp;
190 startp = endp = cp;
193 if (! *endp || *endp == PATH_SEPARATOR)
195 if (endp == startp)
203 strncpy (buf, startp, endp - startp);
204 buf[endp - startp] = '\0';
207 if (! *endp)
209 ++endp;
210 startp = endp;
183 char *startp, *endp; local
[all...]
/haiku-buildtools/gcc/gcc/java/
H A Djcf-path.c176 const char *startp, *endp;
181 startp = endp = cp;
184 if (! *endp || *endp == PATH_SEPARATOR)
186 if (endp == startp)
194 strncpy (buf, startp, endp - startp);
195 buf[endp - startp] = '\0';
198 if (! *endp)
200 ++endp;
201 startp = endp;
174 const char *startp, *endp; local
324 const char *startp, *endp; local
[all...]

Completed in 86 milliseconds

12345