Searched refs:alloca (Results 1 - 25 of 408) sorted by last modified time

1234567891011>>

/freebsd-11-stable/usr.sbin/jail/
H A Dconfig.c341 tname = alloca(cs - value + 1);
658 cs = alloca(lnlen + 1);
719 value = alloca(vallen);
H A Djail.c584 cs = alloca(len + 1);
607 cs = alloca(len + 1);
656 alloca((j->njp + dopersist) * sizeof(struct jailparam));
699 sjp = setparams2 = alloca((j->njp + dopersist) *
770 sjp = setparams = alloca(++ns * sizeof(struct jailparam));
810 rtjp = rtparams = alloca(++nrt * sizeof(struct jailparam));
880 jiov[1].iov_base = alloca(jiov[1].iov_len);
/freebsd-11-stable/lib/libradius/
H A Dradlib.c1523 P = alloca(Clen); /* We derive our plaintext */
/freebsd-11-stable/lib/libc/stdlib/
H A DMakefile.inc33 MAN+= a64l.3 abort.3 abs.3 alloca.3 atexit.3 atof.3 \
/freebsd-11-stable/include/
H A Dstdlib.h248 * The alloca() function can't be implemented in C, and on some
250 * The GNU C compiler provides a built-in alloca() which we can use;
252 * incarnations of lint. On platforms where alloca() is not in libc,
257 #undef alloca /* some GNU bits try to get cute and define this on their own */ macro
258 #define alloca(sz) __builtin_alloca(sz) macro
260 void *alloca(size_t);
/freebsd-11-stable/libexec/rtld-elf/
H A Drtld.c288 * alloca and we want that to occur within the scope of the caller.
291 ((dlp)->objs = alloca(obj_count * sizeof (dlp)->objs[0]), \
H A Dmap_object.c121 segs = alloca(sizeof(segs[0]) * hdr->e_phnum);
/freebsd-11-stable/contrib/ntp/sntp/
H A Dconfigure8140 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
8142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
8143 $as_echo_n "checking for working alloca.h... " >&6; }
8149 #include <alloca.h>
8153 char *p = (char *) alloca (2 * sizeof (int));
8175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
8176 $as_echo_n "checking for alloca... " >&6; }
8183 # define alloca __builtin_alloca
8187 # define alloca _alloc
[all...]
/freebsd-11-stable/contrib/ntp/
H A Dconfigure17466 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
17468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
17469 $as_echo_n "checking for working alloca.h... " >&6; }
17475 #include <alloca.h>
17479 char *p = (char *) alloca (2 * sizeof (int));
17501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
17502 $as_echo_n "checking for alloca... " >&6; }
17509 # define alloca __builtin_alloca
17513 # define alloca _alloc
[all...]
/freebsd-11-stable/lib/libc/gen/
H A Dexec.c67 argv = alloca((n + 1) * sizeof(*argv));
94 argv = alloca((n + 1) * sizeof(*argv));
121 argv = alloca((n + 1) * sizeof(*argv));
237 memp = alloca(MAX(3, cnt + 2) * sizeof(char *));
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dwin32_xlate.c218 wide_str = alloca(wide_size * sizeof(WCHAR));
/freebsd-11-stable/contrib/apr/poll/unix/
H A Dpoll.c29 #include <alloca.h>
80 struct pollfd *pollset = alloca(sizeof(struct pollfd) * num);
/freebsd-11-stable/contrib/apr/
H A Dconfigure22376 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
22378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
22379 $as_echo_n "checking for working alloca.h... " >&6; }
22385 #include <alloca.h>
22389 char *p = (char *) alloca (2 * sizeof (int));
22411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
22412 $as_echo_n "checking for alloca... " >&6; }
22419 # define alloca __builtin_alloca
22423 # define alloca _alloc
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_provider.c40 #include <alloca.h>
240 char *name = dt_probe_key(pdp, alloca(dt_probe_keylen(pdp)));
250 dtrace_argdesc_t *adv = alloca(sizeof (dtrace_argdesc_t) * adc);
387 key = dt_probe_key(&pd, alloca(keylen));
637 tag = alloca(len + 1);
696 char *key = dt_probe_key(pdp, alloca(keylen));
H A Ddt_link.c42 #include <alloca.h>
1727 cmd = alloca(len);
1858 cmd = alloca(len);
1870 cmd = alloca(len);
H A Ddt_dof.c35 #include <alloca.h>
255 xlt = alloca(sizeof (dof_xlref_t) * dp->dtdo_xlmlen);
285 dofd = alloca(sizeof (dtrace_diftype_t) + sizeof (dsecs));
499 dofs = alloca(sizeof (dof_secidx_t) * (nxr + 1));
684 dofa = alloca(sizeof (dof_actdesc_t) * maxacts);
685 fmt = alloca(maxfmt + 1);
/freebsd-11-stable/sbin/swapon/
H A Dswapon.c401 p = alloca(pagesize_len);
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp25 #include <alloca.h>
823 stacksize causes the thread to have an offset before the dummy alloca()
825 sufficient stacksize AND support a stack offset, we alloca() twice the
826 offset so that the upcoming alloca() does not eliminate any premade offset,
H A Dkmp_wrapper_malloc.h24 On Linux* OS, alloca() function is declared in <alloca.h> header, while on
25 Windows* OS there is no <alloca.h> header, function _alloca() (note
34 alloca
92 // Include alloca() declaration.
96 #define alloca _alloca // Allow to use alloca() with no underscore. macro
101 #include <alloca.h> // Linux* OS and OS X*: alloc() declared in "alloca".
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp116 // If explicitly requested, allow vastart and alloca. For invoke instructions
515 // As a prior call to extractCodeRegion() may have shrinkwrapped the alloca,
524 LLVM_DEBUG(dbgs() << "Sinking alloca: " << *AI << "\n");
550 // Either no bitcasts reference the alloca or there are unknown uses.
554 LLVM_DEBUG(dbgs() << "Sinking alloca (via bitcast): " << *AI << "\n");
563 LLVM_DEBUG(dbgs() << "Sinking bitcast-of-alloca: " << *BitcastAddr
992 // object is a sunk alloca, or is otherwise defined in the extraction
1092 AllocaInst *alloca = local
1096 ReloadOutputs.push_back(alloca);
1097 params.push_back(alloca);
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A Dexplicit_symbols.inc5 EXPLICIT_SYMBOL2(alloca, _alloca)
71 EXPLICIT_SYMBOL2(alloca, _alloca_probe)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp878 INSTKEYWORD(alloca, Alloca);
/freebsd-11-stable/contrib/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp111 #include <alloca.h>
126 static_cast<volatile char *>(alloca(kTargetStack - Curr));
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h327 /// ReturnValue - The temporary alloca to hold the return
331 /// ReturnValuePointer - The temporary alloca to hold a pointer to sret.
543 /// into this alloca.
547 /// write the current selector value into this alloca.
2183 /// CreateTempAlloca - This creates an alloca and inserts it into the entry
2187 /// the alloca.
2194 /// configurations, this is not the same as the alloca address space, and a
2195 /// cast is needed to lift the pointer from the alloca AS into
2204 /// various ways, this function will perform the cast. The original alloca
2219 /// CreateDefaultAlignedTempAlloca - This creates an alloca wit
4400 Address alloca = local
[all...]
H A DCGCall.cpp1143 // comparison must be made on the store size and not the alloca size. Using
1144 // the alloca size may overstate the size of the load.
1637 // indirect arguments are always on the stack, which is alloca addr space.
2308 // into a local alloca for us.
2313 // entails copying one or more LLVM IR arguments into an alloca. Don't push
2527 // Simple case, just do a coerced store of the argument into the alloca.
2549 Address alloca = CreateMemTemp(Ty, getContext().getDeclAlign(Arg));
2550 ArgVals.push_back(ParamValue::forIndirect(alloca));
2553 alloca = Builder.CreateElementBitCast(alloca, coercionTyp
[all...]

Completed in 378 milliseconds

1234567891011>>