Home
last modified time | relevance | path

Searched refs:funcs (Results 1 – 22 of 22) sorted by relevance

/toolchain/binutils/binutils-2.25/libiberty/
Dconfigure.ac331 funcs="asprintf"
332 funcs="$funcs atexit"
333 funcs="$funcs basename"
334 funcs="$funcs bcmp"
335 funcs="$funcs bcopy"
336 funcs="$funcs bsearch"
337 funcs="$funcs bzero"
338 funcs="$funcs calloc"
339 funcs="$funcs clock"
340 funcs="$funcs ffs"
[all …]
Dpex-common.c54 const struct pex_funcs *funcs) in pex_init_common() argument
76 obj->funcs = funcs; in pex_init_common()
191 in = obj->funcs->open_read (obj, obj->next_input_name, in pex_run_in_environment()
256 if (obj->funcs->pipe (obj, p, (flags & PEX_BINARY_OUTPUT) != 0) < 0) in pex_run_in_environment()
269 out = obj->funcs->open_write (obj, outname, in pex_run_in_environment()
306 if (obj->funcs->pipe (obj, p, (flags & PEX_BINARY_ERROR) != 0) < 0) in pex_run_in_environment()
323 errdes = obj->funcs->open_write (obj, errname, in pex_run_in_environment()
344 pid = obj->funcs->exec_child (obj, flags, executable, argv, env, in pex_run_in_environment()
357 obj->funcs->close (obj, in); in pex_run_in_environment()
359 obj->funcs->close (obj, out); in pex_run_in_environment()
[all …]
Dconfigure5423 funcs="asprintf"
5424 funcs="$funcs atexit"
5425 funcs="$funcs basename"
5426 funcs="$funcs bcmp"
5427 funcs="$funcs bcopy"
5428 funcs="$funcs bsearch"
5429 funcs="$funcs bzero"
5430 funcs="$funcs calloc"
5431 funcs="$funcs clock"
5432 funcs="$funcs ffs"
[all …]
Dpex-djgpp.c57 const struct pex_funcs funcs = variable
77 return pex_init_common (flags, pname, tempbase, &funcs); in pex_init()
Dpex-msdos.c68 const struct pex_funcs funcs = variable
92 ret = pex_init_common (flags, pname, tempbase, funcs); in pex_init()
Dpex-common.h92 const struct pex_funcs *funcs; member
DREADME37 * Add the function to name to the funcs shell variable in
41 setting of the funcs shell variable. These AC_CHECK_FUNCS calls
Dpex-unix.c319 const struct pex_funcs funcs = variable
337 return pex_init_common (flags, pname, tempbase, &funcs); in pex_init()
Dpex-win32.c95 const struct pex_funcs funcs = variable
113 return pex_init_common (flags, pname, tempbase, &funcs); in pex_init()
DChangeLog1381 * configure.ac (funcs, vars, checkfuncs): Don't munge on Cygwin,
1981 (funcs): List it as our fdopenw function.
1983 (funcs): List it as our fdopenw function.
1984 * pex-djgpp.c (funcs): Leave fdopenw null.
1985 * pex-msdos (funcs): Same.
2223 * configure.ac (funcs): Add strverscmp.
2754 * configure.ac (funcs, AC_CHECK_FUNCS): Add strndup.
2766 * configure.ac (funcs): Add gettimeofday.
3660 * configure.in (funcs, AC_CHECK_FUNCS): Add snprintf and
3672 * configure.in (funcs, AC_CHECK_FUNCS): Add mempcpy, stpcpy
[all …]
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
Dtest-example.c48 #define cond_jmp_insn(insname, word, funcs...) \ argument
53 ## funcs)
Dtest-gen.c172 #define define_insn(insname, funcs...) \ argument
173 func i_ ## insname[] = { funcs, { 0 } }
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
Dmaverick.c144 #define mv_insn(insname, insnvar, word, funcs...) \ argument
150 ## funcs)
/toolchain/binutils/binutils-2.25/ld/emultempl/
Dppc64elf.em683 { "save-restore-funcs", no_argument, NULL, OPTION_SAVRES },
684 { "no-save-restore-funcs", no_argument, NULL, OPTION_NO_SAVRES },
739 --save-restore-funcs Provide register save and restore routines used\n\
744 --no-save-restore-funcs Don'\''t provide these routines.\n"
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mn10300/
Dam33-2.c193 #define def_am_insn(insname, variant, size, word, funcs...) \ argument
198 ## funcs)
/toolchain/binutils/binutils-2.25/include/aout/
Dstab.def64 /* Number of symbols: 0, files,,funcs,lines according to Ultrix V4.0. */
/toolchain/binutils/binutils-2.25/ld/
DChangeLog800 (PARSE_AND_LIST_*): Add support for --save-restore-funcs and
801 --no-save-restore-funcs.
DChangeLog-2008840 * emultempl/spuelf.em: Update calls to elf32-spu.c funcs.
/toolchain/binutils/binutils-2.25/bfd/
Delf64-ppc.c6899 static const struct sfpr_def_parms funcs[] = in ppc64_elf_func_desc_adjust() local
6941 for (i = 0; i < sizeof (funcs) / sizeof (funcs[0]); i++) in ppc64_elf_func_desc_adjust()
6942 if (!sfpr_define (info, &funcs[i])) in ppc64_elf_func_desc_adjust()
DChangeLog-20121512 save/restore functions when relocatable. Make "funcs" static.
DChangeLog-20102804 (find_abstract_instance_name): Handle failures from called funcs.
DChangeLog-00018366 int. Call re_assemble_* funcs to do the work.