Searched refs:init_size (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_common_test.cpp | 444 uptr init_size = 0xffff; in TEST() local 446 uptr res = address_range.Init(init_size); in TEST() 448 UnmapOrDie((void*)res, init_size); in TEST() 460 constexpr uptr init_size = 0xffff; in TEST() local 462 uptr res = address_range.Init(init_size); in TEST() 466 CHECK_EQ(res, address_range.Map(res, init_size)); in TEST() 469 unsigned char buffer[init_size]; in TEST() 478 uptr init_size = PageSize * 8; in TEST() local 480 uptr base_addr = address_range.Init(init_size); in TEST() 485 address_range.Unmap(base_addr, init_size); in TEST() [all …]
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_fuchsia.cpp | 178 uptr ReservedAddressRange::Init(uptr init_size, const char *name, in Init() argument 180 init_size = RoundUpTo(init_size, GetPageSize()); in Init() 187 init_size, &vmar, &base); in Init() 189 ReportMmapFailureAndDie(init_size, name, "zx_vmar_allocate", status); in Init() 191 size_ = init_size; in Init()
|
| /llvm-project-15.0.7/libc/loader/linux/aarch64/ |
| H A D | start.cpp | 80 app.tls.init_size); in init_tls() 154 app.tls.init_size = phdr->p_filesz; in _start()
|
| /llvm-project-15.0.7/libc/loader/linux/x86_64/ |
| H A D | start.cpp | 75 app.tls.init_size); in init_tls() 167 app.tls.init_size = phdr->p_filesz; in _start()
|
| /llvm-project-15.0.7/libc/config/linux/ |
| H A D | app.h | 31 uintptr_t init_size; member
|