Home
last modified time | relevance | path

Searched refs:ALIGNED (Results 1 – 25 of 30) sorted by relevance

12

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h214 # 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 Dsanitizer_atomic.h53 volatile ALIGNED(8) Type val_dont_use;
H A Dsanitizer_mutex.h93 ALIGNED(8) uptr opaque_storage_[10];
H A Dsanitizer_allocator.cc88 static ALIGNED(64) char internal_alloc_placeholder[sizeof(InternalAllocator)];
H A Dsanitizer_allocator_primary32.h269 struct ALIGNED(SANITIZER_CACHE_LINE_SIZE) SizeClassInfo { in ALIGNED() function
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_globals_win.cc22 ALIGNED(sizeof(__asan_global)) __asan_global __asan_globals_start = {};
24 ALIGNED(sizeof(__asan_global)) __asan_global __asan_globals_end = {};
H A Dasan_malloc_linux.cc265 ALIGNED(32) const MallocDebugK asan_malloc_dispatch_k = {
269 ALIGNED(32) const MallocDebugL asan_malloc_dispatch_l = {
H A Dasan_suppressions.cc24 ALIGNED(64) static char suppression_placeholder[sizeof(SuppressionContext)];
H A Dasan_thread.cc44 static ALIGNED(16) char thread_registry_placeholder[sizeof(ThreadRegistry)];
/freebsd-12.1/crypto/openssl/crypto/ec/curve448/
H A Dfield.h28 # 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 Dmsan_allocator.h24 ALIGNED(8) uptr allocator_cache[96 * (512 * 8 + 16)]; // Opaque.
H A Dmsan.cc59 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 Dhwasan_thread_list.cc4 static ALIGNED(16) char thread_list_placeholder[sizeof(HwasanThreadList)];
H A Dhwasan_allocator.cc51 static ALIGNED(16) u8 tail_magic[kShadowAlignment];
/freebsd-12.1/contrib/compiler-rt/lib/scudo/
H A Dscudo_tsd.h26 struct ALIGNED(SANITIZER_CACHE_LINE_SIZE) ScudoTSD { in ALIGNED() function
/freebsd-12.1/contrib/compiler-rt/lib/lsan/
H A Dlsan_common_linux.cc31 static char linker_placeholder[sizeof(LoadedModule)] ALIGNED(64);
H A Dlsan_thread.cc37 static ALIGNED(64) char thread_registry_placeholder[sizeof(ThreadRegistry)]; in InitializeThreadRegistry()
H A Dlsan_common.cc68 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 Dtsan_mman.cc65 static char allocator_placeholder[sizeof(Allocator)] ALIGNED(64);
80 static char global_proc_placeholder[sizeof(GlobalProc)] ALIGNED(64);
H A Dtsan_suppressions.cc45 ALIGNED(64) static char suppression_placeholder[sizeof(SuppressionContext)];
H A Dtsan_platform_mac.cc76 ALIGNED(64) static char main_thread_state[sizeof(ThreadState)];
H A Dtsan_rtl.cc50 THREADLOCAL char cur_thread_placeholder[sizeof(ThreadState)] ALIGNED(64);
52 static char ctx_placeholder[sizeof(Context)] ALIGNED(64);
H A Dtsan_interface_ann.cc87 static char dyn_ann_ctx_placeholder[sizeof(DynamicAnnContext)] ALIGNED(64);
/freebsd-12.1/contrib/gcc/config/sparc/
H A Dsparc.h2342 #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 Dubsan_diag.cc388 ALIGNED(64) static char suppression_placeholder[sizeof(SuppressionContext)];

12