Searched refs:p_flags (Results 1 – 2 of 2) sorted by relevance
632 int prot = PFLAGS_TO_PROT(phdr->p_flags); in LoadSegments()660 if ((phdr->p_flags & PF_W) != 0 && PAGE_OFFSET(seg_file_end) > 0) { in LoadSegments()674 PFLAGS_TO_PROT(phdr->p_flags), in LoadSegments()699 if (phdr->p_type != PT_LOAD || (phdr->p_flags & PF_W) != 0) { in _phdr_table_set_load_prot()706 int prot = PFLAGS_TO_PROT(phdr->p_flags); in _phdr_table_set_load_prot()1023 *dynamic_flags = phdr.p_flags; in phdr_table_get_dynamic_section()
212 Elf32_Word p_flags; member217 Elf64_Word p_flags; member