Searched defs:access_size (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dtree-stdarg.c541 tree access_size = TYPE_SIZE_UNIT (TREE_TYPE (rhs)); local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DASanRuntime.cpp165 addr_t access_size = local
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.cpp156 bool GetHeapAddressInformation(uptr addr, uptr access_size, argument
181 bool DescribeAddressIfHeap(uptr addr, uptr access_size) { argument
194 bool GetStackAddressInformation(uptr addr, uptr access_size, argument
104 GetAccessToHeapChunkInformation(ChunkAccess *descr, AsanChunkView chunk, uptr addr, uptr access_size) argument
224 PrintAccessAndVarIntersection(const StackVarDescr &var, uptr addr, uptr access_size, uptr prev_var_end, uptr next_var_beg) argument
269 DescribeAddressIfStack(uptr addr, uptr access_size) argument
277 DescribeAddressRelativeToGlobal(uptr addr, uptr access_size, const __asan_global &g) argument
302 GetGlobalAddressInformation(uptr addr, uptr access_size, GlobalAddressDescription *descr) argument
312 DescribeAddressIfGlobal(uptr addr, uptr access_size, const char *bug_type) argument
[all...]
H A Dasan_allocator.h69 bool AddrIsInside(uptr addr, uptr access_size, sptr *offset) const { argument
76 bool AddrIsAtLeft(uptr addr, uptr access_size, sptr *offset) const { argument
84 bool AddrIsAtRight(uptr addr, uptr access_size, sptr *offset) const { argument
H A Dasan_descriptions.h140 uptr access_size; member in struct:__asan::StackAddressDescription
155 uptr access_size; member in struct:__asan::GlobalAddressDescription
[all...]
H A Dasan_errors.h369 uptr access_size; member in struct:__asan::ErrorGeneric
H A Dasan_report.cpp472 access_size); local
456 ReportGenericError(uptr pc, uptr bp, uptr sp, uptr addr, bool is_write, uptr access_size, u32 exp, bool fatal) argument
481 __asan_report_error(uptr pc, uptr bp, uptr sp, uptr addr, int is_write, uptr access_size, u32 exp) argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp498 void ReportTagMismatch(StackTrace *stack, uptr tagged_addr, uptr access_size, argument
224 PrintAddressDescription( uptr tagged_addr, uptr access_size, StackAllocationsRingBuffer *current_stack_allocations) argument
/freebsd-11-stable/sys/xen/interface/
H A Dplatform.h386 uint32_t access_size; member in struct:xen_power_register

Completed in 89 milliseconds