Searched refs:SHF_EXECINSTR (Results 1 – 3 of 3) sorted by relevance
342 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()
279 #define SHF_EXECINSTR 0x4 /* executable */ macro
83 SHF_WRITE|SHF_ALLOC|SHF_EXECINSTR, /* sh_flags */
Completed in 8 milliseconds