Home
last modified time | relevance | path

Searched refs:SHF_ALLOC (Results 1 – 2 of 2) sorted by relevance

/optee_os/scripts/
H A Dgen_tee_bin.py113 not (section['sh_flags'] & SH_FLAGS.SHF_ALLOC) or
/optee_os/lib/libutee/include/
H A Delf_common.h339 #define SHF_ALLOC 0x2 /* Section occupies memory. */ macro