Searched refs:uptr (Results 1 - 25 of 894) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_poisoning.h19 uptr TagMemory(uptr p, uptr size, tag_t tag);
20 uptr TagMemoryAligned(uptr p, uptr size, tag_t tag);
H A Dhwasan_mapping.h37 constexpr uptr kShadowScale = 4;
38 constexpr uptr kShadowAlignment = 1ULL << kShadowScale;
42 extern uptr kLowMemStart;
43 extern uptr kLowMemEnd;
44 extern uptr kLowShadowEnd;
45 extern uptr kLowShadowStart;
46 extern uptr kHighShadowStart;
47 extern uptr kHighShadowEnd;
48 extern uptr kHighMemStart;
49 extern uptr kHighMemEn
[all...]
H A Dhwasan_dynamic_shadow.h22 uptr FindDynamicShadowStart(uptr shadow_size_bytes);
H A Dhwasan_report.h24 void ReportTagMismatch(StackTrace *stack, uptr addr, uptr access_size,
25 bool is_store, bool fatal, uptr *registers_frame);
26 void ReportInvalidFree(StackTrace *stack, uptr addr);
27 void ReportTailOverwritten(StackTrace *stack, uptr addr, uptr orig_size,
29 void ReportRegisters(uptr *registers_frame, uptr pc);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_fake_stack.h24 uptr magic; // Modified by the instrumented code.
25 uptr descr; // Modified by the instrumented code.
26 uptr pc; // Modified by the instrumented code.
27 uptr real_stack;
58 static const uptr kMinStackFrameSizeLog = 6; // Min frame is 64B.
59 static const uptr kMaxStackFrameSizeLog = 16; // Max stack frame is 64K.
62 static const uptr kNumberOfSizeClasses =
66 static FakeStack *Create(uptr stack_size_log);
71 static uptr SizeRequiredForFlags(uptr stack_size_lo
[all...]
H A Dasan_stats.h26 // AsanStats must be a struct consisting of uptr fields only.
27 // When merging two AsanStats structs, we treat them as arrays of uptr.
28 uptr mallocs;
29 uptr malloced;
30 uptr malloced_redzones;
31 uptr frees;
32 uptr freed;
33 uptr real_frees;
34 uptr really_freed;
35 uptr realloc
[all...]
H A Dasan_interface_internal.h25 using __sanitizer::uptr;
50 uptr beg; // The address of the global.
51 uptr size; // The original size of the global.
52 uptr size_with_redzone; // The size with the redzone.
56 uptr has_dynamic_init; // Non-zero if the global has dynamic initializer.
59 uptr odr_indicator; // The address of the ODR indicator symbol.
66 void __asan_register_image_globals(uptr *flag);
68 void __asan_unregister_image_globals(uptr *flag);
71 void __asan_register_elf_globals(uptr *flag, void *start, void *stop);
73 void __asan_unregister_elf_globals(uptr *fla
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_fake_stack.h22 uptr magic; // Modified by the instrumented code.
23 uptr descr; // Modified by the instrumented code.
24 uptr pc; // Modified by the instrumented code.
25 uptr real_stack;
56 static const uptr kMinStackFrameSizeLog = 6; // Min frame is 64B.
57 static const uptr kMaxStackFrameSizeLog = 16; // Max stack frame is 64K.
60 static const uptr kNumberOfSizeClasses =
64 static FakeStack *Create(uptr stack_size_log);
69 static uptr SizeRequiredForFlags(uptr stack_size_lo
[all...]
H A Dasan_stats.h24 // AsanStats must be a struct consisting of uptr fields only.
25 // When merging two AsanStats structs, we treat them as arrays of uptr.
26 uptr mallocs;
27 uptr malloced;
28 uptr malloced_redzones;
29 uptr frees;
30 uptr freed;
31 uptr real_frees;
32 uptr really_freed;
33 uptr realloc
[all...]
H A Dasan_interface_internal.h23 using __sanitizer::uptr;
48 uptr beg; // The address of the global.
49 uptr size; // The original size of the global.
50 uptr size_with_redzone; // The size with the redzone.
54 uptr has_dynamic_init; // Non-zero if the global has dynamic initializer.
57 uptr odr_indicator; // The address of the ODR indicator symbol.
64 void __asan_register_image_globals(uptr *flag);
66 void __asan_unregister_image_globals(uptr *flag);
69 void __asan_register_elf_globals(uptr *flag, void *start, void *stop);
71 void __asan_unregister_elf_globals(uptr *fla
[all...]
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_fake_stack.h23 uptr magic; // Modified by the instrumented code.
24 uptr descr; // Modified by the instrumented code.
25 uptr pc; // Modified by the instrumented code.
26 uptr real_stack;
57 static const uptr kMinStackFrameSizeLog = 6; // Min frame is 64B.
58 static const uptr kMaxStackFrameSizeLog = 16; // Max stack frame is 64K.
61 static const uptr kNumberOfSizeClasses =
65 static FakeStack *Create(uptr stack_size_log);
70 static uptr SizeRequiredForFlags(uptr stack_size_lo
[all...]
H A Dasan_stats.h25 // AsanStats must be a struct consisting of uptr fields only.
26 // When merging two AsanStats structs, we treat them as arrays of uptr.
27 uptr mallocs;
28 uptr malloced;
29 uptr malloced_redzones;
30 uptr frees;
31 uptr freed;
32 uptr real_frees;
33 uptr really_freed;
34 uptr realloc
[all...]
H A Dasan_interface_internal.h24 using __sanitizer::uptr;
49 uptr beg; // The address of the global.
50 uptr size; // The original size of the global.
51 uptr size_with_redzone; // The size with the redzone.
55 uptr has_dynamic_init; // Non-zero if the global has dynamic initializer.
58 uptr odr_indicator; // The address of the ODR indicator symbol.
65 void __asan_register_image_globals(uptr *flag);
67 void __asan_unregister_image_globals(uptr *flag);
70 void __asan_register_elf_globals(uptr *flag, void *start, void *stop);
72 void __asan_unregister_elf_globals(uptr *fla
[all...]
H A Dasan_report.h24 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_siz
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/interception/
H A Dinterception_win.h29 bool OverrideFunction(uptr old_func, uptr new_func, uptr *orig_old_func = 0);
32 bool OverrideFunction(const char *name, uptr new_func, uptr *orig_old_func = 0);
35 uptr InternalGetProcAddress(void *module, const char *func_name);
42 const char *function_name, uptr new_function,
43 uptr *orig_old_func);
48 uptr old_func, uptr new_fun
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_allocator_interface.h19 using __sanitizer::uptr;
23 uptr __sanitizer_get_estimated_allocated_size(uptr size);
25 SANITIZER_INTERFACE_ATTRIBUTE uptr
27 SANITIZER_INTERFACE_ATTRIBUTE uptr __sanitizer_get_current_allocated_bytes();
28 SANITIZER_INTERFACE_ATTRIBUTE uptr __sanitizer_get_heap_size();
29 SANITIZER_INTERFACE_ATTRIBUTE uptr __sanitizer_get_free_bytes();
30 SANITIZER_INTERFACE_ATTRIBUTE uptr __sanitizer_get_unmapped_bytes();
33 void (*malloc_hook)(const void *, uptr),
37 void __sanitizer_malloc_hook(void *ptr, uptr siz
[all...]
H A Dsanitizer_syscall_generic.inc31 bool internal_iserror(uptr retval, int *rverrno) {
32 if (retval == (uptr)-1) {
H A Dsanitizer_stacktrace.h42 const uptr *trace;
52 StackTrace(const uptr *trace, u32 size) : trace(trace), size(size), tag(0) {}
53 StackTrace(const uptr *trace, u32 size, u32 tag)
67 static uptr GetCurrentPc();
68 static inline uptr GetPreviousInstructionPc(uptr pc);
69 static uptr GetNextInstructionPc(uptr pc);
76 uptr StackTrace::GetPreviousInstructionPc(uptr p
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/interception/
H A Dinterception_win.h27 bool OverrideFunction(uptr old_func, uptr new_func, uptr *orig_old_func = 0);
30 bool OverrideFunction(const char *name, uptr new_func, uptr *orig_old_func = 0);
33 uptr InternalGetProcAddress(void *module, const char *func_name);
40 const char *function_name, uptr new_function,
41 uptr *orig_old_func);
46 uptr old_func, uptr new_fun
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_interface.h17 using __sanitizer::uptr;
21 uptr __sanitizer_get_estimated_allocated_size(uptr size);
23 SANITIZER_INTERFACE_ATTRIBUTE uptr
25 SANITIZER_INTERFACE_ATTRIBUTE uptr __sanitizer_get_current_allocated_bytes();
26 SANITIZER_INTERFACE_ATTRIBUTE uptr __sanitizer_get_heap_size();
27 SANITIZER_INTERFACE_ATTRIBUTE uptr __sanitizer_get_free_bytes();
28 SANITIZER_INTERFACE_ATTRIBUTE uptr __sanitizer_get_unmapped_bytes();
31 void (*malloc_hook)(const void *, uptr),
35 void __sanitizer_malloc_hook(void *ptr, uptr siz
[all...]
H A Dsanitizer_syscall_generic.inc39 bool internal_iserror(uptr retval, int *rverrno) {
40 if (retval == (uptr)-1) {
H A Dsanitizer_stacktrace.h40 const uptr *trace;
50 StackTrace(const uptr *trace, u32 size) : trace(trace), size(size), tag(0) {}
51 StackTrace(const uptr *trace, u32 size, u32 tag)
65 static uptr GetCurrentPc();
66 static inline uptr GetPreviousInstructionPc(uptr pc);
67 static uptr GetNextInstructionPc(uptr pc);
74 uptr StackTrace::GetPreviousInstructionPc(uptr p
[all...]
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/interception/
H A Dinterception_win.h28 bool OverrideFunction(uptr old_func, uptr new_func, uptr *orig_old_func = 0);
31 bool OverrideFunction(const char *name, uptr new_func, uptr *orig_old_func = 0);
34 uptr InternalGetProcAddress(void *module, const char *func_name);
41 const char *function_name, uptr new_function,
42 uptr *orig_old_func);
47 uptr old_func, uptr new_fun
[all...]
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_interface.h18 using __sanitizer::uptr;
22 uptr __sanitizer_get_estimated_allocated_size(uptr size);
24 SANITIZER_INTERFACE_ATTRIBUTE uptr
26 SANITIZER_INTERFACE_ATTRIBUTE uptr __sanitizer_get_current_allocated_bytes();
27 SANITIZER_INTERFACE_ATTRIBUTE uptr __sanitizer_get_heap_size();
28 SANITIZER_INTERFACE_ATTRIBUTE uptr __sanitizer_get_free_bytes();
29 SANITIZER_INTERFACE_ATTRIBUTE uptr __sanitizer_get_unmapped_bytes();
32 void (*malloc_hook)(const void *, uptr),
36 void __sanitizer_malloc_hook(void *ptr, uptr siz
[all...]
H A Dsanitizer_syscall_generic.inc30 bool internal_iserror(uptr retval, int *rverrno) {
31 if (retval == (uptr)-1) {

Completed in 240 milliseconds

1234567891011>>