Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/
A Dlivepatch.c342 else if ( (elf->sec[i].sec->sh_flags & SHF_EXECINSTR) && in move_payload()
345 else if ( !(elf->sec[i].sec->sh_flags & SHF_EXECINSTR) && in move_payload()
348 else if ( !(elf->sec[i].sec->sh_flags & SHF_EXECINSTR) && in move_payload()
392 if ( elf->sec[i].sec->sh_flags & SHF_EXECINSTR ) in move_payload()
/xen-4.10.0-shim-comet/xen/include/xen/
A Delfstructs.h279 #define SHF_EXECINSTR 0x4 /* executable */ macro
/xen-4.10.0-shim-comet/xen/arch/x86/boot/
A Dmkelf32.c83 SHF_WRITE|SHF_ALLOC|SHF_EXECINSTR, /* sh_flags */

Completed in 8 milliseconds