Home
last modified time | relevance | path

Searched refs:PF_X (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/malloc_debug/
DMapData.cpp130 if ((phdr.p_type == PT_LOAD) && (phdr.p_flags & PF_X) ) { in GetLoadBias()
/bionic/libc/kernel/uapi/linux/
Delf.h195 #define PF_X 0x1 macro
/bionic/linker/
Dlinker_phdr.cpp143 #define PFLAGS_TO_PROT(x) (MAYBE_MAP_FLAG((x), PF_X, PROT_EXEC) | \
902 if ((phdr->p_flags & PF_X) && phdr->p_align == kPmdSize && in LoadSegments()
/bionic/libc/include/bits/
Delf_common.h564 #define PF_X 0x1 /* Executable. */ macro