• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/

Lines Matching refs:uptr

24   uptr beg;
25 uptr size;
27 uptr name_len;
28 uptr line;
33 int GetGlobalsForAddress(uptr addr, __asan_global *globals, u32 *reg_sites,
49 void ReportGenericError(uptr pc, uptr bp, uptr sp, uptr addr, bool is_write,
50 uptr access_size, u32 exp, bool fatal);
52 void ReportNewDeleteTypeMismatch(uptr addr, uptr delete_size,
53 uptr delete_alignment,
55 void ReportDoubleFree(uptr addr, BufferedStackTrace *free_stack);
56 void ReportFreeNotMalloced(uptr addr, BufferedStackTrace *free_stack);
57 void ReportAllocTypeMismatch(uptr addr, BufferedStackTrace *free_stack,
60 void ReportMallocUsableSizeNotOwned(uptr addr, BufferedStackTrace *stack);
61 void ReportSanitizerGetAllocatedSizeNotOwned(uptr addr,
63 void ReportCallocOverflow(uptr count, uptr size, BufferedStackTrace *stack);
64 void ReportReallocArrayOverflow(uptr count, uptr size,
66 void ReportPvallocOverflow(uptr size, BufferedStackTrace *stack);
67 void ReportInvalidAllocationAlignment(uptr alignment,
69 void ReportInvalidAlignedAllocAlignment(uptr size, uptr alignment,
71 void ReportInvalidPosixMemalignAlignment(uptr alignment,
73 void ReportAllocationSizeTooBig(uptr user_size, uptr total_size, uptr max_size,
76 void ReportOutOfMemory(uptr requested_size, BufferedStackTrace *stack);
78 const char *offset1, uptr length1,
79 const char *offset2, uptr length2,
81 void ReportStringFunctionSizeOverflow(uptr offset, uptr size,
83 void ReportBadParamsToAnnotateContiguousContainer(uptr beg, uptr end,
84 uptr old_mid, uptr new_mid,
91 void ReportMacMzReallocUnknown(uptr addr, uptr zone_ptr,
94 void ReportMacCfReallocUnknown(uptr addr, uptr zone_ptr,