Home
last modified time | relevance | path

Searched refs:PF_X (Results 1 – 5 of 5) 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.h253 (((X) & PF_X) ? PROT_EXEC : 0))
/l4re-core-master/libloader/include/
A Delf271 (ph.flags() & PF_X) ? 'x' : '-');
343 if (ph.flags() & PF_X)
/l4re-core-master/l4util/include/
A Delf.h467 #define PF_X 0x1 macro
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Delf.h710 #define PF_X (1 << 0) /* Segment is executable */ macro

Completed in 24 milliseconds