Home
last modified time | relevance | path

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

/optee_os/scripts/
H A Dgen_ldelf_hex.py57 if segment['p_flags'] & P_FLAGS.PF_W:
60 if segment['p_flags'] & P_FLAGS.PF_W:
89 if segment['p_flags'] & P_FLAGS.PF_W:
/optee_os/lib/libutee/include/
H A Delf_common.h379 #define PF_W 0x2 /* Writable. */ macro
/optee_os/ldelf/
H A Dta_elf.c706 assert(seg->flags & PF_W); in adjust_segments()
874 if (seg->flags & PF_W) in populate_segments()
1351 if (seg->flags & PF_W) in ta_elf_finalize_mappings()
1535 if (seg->flags & PF_W) in ta_elf_print_mappings()