/toolchain/binutils/binutils-2.25/include/ |
D | alloca-conf.h | 26 # if !defined alloca 27 # define alloca __builtin_alloca macro 35 #pragma alloca 39 # define alloca _alloca macro 41 # if !defined alloca 46 extern "C" void *alloca (size_t); 48 extern void *alloca (size_t); 51 extern void *alloca (); 54 extern char *alloca ();
|
D | libiberty.h | 185 (libiberty_concat_ptr = (char *) alloca (concat_length ACONCAT_PARAMS + 1), \ 344 #define XALLOCA(T) ((T *) alloca (sizeof (T))) 352 #define XALLOCAVEC(T, N) ((T *) alloca (sizeof (T) * (N))) 361 #define XALLOCAVAR(T, S) ((T *) alloca ((S))) 668 #undef alloca 670 # define alloca(x) __builtin_alloca(x) macro 675 char *const libiberty_nptr = (char *const) alloca (libiberty_len); \ 678 # define alloca(x) C_alloca(x) macro 689 libiberty_nptr = (char *) alloca (libiberty_len), \
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | putenv.c | 33 #pragma alloca 54 # ifndef alloca 56 # define alloca __builtin_alloca macro 58 extern char *alloca (); 76 char *name = (char *) alloca (name_end - string + 1); in putenv()
|
D | aclocal.m4 | 125 # We always want a C version of alloca() compiled into libiberty, 126 # because native-compiler support for the real alloca is so !@#$% 129 # information alloca.c needs. 131 [AC_CACHE_CHECK(whether alloca needs Cray hooks, ac_cv_os_cray, 144 systems. This function is required for alloca.c support on those 149 AC_CACHE_CHECK(stack direction for C alloca, ac_cv_c_stack_direction,
|
D | config.h-vms | 11 /* Cheat: use vms builtin alloca. */
|
D | ChangeLog | 475 * argv.c (buildargv): Replace alloca with xmalloc/free. 1289 Use DEC-C builtin alloca. 1294 (libiberty.olb): Do not depend on alloca-conf.h anymore. 1808 for unsupported dynamic arrays replaced by alloca(). 1885 (win32_spawn): Cast alloca return to (char**). 2247 * alloca.c (C_alloca): Change "new" to "new_storage". Use XNEWVEC 2727 * alloca.c (find_stack_direction, C_alloca): Use ISO C prototype. 4025 * regex.c: Only use "#pragma alloca" on AIX when not using gcc. 4338 * configure.in: Check for alloca.h (for regex.c and putenv.c). 4398 * alloca.c, argv.c, asprintf.c, choose-temp.c, concat.c, [all …]
|
D | make-relative-prefix.c | 259 nstore = (char *) alloca (len); in make_relative_prefix_1()
|
D | cp-demangle.c | 99 #pragma alloca 118 # ifndef alloca 120 # define alloca __builtin_alloca macro 122 extern char *alloca (); 4080 dpi.saved_scopes = alloca (dpi.num_saved_scopes in cplus_demangle_print_callback() 4082 dpi.copy_templates = alloca (dpi.num_copy_templates in cplus_demangle_print_callback() 5873 di.comps = alloca (di.num_comps * sizeof (*di.comps)); in d_demangle_callback() 5874 di.subs = alloca (di.num_subs * sizeof (*di.subs)); in d_demangle_callback() 6154 di.comps = alloca (di.num_comps * sizeof (*di.comps)); in is_ctor_or_dtor() 6155 di.subs = alloca (di.num_subs * sizeof (*di.subs)); in is_ctor_or_dtor()
|
D | Makefile.in | 126 CFILES = alloca.c argv.c asprintf.c atexit.c \ 167 ./md5.$(objext) ./sha1.$(objext) ./alloca.$(objext) \ 522 ./alloca.$(objext): $(srcdir)/alloca.c config.h $(INCDIR)/ansidecl.h \ 525 $(COMPILE.c) $(PICFLAG) $(srcdir)/alloca.c -o pic/$@; \ 528 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/alloca.c -o noasan/$@; \ 530 $(COMPILE.c) $(srcdir)/alloca.c $(OUTPUT_OPTION)
|
D | regex.c | 31 #pragma alloca 327 # ifndef alloca 331 # define alloca __builtin_alloca macro 340 # define REGEX_ALLOCATE alloca 344 (destination = (char *) alloca (nsize), \ 373 # define REGEX_ALLOCATE_STACK alloca 5214 alloca (0); 5410 alloca (0); 5467 alloca (0); in re_match_2()
|
/toolchain/binutils/binutils-2.25/intl/ |
D | localealias.c | 38 # undef alloca 39 # define alloca __builtin_alloca macro 44 # define alloca _alloca macro 50 #pragma alloca 52 # ifndef alloca 53 char *alloca (); 109 # define alloca(n) malloc (n) macro 227 full_fname = (char *) alloca (fname_len + sizeof aliasfile);
|
D | dcigettext.c | 33 # define alloca __builtin_alloca macro 38 # define alloca _alloca macro 44 #pragma alloca 46 # ifndef alloca 47 char *alloca (); 356 # undef alloca 357 # define alloca(size) (malloc (size)) macro 487 alloca (offsetof (struct known_translation_t, msgid) + msgid_len); 545 dirname = (char *) alloca (path_max + dirname_len); 570 xdomainname = (char *) alloca (strlen (categoryname) [all …]
|
D | loadmsgcat.c | 37 # undef alloca 38 # define alloca __builtin_alloca macro 43 # define alloca _alloca macro 49 #pragma alloca 51 # ifndef alloca 52 char *alloca (); 472 # define alloca(n) malloc (n) macro 808 charset = (char *) alloca (len + 1); 858 tmp = (char *) alloca (len + 10 + 1); 1088 alloca (n_sysdep_segments * sizeof (const char *));
|
D | config.h.in | 4 systems. This function is required for `alloca.c' support on those systems. 8 /* Define to 1 if using `alloca.c'. */ 21 /* 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). 214 /* If using the C implementation of alloca, define if you know the
|
D | plural.c | 45 #pragma alloca 367 # define YYSTACK_ALLOC alloca 370 # if defined (alloca) || defined (_ALLOCA_H) 371 # define YYSTACK_ALLOC alloca
|
D | plural.y | 26 #pragma alloca
|
/toolchain/binutils/binutils-2.25/gas/ |
D | atof-generic.c | 365 alloca (size_of_digits_in_chars); in atof_generic() 482 power_binary_low = (LITTLENUM_TYPE *) alloca (size_of_power_in_chars); in atof_generic() 483 temporary_binary_low = (LITTLENUM_TYPE *) alloca (size_of_power_in_chars); in atof_generic()
|
D | config.in | 20 systems. This function is required for `alloca.c' support on those systems. 27 /* Define to 1 if using `alloca.c'. */ 49 /* Define to 1 if you have `alloca', as a function or macro. */ 52 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). 269 /* If using the C implementation of alloca, define if you know the
|
D | stabs.c | 501 dir2 = (char *) alloca (strlen (dir) + 2); in stabs_generate_asm_file() 636 buf = (char *) alloca (100 + strlen (current_function_label)); in stabs_generate_asm_lineno() 642 buf = (char *) alloca (100); in stabs_generate_asm_lineno()
|
D | configure.com | 77 /* Define to 1 if using `alloca.c'. */ 96 /* Define to 1 if you have `alloca', as a function or macro. */
|
D | remap.c | 87 s = (char *) alloca (name_len + map->new_len); in remap_debug_filename()
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | config.in | 11 systems. This function is required for `alloca.c' support on those systems. 15 /* Define to 1 if using `alloca.c'. */ 31 /* 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). 211 /* If using the C implementation of alloca, define if you know the
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf32-m68hc1x.c | 595 name = alloca (strlen (stub_entry->root.string) + 16); in m68hc11_elf_export_one_stub() 1120 buf = alloca (strlen (msg) + strlen (name) + 10); in elf32_m68hc11_relocate_section() 1158 buf = alloca (strlen (msg) + 128); in elf32_m68hc11_relocate_section() 1177 buf = alloca (strlen (msg) + 128); in elf32_m68hc11_relocate_section() 1197 buf = alloca (strlen (msg) + 128); in elf32_m68hc11_relocate_section() 1244 buf = alloca (strlen (msg) + 128); in elf32_m68hc11_relocate_section()
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-spu/ |
D | icache1.s | 65 #alloca
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-xstormy16.c | 489 CGEN_FIELDS *fields = alloca (CGEN_CPU_SIZEOF_FIELDS (cd)); in xstormy16_md_apply_fix()
|