HomeSort by: relevance | last modified time | path
    Searched defs:included (Results 1 - 11 of 11) sorted by relevancy

  /src/external/bsd/jemalloc/dist/scripts/
gen_travis.py 221 def included(combination, exclude): function
223 Checks if the combination of options should be included in the Travis
234 if included(combination, exclude):
  /src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_zip.c 1278 int included = 7; local
1281 e[0] = included; /* bitmap of included fields */
1283 if (included & 1) {
1288 if (included & 2) {
1292 if (included & 4) {
1297 if (included & 8) {
2056 * be recorded here; ctime and atime are also included in the
  /src/external/gpl2/gmake/dist/
read.c 73 to new structures for included makefiles. */
309 char *included = 0;
346 the `MAKEFILES' variable or an included makefile,
347 search the included makefile search path for this makefile. */
353 included = concat (include_directories[i], "/", filename);
354 ebuf.fp = fopen (included, "r");
357 filename = included;
360 free (included);
363 if (filename != included)
364 included = 0
306 char *included = 0; local
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
linker.c 222 included in the link. For each such element it must call the
237 be included, the <<add_archive_element>> linker callback
303 will point to a list of all the input files included in the
388 are present should be included in the output file.
392 is used to further controls which local symbols are included
923 to see if an object file should be included. This allows targets
925 to TRUE if the object file should be included, and must also call
941 unsigned char *included;
955 amt *= sizeof (*included);
956 included = (unsigned char *) bfd_zmalloc (amt)
938 unsigned char *included; local
    [all...]
elflink.c 4515 warnings when they are included in an output file. */
4808 /* If we have already included this dynamic object in the
6265 unsigned char *included = NULL;
6283 files we know to be already included. This is to speed up the
6288 amt = c * sizeof (*included);
6289 included = (unsigned char *) bfd_zmalloc (amt);
6290 if (included == NULL)
6316 if (included[i])
6320 included[i] = true;
6379 included[i] = true
6256 unsigned char *included = NULL; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
linker.c 222 included in the link. For each such element it must call the
237 be included, the <<add_archive_element>> linker callback
303 will point to a list of all the input files included in the
388 are present should be included in the output file.
392 is used to further controls which local symbols are included
921 to see if an object file should be included. This allows targets
923 to TRUE if the object file should be included, and must also call
939 unsigned char *included;
953 amt *= sizeof (*included);
954 included = (unsigned char *) bfd_zmalloc (amt)
936 unsigned char *included; local
    [all...]
elflink.c 4479 warnings when they are included in an output file. */
4772 /* If we have already included this dynamic object in the
6227 unsigned char *included = NULL;
6245 files we know to be already included. This is to speed up the
6250 amt = c * sizeof (*included);
6251 included = (unsigned char *) bfd_zmalloc (amt);
6252 if (included == NULL)
6278 if (included[i])
6282 included[i] = true;
6341 included[i] = true
6218 unsigned char *included = NULL; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
linker.c 222 included in the link. For each such element it must call the
237 be included, the <<add_archive_element>> linker callback
303 will point to a list of all the input files included in the
388 are present should be included in the output file.
392 is used to further controls which local symbols are included
905 to see if an object file should be included. This allows targets
907 to TRUE if the object file should be included, and must also call
923 unsigned char *included;
937 amt *= sizeof (*included);
938 included = (unsigned char *) bfd_zmalloc (amt)
920 unsigned char *included; local
    [all...]
elflink.c 4452 warnings when they are included in an output file. */
4745 /* If we have already included this dynamic object in the
6190 unsigned char *included = NULL;
6208 files we know to be already included. This is to speed up the
6213 amt = c * sizeof (*included);
6214 included = (unsigned char *) bfd_zmalloc (amt);
6215 if (included == NULL)
6241 if (included[i])
6245 included[i] = true;
6286 included[i] = true
6181 unsigned char *included = NULL; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
linker.c 222 included in the link. For each such element it must call the
237 be included, the <<add_archive_element>> linker callback
303 will point to a list of all the input files included in the
388 are present should be included in the output file.
392 is used to further controls which local symbols are included
903 to see if an object file should be included. This allows targets
905 to TRUE if the object file should be included, and must also call
921 unsigned char *included;
935 amt *= sizeof (*included);
936 included = (unsigned char *) bfd_zmalloc (amt)
918 unsigned char *included; local
    [all...]
elflink.c 4437 warnings when they are included in an output file. */
4730 /* If we have already included this dynamic object in the
6176 unsigned char *included = NULL;
6194 files we know to be already included. This is to speed up the
6199 amt = c * sizeof (*included);
6200 included = (unsigned char *) bfd_zmalloc (amt);
6201 if (included == NULL)
6227 if (included[i])
6231 included[i] = true;
6272 included[i] = true
6167 unsigned char *included = NULL; local
    [all...]

Completed in 58 milliseconds