Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
DMapData.cpp119 if (!get_val<ElfW(Word)>(entry, addr + offsetof(ElfW(Phdr), p_flags), &phdr.p_flags)) { in read_loadbias()
125 if ((phdr.p_type == PT_LOAD) && (phdr.p_flags & PF_X) ) { in read_loadbias()
/bionic/linker/
Dlinker_phdr.cpp725 int prot = PFLAGS_TO_PROT(phdr->p_flags); in LoadSegments()
752 if ((phdr->p_flags & PF_X) && phdr->p_align == kPmdSize && in LoadSegments()
760 if ((phdr->p_flags & PF_W) != 0 && PAGE_OFFSET(seg_file_end) > 0) { in LoadSegments()
774 PFLAGS_TO_PROT(phdr->p_flags), in LoadSegments()
799 if (phdr->p_type != PT_LOAD || (phdr->p_flags & PF_W) != 0) { in _phdr_table_set_load_prot()
806 int prot = PFLAGS_TO_PROT(phdr->p_flags) | extra_prot_flags; in _phdr_table_set_load_prot()
1139 *dynamic_flags = phdr.p_flags; in phdr_table_get_dynamic_section()
/bionic/libc/kernel/uapi/linux/
Delf.h213 Elf32_Word p_flags; member
218 Elf64_Word p_flags; member