HomeSort by relevance Sort by last modified time
    Searched refs:tempbase (Results 1 - 9 of 9) sorted by null

  /toolchain/binutils/binutils-2.27/libiberty/
pex-common.h 61 const char *tempbase; member in struct:pex_obj
pex-common.c 53 pex_init_common (int flags, const char *pname, const char *tempbase,
61 obj->tempbase = tempbase;
107 if (obj->tempbase == NULL)
113 int len = strlen (obj->tempbase);
117 && strcmp (obj->tempbase + len - 6, "XXXXXX") == 0)
118 name = xstrdup (obj->tempbase);
120 name = concat (obj->tempbase, "XXXXXX", NULL);
138 if (obj->tempbase == NULL)
141 name = concat (obj->tempbase, name, NULL)
    [all...]
pex-djgpp.c 73 pex_init (int flags, const char *pname, const char *tempbase)
77 return pex_init_common (flags, pname, tempbase, &funcs);
pex-msdos.c 84 pex_init (int flags, const char *pname, const char *tempbase)
92 ret = pex_init_common (flags, pname, tempbase, funcs);
pex-unix.c 336 pex_init (int flags, const char *pname, const char *tempbase)
338 return pex_init_common (flags, pname, tempbase, &funcs);
pex-win32.c 111 pex_init (int flags, const char *pname, const char *tempbase)
113 return pex_init_common (flags, pname, tempbase, &funcs);
  /external/mesa3d/src/mesa/state_tracker/
st_tgsi_lower_yuv.c 187 unsigned mask, tempbase, i; local
223 tempbase = info->file_max[TGSI_FILE_TEMPORARY] + 1;
228 decl.Range.First = decl.Range.Last = tempbase + i;
232 ctx->tmp[i].src.Register.Index = tempbase + i;
239 ctx->tmp[i].dst.Register.Index = tempbase + i;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
libiberty.h 397 TEMPBASE A base name to use for temporary files; may be NULL to
402 const char *tempbase);
461 TEMPBASE parameter to pex_init not NULL:
462 Output file name is the concatenation of TEMPBASE
464 TEMPBASE is NULL:
470 OUTNAME NULL, TEMPBASE not NULL:
472 TEMPBASE.
473 OUTNAME NULL, TEMPBASE NULL:
486 both set, TEMPBASE may not be NULL.
  /toolchain/binutils/binutils-2.27/include/
libiberty.h 404 TEMPBASE A base name to use for temporary files; may be NULL to
409 const char *tempbase) ATTRIBUTE_RETURNS_NONNULL;
473 TEMPBASE parameter to pex_init not NULL:
474 Output file name is the concatenation of TEMPBASE
476 TEMPBASE is NULL:
482 OUTNAME NULL, TEMPBASE not NULL:
484 TEMPBASE.
485 OUTNAME NULL, TEMPBASE NULL:
498 both set, TEMPBASE may not be NULL.

Completed in 211 milliseconds