Home
last modified time | relevance | path

Searched refs:PF_W (Results 1 – 3 of 3) sorted by relevance

/bionic/linker/
Dlinker_phdr.cpp116 MAYBE_MAP_FLAG((x), PF_W, PROT_WRITE))
347 if ((phdr->p_flags & PF_W) != 0 && PAGE_OFFSET(seg_file_end) > 0) { in LoadSegments()
387 if (phdr->p_type != PT_LOAD || (phdr->p_flags & PF_W) != 0) in _phdr_table_set_load_prot()
Dlinker.cpp1379 if ((dynamic_flags & PF_W) != 0) { in soinfo_link_image()
/bionic/libc/include/sys/
Dexec_elf.h361 #define PF_W 0x2 /* Segment is writable */ macro