Home
last modified time | relevance | path

Searched refs:shadow_begin (Results 1 - 2 of 2) sorted by relevance

/third_party/musl/porting/linux/user/ldso/
H A Dcfi.c418 char* shadow_begin = cfi_shadow_start + addr_to_offset(begin, LIBRARY_ALIGNMENT_BITS); in fill_shadow_value_to_shadow() local
420 char* aligned_shadow_begin = (char*)ALIGN_DOWN((uintptr_t)shadow_begin, PAGE_SIZE); in fill_shadow_value_to_shadow()
424 uint16_t offset_begin = shadow_begin - aligned_shadow_begin; in fill_shadow_value_to_shadow()
/third_party/musl/ldso/linux/
H A Dcfi.c478 char* shadow_begin = cfi_shadow_start + addr_to_offset(begin, LIBRARY_ALIGNMENT_BITS); in fill_shadow_value_to_shadow() local
480 char* aligned_shadow_begin = (char*)ALIGN_DOWN((uintptr_t)shadow_begin, PAGE_SIZE); in fill_shadow_value_to_shadow()
484 uint16_t offset_begin = shadow_begin - aligned_shadow_begin; in fill_shadow_value_to_shadow()

Completed in 3 milliseconds