Searched refs:DL_NOMMU_SUPPORT (Results 1 - 8 of 8) sorted by relevance
/third_party/musl/porting/linux/user/src/internal/ |
H A D | dynlink.h | 197 #ifndef DL_NOMMU_SUPPORT 198 #define DL_NOMMU_SUPPORT 0 macro
|
/third_party/musl/src/internal/ |
H A D | dynlink.h | 223 #ifndef DL_NOMMU_SUPPORT 224 #define DL_NOMMU_SUPPORT 0 macro
|
/third_party/musl/arch/sh/ |
H A D | reloc.h | 33 #define DL_NOMMU_SUPPORT 1 macro
|
/third_party/musl/porting/liteos_a/user/ldso/ |
H A D | dynlink.c | 583 if (!DL_NOMMU_SUPPORT || q != MAP_FAILED || errno != EINVAL) in mmap_fixed() 740 map = DL_NOMMU_SUPPORT in map_library() 789 if ((ph->p_vaddr & -PAGE_SIZE) != addr_min || DL_NOMMU_SUPPORT) in map_library()
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
H A D | dynlink.c | 583 if (!DL_NOMMU_SUPPORT || q != MAP_FAILED || errno != EINVAL) in mmap_fixed() 740 map = DL_NOMMU_SUPPORT in map_library() 789 if ((ph->p_vaddr & -PAGE_SIZE) != addr_min || DL_NOMMU_SUPPORT) in map_library()
|
/third_party/musl/porting/linux/user/ldso/ |
H A D | dynlink.c | 1288 if (!DL_NOMMU_SUPPORT || q != MAP_FAILED || errno != EINVAL) in mmap_fixed() 1567 map = DL_NOMMU_SUPPORT in map_library() 1591 map = DL_NOMMU_SUPPORT in map_library() 1632 if ((ph->p_vaddr & -PAGE_SIZE) != addr_min || DL_NOMMU_SUPPORT) in map_library() 4969 map = DL_NOMMU_SUPPORT in task_map_library() 4973 LD_LOGE("Error mapping library: reserved_params mmap failed errno=%{public}d DL_NOMMU_SUPPORT=%{public}d" in task_map_library() 4975 errno, DL_NOMMU_SUPPORT, task->fd, task->name, map_len); in task_map_library() 4998 map = DL_NOMMU_SUPPORT in task_map_library() 5003 LD_LOGE("Error mapping library: !reserved_params mmap failed errno=%{public}d DL_NOMMU_SUPPORT=%{public}d" in task_map_library() 5005 errno, DL_NOMMU_SUPPORT, tas in task_map_library() [all...] |
/third_party/musl/ldso/linux/ |
H A D | dynlink.c | 1323 if (!DL_NOMMU_SUPPORT || q != MAP_FAILED || errno != EINVAL) in mmap_fixed() 1722 map = DL_NOMMU_SUPPORT in map_library() 1742 map = DL_NOMMU_SUPPORT in map_library() 5339 map = DL_NOMMU_SUPPORT in task_map_library() 5343 LD_LOGE("Error mapping library: reserved_params mmap failed errno=%{public}d DL_NOMMU_SUPPORT=%{public}d" in task_map_library() 5345 errno, DL_NOMMU_SUPPORT, task->fd, task->name, map_len); in task_map_library() 5365 map = DL_NOMMU_SUPPORT in task_map_library() 5370 LD_LOGE("Error mapping library: !reserved_params mmap failed errno=%{public}d DL_NOMMU_SUPPORT=%{public}d" in task_map_library() 5372 errno, DL_NOMMU_SUPPORT, task->fd, task->name, map_len); in task_map_library()
|
/third_party/musl/ldso/ |
H A D | dynlink.c | 650 if (!DL_NOMMU_SUPPORT || q != MAP_FAILED || errno != EINVAL) in mmap_fixed() 807 map = DL_NOMMU_SUPPORT in map_library() 858 if ((ph->p_vaddr & -PAGE_SIZE) != addr_min || DL_NOMMU_SUPPORT) in map_library()
|
Completed in 27 milliseconds