Searched refs:cfi_shadow_start (Results 1 - 2 of 2) sorted by relevance
/third_party/musl/porting/linux/user/ldso/ |
H A D | cfi.c | 86 static char *cfi_shadow_start = NULL; variable 204 if (cfi_shadow_start == NULL) { in cfi_slowpath_common() 205 LD_LOGE("[CFI] [%{public}s] the cfi_shadow_start is null!\n", __FUNCTION__); in cfi_slowpath_common() 212 value = *((uint16_t*)(cfi_shadow_start + offset)); in cfi_slowpath_common() 289 if (cfi_shadow_start == NULL) { in map_dso_to_cfi_shadow() 305 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, cfi_shadow_start, shadow_size, "cfi_shadow:musl"); in map_dso_to_cfi_shadow() 310 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, cfi_shadow_start, shadow_size, "cfi_shadow:musl"); in map_dso_to_cfi_shadow() 325 if (cfi_shadow_start == NULL) in unmap_dso_from_cfi_shadow() 337 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, cfi_shadow_start, shadow_size, "cfi_shadow:musl"); in unmap_dso_from_cfi_shadow() 357 cfi_shadow_start in create_cfi_shadow() [all...] |
/third_party/musl/ldso/linux/ |
H A D | cfi.c | 90 static char *cfi_shadow_start = NULL; variable 212 if (cfi_shadow_start == NULL) { in cfi_slowpath_common() 213 LD_LOGE("[CFI] [%{public}s] the cfi_shadow_start is null!\n", __FUNCTION__); in cfi_slowpath_common() 223 value = *((uint16_t*)(cfi_shadow_start + offset)); in cfi_slowpath_common() 304 if (cfi_shadow_start == NULL) { in map_dso_to_cfi_shadow() 324 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, cfi_shadow_start, shadow_size, "cfi_shadow:musl"); in map_dso_to_cfi_shadow() 331 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, cfi_shadow_start, shadow_size, "cfi_shadow:musl"); in map_dso_to_cfi_shadow() 346 if (cfi_shadow_start == NULL) in unmap_dso_from_cfi_shadow() 366 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, cfi_shadow_start, shadow_size, "cfi_shadow:musl"); in unmap_dso_from_cfi_shadow() 386 cfi_shadow_start in create_cfi_shadow() [all...] |
Completed in 2 milliseconds