/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_allocator.cpp | 49 static void *RawInternalAlloc(uptr size, InternalAllocatorCache *cache, in RawInternalAlloc() 61 InternalAllocatorCache *cache) { in RawInternalRealloc() 71 static void RawInternalFree(void *ptr, InternalAllocatorCache *cache) { in RawInternalFree() 86 void *InternalAlloc(uptr size, InternalAllocatorCache *cache, uptr alignment) { in InternalAlloc() 93 void *InternalRealloc(void *addr, uptr size, InternalAllocatorCache *cache) { in InternalRealloc() 101 InternalAllocatorCache *cache) { in InternalReallocArray() 112 void *InternalCalloc(uptr count, uptr size, InternalAllocatorCache *cache) { in InternalCalloc() 125 void InternalFree(void *addr, InternalAllocatorCache *cache) { in InternalFree()
|
H A D | sanitizer_allocator_combined.h | 44 void *Allocate(AllocatorCache *cache, uptr size, uptr alignment) { in Allocate() 89 void Deallocate(AllocatorCache *cache, void *p) { in Deallocate() 97 void *Reallocate(AllocatorCache *cache, void *p, uptr new_size, in Reallocate() 155 void InitCache(AllocatorCache *cache) { in InitCache() 159 void DestroyCache(AllocatorCache *cache) { in DestroyCache() 163 void SwallowCache(AllocatorCache *cache) { in SwallowCache()
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_quarantine_test.cpp | 37 static void DeallocateCache(Cache *cache) { in DeallocateCache() 77 Cache cache; in TEST() local 86 Cache cache; in TEST() local 106 Cache cache; in TEST() local 128 Cache cache; in TEST() local 154 Cache cache; in TEST() local
|
/openbsd/gnu/llvm/llvm/bindings/python/llvm/ |
H A D | object.py | 122 def get_sections(self, cache=False): argument 150 def get_symbols(self, cache=False): argument 239 def get_relocations(self, cache=False): argument 270 def cache(self): member in Section 343 def cache(self): member in Symbol 417 def cache(self): member in Relocation
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | sparc64obsd-tdep.c | 144 struct sparc_frame_cache *cache; in sparc64obsd_frame_cache() local 179 struct sparc_frame_cache *cache = in sparc64obsd_frame_this_id() local 192 struct sparc_frame_cache *cache = in sparc64obsd_frame_prev_register() local 224 struct sparc_frame_cache *cache; in sparc64obsd_trapframe_cache() local 254 struct sparc_frame_cache *cache = in sparc64obsd_trapframe_this_id() local 267 struct sparc_frame_cache *cache = in sparc64obsd_trapframe_prev_register() local
|
H A D | sparc64-sol2-tdep.c | 55 struct sparc_frame_cache *cache; in sparc64_sol2_sigtramp_frame_cache() local 110 struct sparc_frame_cache *cache = in sparc64_sol2_sigtramp_frame_this_id() local 124 struct sparc_frame_cache *cache = in sparc64_sol2_sigtramp_frame_prev_register() local
|
H A D | amd64-tdep.c | 703 amd64_init_frame_cache (struct amd64_frame_cache *cache) in amd64_init_frame_cache() 727 struct amd64_frame_cache *cache; in amd64_alloc_frame_cache() local 753 struct amd64_frame_cache *cache) in amd64_analyze_prologue() 810 struct amd64_frame_cache cache; in amd64_skip_prologue() local 827 struct amd64_frame_cache *cache; in amd64_frame_cache() local 881 struct amd64_frame_cache *cache = in amd64_frame_this_id() local 897 struct amd64_frame_cache *cache = in amd64_frame_prev_register() local 958 struct amd64_frame_cache *cache; in amd64_sigtramp_frame_cache() local 987 struct amd64_frame_cache *cache = in amd64_sigtramp_frame_this_id() local 1046 struct amd64_frame_cache *cache = in amd64_frame_base_address() local
|
H A D | sparc-sol2-tdep.c | 80 struct sparc_frame_cache *cache; in sparc32_sol2_sigtramp_frame_cache() local 131 struct sparc_frame_cache *cache = in sparc32_sol2_sigtramp_frame_this_id() local 145 struct sparc_frame_cache *cache = in sparc32_sol2_sigtramp_frame_prev_register() local
|
H A D | sparcobsd-tdep.c | 73 struct sparc_frame_cache *cache; in sparc32obsd_frame_cache() local 105 struct sparc_frame_cache *cache = in sparc32obsd_frame_this_id() local 118 struct sparc_frame_cache *cache = in sparc32obsd_frame_prev_register() local
|
H A D | m68k-tdep.c | 482 struct m68k_frame_cache *cache; in m68k_alloc_frame_cache() local 511 struct m68k_frame_cache *cache) in m68k_analyze_frame_setup() 607 struct m68k_frame_cache *cache) in m68k_analyze_register_saves() 704 struct m68k_frame_cache *cache) in m68k_analyze_prologue() 729 struct m68k_frame_cache cache; in m68k_skip_prologue() local 754 struct m68k_frame_cache *cache; in m68k_frame_cache() local 816 struct m68k_frame_cache *cache = m68k_frame_cache (next_frame, this_cache); in m68k_frame_this_id() local 832 struct m68k_frame_cache *cache = m68k_frame_cache (next_frame, this_cache); in m68k_frame_prev_register() local 885 struct m68k_frame_cache *cache = m68k_frame_cache (next_frame, this_cache); in m68k_frame_base_address() local
|
H A D | sparc-linux-tdep.c | 163 struct sparc_frame_cache *cache; in sparc32_linux_sigtramp_frame_cache() local 217 struct sparc_frame_cache *cache = in sparc32_linux_sigtramp_frame_this_id() local 231 struct sparc_frame_cache *cache = in sparc32_linux_sigtramp_frame_prev_register() local
|
H A D | dummy-frame.c | 153 struct dummy_frame_cache *cache; in dummy_frame_sniffer() local 175 struct dummy_frame_cache *cache = (*this_prologue_cache); in dummy_frame_prev_register() local 208 struct dummy_frame_cache *cache = (*this_prologue_cache); in dummy_frame_this_id() local
|
H A D | sparc64fbsd-tdep.c | 81 struct sparc_frame_cache *cache; in sparc64fbsd_sigtramp_frame_cache() local 155 struct sparc_frame_cache *cache = in sparc64fbsd_sigtramp_frame_this_id() local 169 struct sparc_frame_cache *cache = in sparc64fbsd_sigtramp_frame_prev_register() local
|
H A D | m32r-linux-tdep.c | 228 struct m32r_frame_cache *cache; in m32r_linux_sigtramp_frame_cache() local 272 struct m32r_frame_cache *cache = in m32r_linux_sigtramp_frame_this_id() local 286 struct m32r_frame_cache *cache = in m32r_linux_sigtramp_frame_prev_register() local
|
H A D | sparc64nbsd-tdep.c | 159 struct sparc_frame_cache *cache; in sparc64nbsd_sigcontext_frame_cache() local 194 struct sparc_frame_cache *cache = in sparc64nbsd_sigcontext_frame_this_id() local 208 struct sparc_frame_cache *cache = in sparc64nbsd_sigcontext_frame_prev_register() local
|
H A D | frv-linux-tdep.c | 243 struct trad_frame_cache *cache; in frv_linux_sigtramp_frame_cache() local 281 struct trad_frame_cache *cache = in frv_linux_sigtramp_frame_this_id() local 294 struct trad_frame_cache *cache = in frv_linux_sigtramp_frame_prev_register() local
|
H A D | i386-tdep.c | 309 struct i386_frame_cache *cache; in i386_alloc_frame_cache() local 388 struct i386_frame_cache *cache) in i386_analyze_struct_return() 584 struct i386_frame_cache *cache) in i386_analyze_frame_setup() 708 struct i386_frame_cache *cache) in i386_analyze_register_saves() 760 struct i386_frame_cache *cache) in i386_analyze_prologue() 779 struct i386_frame_cache cache; in i386_skip_prologue() local 864 struct i386_frame_cache *cache; in i386_frame_cache() local 926 struct i386_frame_cache *cache = i386_frame_cache (next_frame, this_cache); in i386_frame_this_id() local 942 struct i386_frame_cache *cache = i386_frame_cache (next_frame, this_cache); in i386_frame_prev_register() local 1044 struct i386_frame_cache *cache; in i386_sigtramp_frame_cache() local [all …]
|
H A D | sentinel-frame.c | 39 struct frame_unwind_cache *cache = in sentinel_frame_cache() local 54 struct frame_unwind_cache *cache = *this_prologue_cache; in sentinel_frame_prev_register() local
|
H A D | xstormy16-tdep.c | 312 struct xstormy16_frame_cache *cache, in xstormy16_analyze_prologue() 415 struct xstormy16_frame_cache cache; in xstormy16_skip_prologue() local 626 struct xstormy16_frame_cache *cache; in xstormy16_alloc_frame_cache() local 645 struct xstormy16_frame_cache *cache; in xstormy16_frame_cache() local 682 struct xstormy16_frame_cache *cache = xstormy16_frame_cache (next_frame, in xstormy16_frame_prev_register() local 723 struct xstormy16_frame_cache *cache = xstormy16_frame_cache (next_frame, in xstormy16_frame_this_id() local 736 struct xstormy16_frame_cache *cache = xstormy16_frame_cache (next_frame, in xstormy16_frame_base_address() local
|
H A D | libunwind-frame.c | 131 struct libunwind_frame_cache *cache; in libunwind_frame_cache() local 224 struct libunwind_frame_cache *cache = in libunwind_frame_this_id() local 236 struct libunwind_frame_cache *cache = in libunwind_frame_prev_register() local 312 struct libunwind_frame_cache *cache = in libunwind_frame_base_address() local
|
H A D | m68klinux-tdep.c | 201 struct trad_frame_cache *cache; in m68k_linux_sigtramp_frame_cache() local 238 struct trad_frame_cache *cache = in m68k_linux_sigtramp_frame_this_id() local 252 struct trad_frame_cache *cache = in m68k_linux_sigtramp_frame_prev_register() local
|
H A D | vax-tdep.c | 317 struct vax_frame_cache *cache; in vax_frame_cache() local 380 struct vax_frame_cache *cache = vax_frame_cache (next_frame, this_cache); in vax_frame_this_id() local 395 struct vax_frame_cache *cache = vax_frame_cache (next_frame, this_cache); in vax_frame_prev_register() local 418 struct vax_frame_cache *cache = vax_frame_cache (next_frame, this_cache); in vax_frame_base_address() local
|
H A D | ppcobsd-tdep.c | 194 struct trad_frame_cache *cache; in ppcobsd_sigtramp_frame_cache() local 245 struct trad_frame_cache *cache = in ppcobsd_sigtramp_frame_this_id() local 258 struct trad_frame_cache *cache = in ppcobsd_sigtramp_frame_prev_register() local
|
H A D | sparc-tdep.c | 503 struct sparc_frame_cache *cache; in sparc_alloc_frame_cache() local 522 struct sparc_frame_cache *cache) in sparc_analyze_prologue() 590 struct sparc_frame_cache cache; in sparc32_skip_prologue() local 611 struct sparc_frame_cache *cache; in sparc_frame_cache() local 648 struct sparc_frame_cache *cache; in sparc32_frame_cache() local 678 struct sparc_frame_cache *cache = in sparc32_frame_this_id() local 694 struct sparc_frame_cache *cache = in sparc32_frame_prev_register() local 789 struct sparc_frame_cache *cache = in sparc32_frame_base_address() local
|
H A D | sparcnbsd-tdep.c | 183 struct sparc_frame_cache *cache; in sparc32nbsd_sigcontext_frame_cache() local 215 struct sparc_frame_cache *cache = in sparc32nbsd_sigcontext_frame_this_id() local 229 struct sparc_frame_cache *cache = in sparc32nbsd_sigcontext_frame_prev_register() local
|