| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_internal_defs.h | 214 # define ALIGNED(x) __declspec(align(x)) macro 228 # define ALIGNED(x) __attribute__((aligned(x))) macro 259 typedef ALIGNED(1) u16 uu16; 260 typedef ALIGNED(1) u32 uu32; 261 typedef ALIGNED(1) u64 uu64; 262 typedef ALIGNED(1) s16 us16; 263 typedef ALIGNED(1) s32 us32; 264 typedef ALIGNED(1) s64 us64;
|
| H A D | sanitizer_atomic.h | 53 volatile ALIGNED(8) Type val_dont_use;
|
| H A D | sanitizer_mutex.h | 93 ALIGNED(8) uptr opaque_storage_[10];
|
| H A D | sanitizer_allocator.cc | 88 static ALIGNED(64) char internal_alloc_placeholder[sizeof(InternalAllocator)];
|
| H A D | sanitizer_allocator_primary32.h | 269 struct ALIGNED(SANITIZER_CACHE_LINE_SIZE) SizeClassInfo { in ALIGNED() function
|
| /freebsd-12.1/contrib/compiler-rt/lib/asan/ |
| H A D | asan_globals_win.cc | 22 ALIGNED(sizeof(__asan_global)) __asan_global __asan_globals_start = {}; 24 ALIGNED(sizeof(__asan_global)) __asan_global __asan_globals_end = {};
|
| H A D | asan_malloc_linux.cc | 265 ALIGNED(32) const MallocDebugK asan_malloc_dispatch_k = { 269 ALIGNED(32) const MallocDebugL asan_malloc_dispatch_l = {
|
| H A D | asan_suppressions.cc | 24 ALIGNED(64) static char suppression_placeholder[sizeof(SuppressionContext)];
|
| H A D | asan_thread.cc | 44 static ALIGNED(16) char thread_registry_placeholder[sizeof(ThreadRegistry)];
|
| /freebsd-12.1/crypto/openssl/crypto/ec/curve448/ |
| H A D | field.h | 28 # define ALIGNED __attribute__((__aligned__(16))) macro 32 # define ALIGNED macro 37 } ALIGNED gf_s, gf[1];
|
| /freebsd-12.1/contrib/compiler-rt/lib/msan/ |
| H A D | msan_allocator.h | 24 ALIGNED(8) uptr allocator_cache[96 * (512 * 8 + 16)]; // Opaque.
|
| H A D | msan.cc | 59 ALIGNED(16) THREADLOCAL u64 __msan_va_arg_tls[kMsanParamTlsSize / sizeof(u64)]; variable 62 ALIGNED(16) variable
|
| /freebsd-12.1/contrib/compiler-rt/lib/hwasan/ |
| H A D | hwasan_thread_list.cc | 4 static ALIGNED(16) char thread_list_placeholder[sizeof(HwasanThreadList)];
|
| H A D | hwasan_allocator.cc | 51 static ALIGNED(16) u8 tail_magic[kShadowAlignment];
|
| /freebsd-12.1/contrib/compiler-rt/lib/scudo/ |
| H A D | scudo_tsd.h | 26 struct ALIGNED(SANITIZER_CACHE_LINE_SIZE) ScudoTSD { in ALIGNED() function
|
| /freebsd-12.1/contrib/compiler-rt/lib/lsan/ |
| H A D | lsan_common_linux.cc | 31 static char linker_placeholder[sizeof(LoadedModule)] ALIGNED(64);
|
| H A D | lsan_thread.cc | 37 static ALIGNED(64) char thread_registry_placeholder[sizeof(ThreadRegistry)]; in InitializeThreadRegistry()
|
| H A D | lsan_common.cc | 68 ALIGNED(64) static char suppression_placeholder[sizeof(SuppressionContext)]; 107 ALIGNED(64) static char placeholder[sizeof(InternalMmapVector<RootRegion>)]; in InitializeRootRegions()
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_mman.cc | 65 static char allocator_placeholder[sizeof(Allocator)] ALIGNED(64); 80 static char global_proc_placeholder[sizeof(GlobalProc)] ALIGNED(64);
|
| H A D | tsan_suppressions.cc | 45 ALIGNED(64) static char suppression_placeholder[sizeof(SuppressionContext)];
|
| H A D | tsan_platform_mac.cc | 76 ALIGNED(64) static char main_thread_state[sizeof(ThreadState)];
|
| H A D | tsan_rtl.cc | 50 THREADLOCAL char cur_thread_placeholder[sizeof(ThreadState)] ALIGNED(64); 52 static char ctx_placeholder[sizeof(Context)] ALIGNED(64);
|
| H A D | tsan_interface_ann.cc | 87 static char dyn_ann_ctx_placeholder[sizeof(DynamicAnnContext)] ALIGNED(64);
|
| /freebsd-12.1/contrib/gcc/config/sparc/ |
| H A D | sparc.h | 2342 #define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGNED) \ argument 2346 (SIZE), ((ALIGNED) / BITS_PER_UNIT)))
|
| /freebsd-12.1/contrib/compiler-rt/lib/ubsan/ |
| H A D | ubsan_diag.cc | 388 ALIGNED(64) static char suppression_placeholder[sizeof(SuppressionContext)];
|