/toolchain/binutils/binutils-2.25/libiberty/ |
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...] |
pexecute.txh | 3 const char *@var{pname}, const char *@var{tempbase}) 29 messages. @var{tempbase} is a base name to use for any required 121 @var{outname} may not be @code{NULL}. If the @var{tempbase} parameter 123 the concatenation of @var{tempbase} and @var{outname}. If 124 @var{tempbase} was @code{NULL}, then the output file name is a random 130 file name. If @var{outname} is @code{NULL}, and @var{tempbase} was 132 @var{tempbase}. Otherwise the output file name is chosen completely
|
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-common.h | 61 const char *tempbase; member in struct:pex_obj
|
pex-unix.c | 335 pex_init (int flags, const char *pname, const char *tempbase) 337 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);
|
functions.texi | 852 const char *@var{pname}, const char *@var{tempbase}) 878 messages. @var{tempbase} is a base name to use for any required [all...] |
/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.25/include/ |
libiberty.h | 400 TEMPBASE A base name to use for temporary files; may be NULL to 405 const char *tempbase) ATTRIBUTE_RETURNS_NONNULL; 469 TEMPBASE parameter to pex_init not NULL: 470 Output file name is the concatenation of TEMPBASE 472 TEMPBASE is NULL: 478 OUTNAME NULL, TEMPBASE not NULL: 480 TEMPBASE. 481 OUTNAME NULL, TEMPBASE NULL: 494 both set, TEMPBASE may not be NULL.
|
/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;
|
/toolchain/binutils/binutils-2.25/libiberty/testsuite/ |
test-pexecute.c | 201 #define TEST_PEX_INIT(FLAGS, TEMPBASE) \ 202 (((test_pex_tmp = pex_init (FLAGS, "test-pexecute", TEMPBASE)) \
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
nv50_ir_from_tgsi.cpp | 1081 int tempBase = 0; 1085 indirectTempOffsets.insert(std::make_pair(*it, tempBase - info.first)); 1086 tempBase += info.second; 1088 info->bin.tlsSpace += tempBase * 16; [all...] |
/external/swiftshader/third_party/subzero/src/ |
IceTargetLoweringARM32.h | [all...] |
IceTargetLoweringARM32.cpp | [all...] |