Home
last modified time | relevance | path

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

/xen/xen/common/
A Dlivepatch.c310 else if ( (elf->sec[i].sec->sh_flags & SHF_EXECINSTR) && in move_payload()
313 else if ( !(elf->sec[i].sec->sh_flags & SHF_EXECINSTR) && in move_payload()
316 else if ( !(elf->sec[i].sec->sh_flags & SHF_EXECINSTR) && in move_payload()
360 if ( elf->sec[i].sec->sh_flags & SHF_EXECINSTR ) in move_payload()
/xen/xen/include/xen/
A Delfstructs.h279 #define SHF_EXECINSTR 0x4 /* executable */ macro
/xen/xen/arch/x86/boot/
A Dmkelf32.c83 SHF_WRITE|SHF_ALLOC|SHF_EXECINSTR, /* sh_flags */

Completed in 11 milliseconds