Home
last modified time | relevance | path

Searched refs:have (Results 1 – 25 of 766) sorted by relevance

12345678910>>...31

/toolchain/binutils/binutils-2.27/libiberty/
Dconfig.in10 /* Define to 1 if you have the <alloca.h> header file. */
13 /* Define to 1 if you have the `asprintf' function. */
16 /* Define to 1 if you have the `atexit' function. */
19 /* Define to 1 if you have the `basename' function. */
22 /* Define to 1 if you have the `bcmp' function. */
25 /* Define to 1 if you have the `bcopy' function. */
28 /* Define to 1 if you have the `bsearch' function. */
31 /* Define to 1 if you have the `bzero' function. */
34 /* Define to 1 if you have the `calloc' function. */
37 /* Define to 1 if you have the `canonicalize_file_name' function. */
[all …]
Dmaint-tool56 $have{$f} = 1;
61 $have{$f} = 1;
67 $have{$a} = 0;
70 for $f (sort keys %have) {
71 next unless $have{$f};
/toolchain/binutils/binutils-2.27/intl/
Dconfig.h.in21 /* Define to 1 if you have `alloca', as a function or macro. */
24 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
28 /* Define to 1 if you have the <argz.h> header file. */
35 /* Define to 1 if you have the `feof_unlocked' function. */
38 /* Define to 1 if you have the `fgets_unlocked' function. */
41 /* Define to 1 if you have the `getcwd' function. */
44 /* Define to 1 if you have the `getc_unlocked' function. */
47 /* Define to 1 if you have the `getegid' function. */
50 /* Define to 1 if you have the `geteuid' function. */
53 /* Define to 1 if you have the `getgid' function. */
[all …]
/toolchain/binutils/binutils-2.27/bfd/
Dconfig.in17 /* Define to 1 if you have the <alloca.h> header file. */
20 /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
24 /* Define to 1 if you have the declaration of `basename', and to 0 if you
28 /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
31 /* Define to 1 if you have the declaration of `free', and to 0 if you don't.
35 /* Define to 1 if you have the declaration of `fseeko', and to 0 if you don't.
39 /* Define to 1 if you have the declaration of `fseeko64', and to 0 if you
43 /* Define to 1 if you have the declaration of `ftello', and to 0 if you don't.
47 /* Define to 1 if you have the declaration of `ftello64', and to 0 if you
51 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
[all …]
Dconfigure.com4 $! We do not use the configure script, since we do not have /bin/sh
273 /* Define if you have a working `mmap' system call. */
283 /* Define if you have the fcntl function. */
285 /* Define if you have the getpagesize function. */
287 /* Define if you have the madvise function. */
289 /* Define if you have the mprotect function. */
291 /* Define if you have the <fcntl.h> header file. */
293 /* Define if you have the <stddef.h> header file. */
295 /* Define if you have the <stdlib.h> header file. */
297 /* Define if you have the <string.h> header file. */
[all …]
/toolchain/binutils/binutils-2.27/ld/
Dconfig.in23 /* Additional extension a shared object might have. */
29 /* Define to 1 if you have the `close' function. */
32 /* Define to 1 if you have the declaration of `environ', and to 0 if you
36 /* Define to 1 if you have the declaration of `free', and to 0 if you don't.
40 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
47 /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
51 /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
55 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
59 /* Define to 1 if you have the <dlfcn.h> header file. */
62 /* Define to 1 if you have the <elf-hints.h> header file. */
[all …]
/toolchain/binutils/binutils-2.27/gold/
Dconfig.in38 /* Define to 1 if you have the <byteswap.h> header file. */
41 /* Define to 1 if you have the `chsize' function. */
44 /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
48 /* Define to 1 if you have the declaration of `basename', and to 0 if you
52 /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
55 /* Define to 1 if you have the declaration of `memmem', and to 0 if you don't.
59 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
63 /* Define to 1 if you have the declaration of `strndup', and to 0 if you
67 /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you
71 /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
[all …]
/toolchain/binutils/binutils-2.27/zlib/
Dgzread.c20 local int gz_load(state, buf, len, have) in gz_load() argument
24 unsigned *have;
28 *have = 0;
30 ret = read(state->fd, buf + *have, len - *have);
33 *have += ret;
34 } while (*have < len);
149 state->x.have = 0;
159 state->x.have = strm->avail_in;
209 state->x.have = had - strm->avail_out;
210 state->x.next = strm->next_out - state->x.have;
[all …]
Dinfback.c133 have = strm->avail_in; \
144 strm->avail_in = have; \
160 if (have == 0) { \
161 have = in(in_desc, &next); \
162 if (have == 0) { \
175 have--; \
260 unsigned have, left; /* available input and output */ local
283 have = next != Z_NULL ? strm->avail_in : 0;
345 if (copy > have) copy = have;
348 have -= copy;
[all …]
Dinflate.c101 local unsigned syncsearch OF((unsigned FAR *have, const unsigned char FAR *buf,
464 have = strm->avail_in; \
475 strm->avail_in = have; \
491 if (have == 0) goto inf_leave; \
492 have--; \
612 unsigned have, left; /* available input and output */ local
635 in = have;
736 if (copy > have) copy = have;
747 have -= copy;
757 if (have == 0) goto inf_leave;
[all …]
Dgzwrite.c75 unsigned have; local
100 have = (unsigned)(strm->next_out - state->x.next);
101 if (have && ((got = write(state->fd, state->x.next, have)) < 0 ||
102 (unsigned)got != have)) {
114 have = strm->avail_out;
121 have -= strm->avail_out;
122 } while (have);
210 unsigned have, copy; local
214 have = (unsigned)((strm->next_in + strm->avail_in) - state->in);
215 copy = state->size - have;
[all …]
/toolchain/binutils/binutils-2.27/binutils/
Dconfig.in31 /* Define to 1 if you have `alloca', as a function or macro. */
34 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
38 /* Define to 1 if you have the declaration of `environ', and to 0 if you
42 /* Define to 1 if you have the declaration of `fprintf', and to 0 if you
46 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
50 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
57 /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
61 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
65 /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
69 /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
[all …]
/toolchain/binutils/binutils-2.27/gprof/
Dgconfig.in10 /* Define to 1 if you have the <dlfcn.h> header file. */
13 /* Define to 1 if you have the <inttypes.h> header file. */
16 /* Define to 1 if you have the <memory.h> header file. */
19 /* Define to 1 if you have the `setmode' function. */
22 /* Define to 1 if you have the <stdint.h> header file. */
25 /* Define to 1 if you have the <stdlib.h> header file. */
28 /* Define to 1 if you have the <strings.h> header file. */
31 /* Define to 1 if you have the <string.h> header file. */
34 /* Define to 1 if you have the <sys/gmon_out.h> header file. */
37 /* Define to 1 if you have the <sys/stat.h> header file. */
[all …]
/toolchain/binutils/binutils-2.27/opcodes/
Dconfig.in14 /* Define to 1 if you have the declaration of `basename', and to 0 if you
18 /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
22 /* Define to 1 if you have the <dlfcn.h> header file. */
25 /* Define to 1 if you have the <inttypes.h> header file. */
28 /* Define to 1 if you have the <limits.h> header file. */
31 /* Define to 1 if you have the <memory.h> header file. */
37 /* Define to 1 if you have the <stdint.h> header file. */
40 /* Define to 1 if you have the <stdlib.h> header file. */
43 /* Define to 1 if you have the <strings.h> header file. */
46 /* Define to 1 if you have the <string.h> header file. */
[all …]
/toolchain/binutils/binutils-2.27/gas/
Dconfig.in59 /* Define to 1 if you have `alloca', as a function or macro. */
62 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
66 /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
70 /* Define to 1 if you have the declaration of `free', and to 0 if you don't.
74 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
81 /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
85 /* Define to 1 if you have the declaration of `mempcpy', and to 0 if you
89 /* Define to 1 if you have the declaration of `realloc', and to 0 if you
93 /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
97 /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
[all …]
Dconfigure.com4 $! do not have /bin/sh to execute it.
18 $! You should have received a copy of the GNU General Public License
96 /* Define to 1 if you have `alloca', as a function or macro. */
107 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
111 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
115 /* Define to 1 if you have the <errno.h> header file. */
118 /* Define to 1 if you have the <limits.h> header file. */
121 /* Define to 1 if you have the `remove' function. */
169 /* Define to 1 if you have the ANSI C header files. */
/toolchain/binutils/binutils-2.27/zlib/examples/
Dgun.c155 #define NEXT() (have ? 0 : (have = in(indp, &next)), \
156 last = have ? (have--, (int)(*next++)) : -1)
175 if (chunk > have) { \
176 chunk -= have; \
177 have = 0; \
181 if (chunk > have) { \
182 chunk = have = 0; \
186 have -= chunk; \
200 local int lunpipe(unsigned have, z_const unsigned char *next, struct ind *indp, in lunpipe() argument
386 unsigned have, flags, len; in gunpipe() local
[all …]
Dfitblk.c131 unsigned have; /* bytes written by deflate() call */ in main() local
165 have = size + EXCESS - def.avail_out; in main()
166 if (fwrite(blk, 1, have, stdout) != have || ferror(stdout)) in main()
175 size - have, size); in main()
218 have = size - def.avail_out; in main()
219 if (fwrite(blk, 1, have, stdout) != have || ferror(stdout)) in main()
231 size - have, size, def.total_in); in main()
Dzpipe.c39 unsigned have; in def() local
69 have = CHUNK - strm.avail_out; in def()
70 if (fwrite(out, 1, have, dest) != have || ferror(dest)) { in def()
95 unsigned have; in inf() local
135 have = CHUNK - strm.avail_out; in inf()
136 if (fwrite(out, 1, have, dest) != have || ferror(dest)) { in inf()
Dzran.c76 int have; /* number of list entries filled in */ member
107 index->have = 0; in addpoint()
111 else if (index->have == index->size) { in addpoint()
122 next = index->list + index->have; in addpoint()
130 index->have++; in addpoint()
229 index->list = realloc(index->list, sizeof(struct point) * index->have); in build_index()
230 index->size = index->have; in build_index()
264 ret = index->have; in extract()
395 offset = (index->list[index->have - 1].out << 1) / 3; in main()
Dgzappend.c262 unsigned have; in gzscan() local
296 have = full = 0; in gzscan()
306 strm->avail_out = DSIZE - have; in gzscan()
307 strm->next_out = window + have; in gzscan()
317 crc = crc32(crc, window + have, DSIZE - have - strm->avail_out); in gzscan()
319 have = DSIZE - strm->avail_out; in gzscan()
321 have = 0; in gzscan()
363 rotate(window, DSIZE, have); in gzscan()
364 have = DSIZE; in gzscan()
370 deflateSetDictionary(strm, window, have); in gzscan()
/toolchain/binutils/binutils-2.27/zlib/contrib/infback9/
Dinfback9.c127 if (have == 0) { \
128 have = in(in_desc, &next); \
129 if (have == 0) { \
142 have--; \
227 unsigned have; /* available input */ local
264 have = next != Z_NULL ? strm->avail_in : 0;
331 if (copy > have) copy = have;
334 have -= copy;
361 state->have = 0;
362 while (state->have < state->ncode) {
[all …]
/toolchain/binutils/binutils-2.27/ld/emultempl/
Dsh64elf.em16 # You should have received a copy of the GNU General Public License
43 in elf32-sh64.c, means that we have access to linker command line
88 section (and have a return here), except that we need to set the
139 /* Make sure we have the target section data initialized. */
146 /* First find an input section so we have flags to compare with; the
173 /* Check that all input sections have the same contents-type flags
218 and we know this section will have mixed
228 have the same contents flag. Put that where we expect to see
258 that none was needed. Otherwise it must have been created then, or
278 /* First find an input section so we have flags to compare with; the
[all …]
Dmmo.em16 # You should have received a copy of the GNU General Public License
25 /* Need to have this macro defined before mmix-elfnmmo, which uses the
94 /* We have nothing to say for anything other than a final link or
102 /* We have an output section by this name. Place the section inside it
128 A section without contents can have SEC_LOAD == 0, but we still
144 /* For other combinations, we have to give up, except we make
162 /* If we have no such section, all fine; we don't care where
167 /* We have to find the oss before this one, so we can use that as
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
Dx86-64-inval.s41 leavel # can't have 32-bit stack operands
52 pushl %eax # can't have 32-bit stack operands
54 popfl # can't have 32-bit stack operands

12345678910>>...31