Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/ldso/
H A Dcfi.c81 static const uintptr_t shadow_granularity = LIBRARY_ALIGNMENT_BITS; variable
83 static const uintptr_t shadow_alignment = 1UL << shadow_granularity;
202 uintptr_t offset = addr_to_offset(addr, shadow_granularity); in cfi_slowpath_common()
346 /* Each process can load up to (max_target_addr >> shadow_granularity) dsos. Shift left 1 bit because the shadow in create_cfi_shadow()
348 shadow_size = ALIGN_UP(((max_target_addr >> shadow_granularity) << 1), PAGE_SIZE); in create_cfi_shadow()
450 uint16_t shadow_value_step = 1 << (shadow_granularity - cfi_check_granularity); in fill_shadow_value_to_shadow()
/third_party/musl/ldso/linux/
H A Dcfi.c81 static const uintptr_t shadow_granularity = LIBRARY_ALIGNMENT_BITS; variable
85 static const uintptr_t shadow_alignment = 1UL << shadow_granularity;
86 static const uint16_t shadow_value_step = 1 << (shadow_granularity - cfi_check_granularity);
210 uintptr_t offset = addr_to_offset(addr, shadow_granularity); in cfi_slowpath_common()
375 /* Each process can load up to (max_target_addr >> shadow_granularity) dsos. Shift left 1 bit because the shadow in create_cfi_shadow()
377 shadow_size = ALIGN_UP(((max_target_addr >> shadow_granularity) << 1), PAGE_SIZE); in create_cfi_shadow()

Completed in 2 milliseconds