Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/bfin/
A Ddl-inlines.h59 !(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()
117 (ppnt->p_flags & PF_W) && !(ppnt->p_flags & PF_X)) in __dl_map_segment()
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/include/
A Ddl-elf.h252 (((X) & PF_W) ? PROT_WRITE : 0) | \
/l4re-core-master/libloader/include/
A Delf270 (ph.flags() & PF_W) ? 'w' : '-',
328 if ((ph.flags() & PF_W) || ph.memsz() > fsz || mm->all_segs_cow())
340 if (ph.flags() & PF_W || mm->all_segs_cow())
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/
A Ddl-elf.c333 int prot_flags = ppnt->p_flags | PF_W; in map_writeable()
661 if (ppnt->p_flags & PF_W) {
730 if (ppnt->p_type == PT_LOAD && !(ppnt->p_flags & PF_W)) {
A Dldso.c739 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()
/l4re-core-master/l4util/include/
A Delf.h468 #define PF_W 0x2 macro
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Delf.h711 #define PF_W (1 << 1) /* Segment is writable */ macro

Completed in 44 milliseconds