Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Delf.h194 #define PF_W 0x2 macro
/bionic/linker/
Dlinker_phdr.cpp145 MAYBE_MAP_FLAG((x), PF_W, PROT_WRITE))
919 if ((phdr->p_flags & PF_W) != 0 && page_offset(unextended_seg_file_end) > 0) { in LoadSegments()
977 if (phdr->p_type != PT_LOAD || (phdr->p_flags & PF_W) != 0) { in _phdr_table_set_load_prot()
Dlinker.cpp2979 if ((dynamic_flags & PF_W) != 0) { in prelink_image()
/bionic/libc/include/bits/
Delf_common.h565 #define PF_W 0x2 /* Writable. */ macro