Home
last modified time | relevance | path

Searched refs:LIBRARY_ALIGNMENT_BITS (Results 1 - 4 of 4) sorted by relevance

/third_party/musl/porting/linux/user/ldso/
H A Dcfi.h24 #define LIBRARY_ALIGNMENT_BITS 18 macro
25 #define LIBRARY_ALIGNMENT (1UL << LIBRARY_ALIGNMENT_BITS)
H A Dcfi.c81 static const uintptr_t shadow_granularity = LIBRARY_ALIGNMENT_BITS;
418 char* shadow_begin = cfi_shadow_start + addr_to_offset(begin, LIBRARY_ALIGNMENT_BITS); in fill_shadow_value_to_shadow()
419 char* shadow_end = (char*)(((uint16_t*)(cfi_shadow_start + addr_to_offset(end - 1, LIBRARY_ALIGNMENT_BITS))) + 1); in fill_shadow_value_to_shadow()
/third_party/musl/ldso/linux/
H A Dcfi.h24 #define LIBRARY_ALIGNMENT_BITS 18 macro
25 #define LIBRARY_ALIGNMENT (1UL << LIBRARY_ALIGNMENT_BITS)
H A Dcfi.c81 static const uintptr_t shadow_granularity = LIBRARY_ALIGNMENT_BITS;
478 char* shadow_begin = cfi_shadow_start + addr_to_offset(begin, LIBRARY_ALIGNMENT_BITS); in fill_shadow_value_to_shadow()
479 char* shadow_end = (char*)(((uint16_t*)(cfi_shadow_start + addr_to_offset(end - 1, LIBRARY_ALIGNMENT_BITS))) + 1); in fill_shadow_value_to_shadow()

Completed in 4 milliseconds