Searched refs:base_ (Results 1 – 9 of 9) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_fuchsia.cpp | 223 base_ = reinterpret_cast<void *>(base); in Init() 228 return reinterpret_cast<uptr>(base_); in Init() 262 return DoMmapFixedOrDie(os_handle_, fixed_addr, map_size, base_, in Map() 268 return DoMmapFixedOrDie(os_handle_, fixed_addr, map_size, base_, in MapOrDie() 290 if (addr == reinterpret_cast<uptr>(base_)) { in Unmap() 300 CHECK_EQ(addr + size, reinterpret_cast<uptr>(base_) + size_); in Unmap()
|
| HD | sanitizer_posix_libcdep.cpp | 344 base_ = fixed_addr ? MmapFixedNoAccess(fixed_addr, size, name) in Init() 349 return reinterpret_cast<uptr>(base_); in Init() 366 if (addr == reinterpret_cast<uptr>(base_)) in Unmap() 368 base_ = (size == size_) ? nullptr : reinterpret_cast<void*>(addr + size); in Unmap() 370 CHECK_EQ(addr + size, reinterpret_cast<uptr>(base_) + size_); in Unmap()
|
| HD | sanitizer_win.cpp | 274 CHECK((addr == reinterpret_cast<uptr>(base_)) && (size == size_)); in Unmap() 276 base_ = nullptr; in Unmap() 299 base_ = fixed_addr ? MmapFixedNoAccess(fixed_addr, size) : MmapNoAccess(size); in Init() 303 return reinterpret_cast<uptr>(base_); in Init()
|
| HD | sanitizer_common.h | 149 void *base() const { return base_; } in base() 153 void* base_;
|
| /freebsd-11-stable/crypto/openssl/crypto/objects/ |
| HD | obj_dat.c | 678 const void *OBJ_bsearch_ex_(const void *key, const void *base_, int num, in OBJ_bsearch_ex_() argument 683 const char *base = base_; in OBJ_bsearch_ex_()
|
| /freebsd-11-stable/contrib/gcc/ |
| HD | ggc-zone.c | 2224 ggc_pch_this_base (struct ggc_pch_data *d, void *base_) in ggc_pch_this_base() argument 2227 size_t base = (size_t) base_; in ggc_pch_this_base()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | arm_mve_defs.td | 318 class IB_EltBit<int base_, Type type_ = Scalar> : ImmediateBounds { 319 int base = base_;
|
| /freebsd-11-stable/contrib/ntp/sntp/libevent/ |
| HD | ChangeLog-1.4 | 170 …o New function, event_{base_}loopbreak. Like event_loopexit, it makes an event loop stop executin…
|
| HD | ChangeLog-2.0 | 1137 …o New function, event_{base_}loopbreak. Like event_loopexit, it makes an event loop stop executin…
|