Searched refs:PF_X (Results 1 – 2 of 2) sorted by relevance
/trusty/kernel/lib/trusty/include/lib/trusty/ | ||
D | elf.h | 175 #define PF_X 0x1 /* executable */ macro |
/trusty/kernel/lib/trusty/ | ||
D | trusty_app.c | 1322 if (!(prg_hdr->p_flags & PF_X)) { in alloc_address_map() |