Home
last modified time | relevance | path

Searched refs:cur_end (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/cfi/
H A Dcfi.cpp294 uptr cur_end = cur_beg + phdr->p_memsz; in dl_iterate_phdr_cb()
296 VReport(1, " %zx .. %zx\n", cur_beg, cur_end); in dl_iterate_phdr_cb()
297 b->Add(cur_beg, cur_end, cfi_check); in dl_iterate_phdr_cb()
299 b->AddUnchecked(cur_beg, cur_end); in dl_iterate_phdr_cb()
290 uptr cur_end = cur_beg + phdr->p_memsz; dl_iterate_phdr_cb() local
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cpp672 uptr cur_end = cur_beg + phdr->p_memsz; in AddModuleSegments() local
675 cur_module.addAddressRange(cur_beg, cur_end, executable, writable); in AddModuleSegments()