Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.cpp105 uptr access_size) { in GetAccessToHeapChunkInformation() argument
155 bool GetHeapAddressInformation(uptr addr, uptr access_size, in GetHeapAddressInformation() argument
180 bool DescribeAddressIfHeap(uptr addr, uptr access_size) { in DescribeAddressIfHeap() argument
193 bool GetStackAddressInformation(uptr addr, uptr access_size, in GetStackAddressInformation() argument
224 PrintAccessAndVarIntersection(const StackVarDescr & var,uptr addr,uptr access_size,uptr prev_var_end,uptr next_var_beg) PrintAccessAndVarIntersection() argument
268 DescribeAddressIfStack(uptr addr,uptr access_size) DescribeAddressIfStack() argument
276 DescribeAddressRelativeToGlobal(uptr addr,uptr access_size,const __asan_global & g) DescribeAddressRelativeToGlobal() argument
301 GetGlobalAddressInformation(uptr addr,uptr access_size,GlobalAddressDescription * descr) GetGlobalAddressInformation() argument
311 DescribeAddressIfGlobal(uptr addr,uptr access_size,const char * bug_type) DescribeAddressIfGlobal() argument
439 AddressDescription(uptr addr,uptr access_size,bool shouldLockThreadRegistry) AddressDescription() argument
476 PrintAddressDescription(uptr addr,uptr access_size,const char * bug_type) PrintAddressDescription() argument
[all...]
H A Dasan_descriptions.h140 uptr access_size; member
151 uptr access_size; member
162 uptr access_size; member
H A Dasan_allocator.h68 bool AddrIsInside(uptr addr, uptr access_size, sptr *offset) const { in AddrIsInside()
75 bool AddrIsAtLeft(uptr addr, uptr access_size, sptr *offset) const { in AddrIsAtLeft()
83 bool AddrIsAtRight(uptr addr, uptr access_size, sptr *offset) const { in AddrIsAtRight()
H A Dasan_report.cpp476 ReportGenericError(uptr pc,uptr bp,uptr sp,uptr addr,bool is_write,uptr access_size,u32 exp,bool fatal) ReportGenericError() argument
505 __asan_report_error(uptr pc,uptr bp,uptr sp,uptr addr,int is_write,uptr access_size,u32 exp) __asan_report_error() argument
H A Dasan_errors.h391 uptr access_size; member
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp117 addr_t access_size = in RetrieveReportData() local
/freebsd-src/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp440 BaseReport(StackTrace * stack,bool fatal,uptr tagged_addr,uptr access_size) BaseReport() argument
512 const uptr access_size = 0; global() member in __hwasan::__anon2cbd70630511::BaseReport
983 TagMismatchReport(StackTrace * stack,uptr tagged_addr,uptr access_size,bool is_store,bool fatal,uptr * registers_frame) TagMismatchReport() argument
1049 ReportTagMismatch(StackTrace * stack,uptr tagged_addr,uptr access_size,bool is_store,bool fatal,uptr * registers_frame) ReportTagMismatch() argument
[all...]
/freebsd-src/sys/arm64/include/
H A Dvmm.h277 uint8_t access_size:4, sign_extend:1, dir:1, unused:2; global() member
/freebsd-src/sys/contrib/xen/
H A Dplatform.h394 uint32_t access_size; member