/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_coverage_win_sections.cc | 37 __declspec(allocate(".SCOV$GA")) __declspec(align(1)) uint64_t 40 __declspec(allocate(".SCOV$GZ")) __declspec(align(1)) uint64_t 44 __declspec(allocate(".SCOV$CA")) __declspec(align(1)) uint64_t 47 __declspec(allocate(".SCOV$CZ")) __declspec(align(1)) uint64_t 55 __declspec(allocate(".SCOVP$A")) __declspec(align(1)) uint64_t 58 __declspec(allocate(".SCOVP$Z")) __declspec(align(1)) uint64_t
|
sanitizer_win_dll_thunk.cc | 63 __declspec(allocate(".DLLTH$A")) DllThunkCB __start_dll_thunk; 64 __declspec(allocate(".DLLTH$Z")) DllThunkCB __stop_dll_thunk; 90 __declspec(allocate(".CRT$XIB")) int (*__dll_thunk_preinit)() = 99 __declspec(allocate(".CRT$XLAB")) void (WINAPI *__dll_thunk_tls_init)(void *,
|
sanitizer_win_weak_interception.cc | 62 __declspec(allocate(".WEAK$A")) InterceptCB __start_weak_list; 63 __declspec(allocate(".WEAK$Z")) InterceptCB __stop_weak_list; 82 __declspec(allocate(".CRT$XIB")) int (*__weak_intercept_preinit)() = 91 __declspec(allocate(".CRT$XLAB")) void(WINAPI *__weak_intercept_tls_init)(
|
sanitizer_win_weak_interception.h | 30 __declspec(allocate(".WEAK$M")) int (*__weak_intercept_##Name)() = \
|
sanitizer_win_dll_thunk.h | 37 __declspec(allocate(".DLLTH$M")) int (*__dll_thunk_##dll_function)() = \ 48 __declspec(allocate(".DLLTH$M")) int (*__dll_thunk_##dll_function)() = \
|
/src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
asan_globals_win.cc | 21 extern "C" __declspec(allocate(".ASAN$GA")) 23 extern "C" __declspec(allocate(".ASAN$GZ")) 55 extern "C" __declspec(allocate(".CRT$XCU")) 57 extern "C" __declspec(allocate(".CRT$XTX"))
|
asan_win_dynamic_runtime_thunk.cc | 78 __declspec(allocate(".CRT$XIB")) int (*__asan_initialize_cloned_variables)() = 80 __declspec(allocate(".CRT$XLAB")) void (NTAPI *__asan_tls_init)(void *, 96 __declspec(allocate(".CRT$XTW")) void* before_global_dtors = 0; 97 __declspec(allocate(".CRT$XTY")) void* after_global_dtors = 0; 112 __declspec(allocate(".CRT$XID")) 125 __declspec(allocate(".CRT$XCAB")) int (*__asan_seh_interceptor)() =
|
asan_win_dll_thunk.cc | 140 __declspec(allocate(".CRT$XIB")) int (*__asan_preinit)() = asan_dll_thunk_init; 148 __declspec(allocate(".CRT$XLAB")) void (WINAPI *__asan_tls_init)(void *,
|
asan_win.cc | 342 __declspec(allocate(".CRT$XCAB")) int (*__intercept_seh)() = 354 __declspec(allocate(".CRT$XLAB")) void (NTAPI *__asan_tls_init)(void *,
|
/src/lib/libc/include/ |
env.h | 38 extern ssize_t __getenvslot(const char *name, size_t l_name, bool allocate);
|
/src/lib/csu/arch/mips/ |
crti.S | 42 PTR_SUBU sp, sp, CALLFRAME_SIZ # allocate stack frame 55 PTR_SUBU sp, sp, CALLFRAME_SIZ # allocate stack frame
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
standalone_malloc_test.cc | 26 bool allocate = (i % 5) <= 2; // 60% malloc, 40% free local in function:MallocThread 28 allocate = i % 2; // then switch to 50% malloc, 50% free 29 if (allocate) {
|
/src/sys/kern/ |
subr_kobj_vfs.c | 95 bool allocate) 103 if (allocate) { 134 if (allocate && error != 0) { 139 if (allocate)
|
/src/lib/libc/arch/powerpc64/sys/ |
cerror.S | 21 stptru %r1,-(SF_SZ+16)(%r1) # allocate new stack frame
|
/src/sys/arch/x68k/stand/libdos/ |
dos_rename.S | 16 link %a6,#-Lbufsz*2 | allocate two dos_nameckbuf
|
/src/sys/external/bsd/drm/dist/bsd-core/ |
drm_sman.h | 30 * Simple memory MANager interface that keeps track on allocate regions on a 60 /* Allocate a memory block with given size and alignment. 63 void *(*allocate) (void *private, unsigned long size, member in struct:drm_sman_mm 105 * Allocate structures for a manager. 138 * Allocate a memory block. Aligment is not implemented yet.
|
/src/usr.sbin/makefs/v7fs/ |
v7fs_populate.c | 81 allocate(struct v7fs_self *fs, struct v7fs_inode *parent_inode, fsnode *node, function in typeref:typename:int 156 /* Allocate file */ 157 if ((error = allocate(fs, parent_inode, node, 0, &inode))) { 158 errmsg = "file allocate"; 212 if ((error = allocate(fs, parent_inode, cur, 221 /* Allocate this directory. */ 222 if ((error = allocate(fs, parent_inode, cur, 0, 241 if ((error = allocate(fs, parent_inode, cur, 0,
|
/src/tests/usr.bin/xlint/lint1/ |
msg_247.c | 113 void *allocate(void); 118 struct counter_impl *impl = allocate(); 127 struct counter_impl *impl = allocate();
|
queries.c | 179 void *allocate(void); 277 str = (char *)allocate(); 279 cstr = (const char *)allocate(); 280 cstr = (char *)allocate();
|
/src/lib/libc/arch/powerpc/sys/ |
cerror.S | 20 stwu %r1,-CALLFRAMELEN(%r1) # allocate new stack frame
|
/src/common/dist/zlib/contrib/iostream/ |
zfstream.cpp | 141 // if a buffer doesn't exists, allocate one. 144 if ( (allocate()) == EOF ) 179 if ( allocate() == EOF )
|
/src/sys/dev/microcode/aic7xxx/ |
aicasm_scan.l | 483 stop("Unable to allocate include stack entry",
|
/src/lib/libc/stdlib/ |
_env.c | 169 * Allocate memory for an environment variable. This function must be called 253 __getenvslot(const char *name, size_t l_name, bool allocate) 271 /* No match found, return if we don't want to allocate a new slot. */ 272 if (!allocate) 298 /* Allocate a new environment array. */
|
/src/lib/libc/arch/mips/gen/ |
setjmp.S | 64 PTR_SUBU sp, sp, SETJMP_FRAME_SIZE # allocate stack frame
|
/src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
xray_utils.cc | 185 LogWriter *LW = allocate<LogWriter>();
|