Searched refs:allocate (Results 1 - 25 of 456) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_coverage_win_sections.cpp35 __declspec(allocate(".SCOV$CA")) uint64_t __start___sancov_cntrs = 0;
45 __declspec(allocate(".SCOV$CZ")) __declspec(align(1)) uint8_t
49 __declspec(allocate(".SCOV$GA")) uint64_t __start___sancov_guards = 0;
51 __declspec(allocate(".SCOV$GZ")) __declspec(align(1)) uint8_t
60 __declspec(allocate(".SCOVP$A")) uint64_t __start___sancov_pcs = 0;
62 __declspec(allocate(".SCOVP$Z")) __declspec(align(1)) uint8_t
H A Dsanitizer_win_dll_thunk.cpp62 __declspec(allocate(".DLLTH$A")) DllThunkCB __start_dll_thunk;
63 __declspec(allocate(".DLLTH$Z")) DllThunkCB __stop_dll_thunk;
89 __declspec(allocate(".CRT$XIB")) int (*__dll_thunk_preinit)() =
98 __declspec(allocate(".CRT$XLAB")) void (WINAPI *__dll_thunk_tls_init)(void *,
H A Dsanitizer_win_weak_interception.cpp62 __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)(
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_coverage_win_sections.cc37 __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
H A Dsanitizer_win_dll_thunk.cc63 __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 *,
H A Dsanitizer_win_weak_interception.cc62 __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)(
H A Dsanitizer_win_weak_interception.h30 __declspec(allocate(".WEAK$M")) int (*__weak_intercept_##Name)() = \
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_coverage_win_sections.cc35 __declspec(allocate(".SCOV$GA")) __declspec(align(1)) uint64_t
38 __declspec(allocate(".SCOV$GZ")) __declspec(align(1)) uint64_t
42 __declspec(allocate(".SCOV$CA")) __declspec(align(1)) uint64_t
45 __declspec(allocate(".SCOV$CZ")) __declspec(align(1)) uint64_t
53 __declspec(allocate(".SCOVP$A")) __declspec(align(1)) uint64_t
56 __declspec(allocate(".SCOVP$Z")) __declspec(align(1)) uint64_t
H A Dsanitizer_win_dll_thunk.cc61 __declspec(allocate(".DLLTH$A")) DllThunkCB __start_dll_thunk;
62 __declspec(allocate(".DLLTH$Z")) DllThunkCB __stop_dll_thunk;
88 __declspec(allocate(".CRT$XIB")) int (*__dll_thunk_preinit)() =
97 __declspec(allocate(".CRT$XLAB")) void (WINAPI *__dll_thunk_tls_init)(void *,
H A Dsanitizer_win_weak_interception.cc60 __declspec(allocate(".WEAK$A")) InterceptCB __start_weak_list;
61 __declspec(allocate(".WEAK$Z")) InterceptCB __stop_weak_list;
80 __declspec(allocate(".CRT$XIB")) int (*__weak_intercept_preinit)() =
89 __declspec(allocate(".CRT$XLAB")) void(WINAPI *__weak_intercept_tls_init)(
H A Dsanitizer_win_weak_interception.h28 __declspec(allocate(".WEAK$M")) int (*__weak_intercept_##Name)() = \
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mmix/
H A Dgreg9.s1 % Check that we can allocate max number of GREGs.
2 % A bit cheesy: we allocate anonymous GREGs with no handle. This isn't
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_globals_win.cc21 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"))
H A Dasan_win_dynamic_runtime_thunk.cc78 __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)() =
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_globals_win.cc19 extern "C" __declspec(allocate(".ASAN$GA"))
21 extern "C" __declspec(allocate(".ASAN$GZ"))
53 extern "C" __declspec(allocate(".CRT$XCU"))
55 extern "C" __declspec(allocate(".CRT$XTX"))
H A Dasan_win_dynamic_runtime_thunk.cc76 __declspec(allocate(".CRT$XIB")) int (*__asan_initialize_cloned_variables)() =
78 __declspec(allocate(".CRT$XLAB")) void (NTAPI *__asan_tls_init)(void *,
94 __declspec(allocate(".CRT$XTW")) void* before_global_dtors = 0;
95 __declspec(allocate(".CRT$XTY")) void* after_global_dtors = 0;
110 __declspec(allocate(".CRT$XID"))
123 __declspec(allocate(".CRT$XCAB")) int (*__asan_seh_interceptor)() =
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_globals_win.cpp20 extern "C" __declspec(allocate(".ASAN$GA"))
22 extern "C" __declspec(allocate(".ASAN$GZ"))
54 extern "C" __declspec(allocate(".CRT$XCU"))
56 extern "C" __declspec(allocate(".CRT$XTX"))
H A Dasan_win_dynamic_runtime_thunk.cpp77 __declspec(allocate(".CRT$XIB")) int (*__asan_initialize_cloned_variables)() =
79 __declspec(allocate(".CRT$XLAB")) void (NTAPI *__asan_tls_init)(void *,
95 __declspec(allocate(".CRT$XTW")) void* before_global_dtors = 0;
96 __declspec(allocate(".CRT$XTY")) void* after_global_dtors = 0;
111 __declspec(allocate(".CRT$XID"))
124 __declspec(allocate(".CRT$XCAB")) int (*__asan_seh_interceptor)() =
/netbsd-current/lib/libc/include/
H A Denv.h38 extern ssize_t __getenvslot(const char *name, size_t l_name, bool allocate);
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/
H A Dmmap_allocator.d11 additional structure: each call to `allocate(s)` issues a call to
32 void[] allocate(size_t bytes) shared const
61 package alias allocateZeroed = allocate;
64 package alias allocateZeroed = allocate;
67 package alias allocateZeroed = allocate;
70 package alias allocateZeroed = allocate;
78 void[] allocate(size_t bytes) shared const
102 package alias allocateZeroed = allocate;
135 auto p = alloc.allocate(100);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dmemory-block.h36 static inline void *allocate () ATTRIBUTE_MALLOC;
56 memory_block_pool::allocate () function in class:memory_block_pool
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dentry_list_fn_imps.hpp62 entry_pointer p_e = s_entry_allocator.allocate(1);
75 entry_pointer p_e = s_entry_allocator.allocate(1);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dmemory-block.h36 static inline void *allocate () ATTRIBUTE_MALLOC;
56 memory_block_pool::allocate () function in class:memory_block_pool
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dentry_list_fn_imps.hpp62 entry_pointer p_e = s_entry_allocator.allocate(1);
75 entry_pointer p_e = s_entry_allocator.allocate(1);
/netbsd-current/lib/csu/arch/mips/
H A Dcrti.S42 PTR_SUBU sp, sp, CALLFRAME_SIZ # allocate stack frame
55 PTR_SUBU sp, sp, CALLFRAME_SIZ # allocate stack frame

Completed in 319 milliseconds

1234567891011>>