Searched refs:p_flags (Results 1 – 6 of 6) sorted by relevance
59 !(ppnt->p_flags & PF_W) && (ppnt->p_flags & PF_X)) in __dl_is_special_segment()64 (ppnt->p_flags & PF_W) && !(ppnt->p_flags & PF_X)) in __dl_is_special_segment()92 !(ppnt->p_flags & PF_W) && (ppnt->p_flags & PF_X)) in __dl_map_segment()95 void *status = _dl_mmap(NULL, size, LXFLAGS(ppnt->p_flags), in __dl_map_segment()117 (ppnt->p_flags & PF_W) && !(ppnt->p_flags & PF_X)) in __dl_map_segment()
333 int prot_flags = ppnt->p_flags | PF_W; in map_writeable()661 if (ppnt->p_flags & PF_W) {671 (tryaddr, size, LXFLAGS(ppnt->p_flags),730 if (ppnt->p_type == PT_LOAD && !(ppnt->p_flags & PF_W)) {
739 if (ppnt->p_type == PT_LOAD && !(ppnt->p_flags & PF_W)) in _dl_get_ready_to_run()1438 if (myppnt->p_type == PT_LOAD && !(myppnt->p_flags & PF_W) && tpnt->dynamic_info[DT_TEXTREL]) { in _dl_get_ready_to_run()1440 (myppnt->p_vaddr & ADDR_ALIGN) + (unsigned long) myppnt->p_filesz, LXFLAGS(myppnt->p_flags)); in _dl_get_ready_to_run()
425 Elf32_Word p_flags; /**< flags */ member432 Elf64_Word p_flags; /**< flags */ member
39 unsigned long flags() const { return _64?hdr64()->p_flags:hdr32()->p_flags; }
668 Elf32_Word p_flags; /* Segment flags */ member675 Elf64_Word p_flags; /* Segment flags */ member
Completed in 26 milliseconds