Searched refs:PF_X (Results 1 - 13 of 13) sorted by relevance

/external/elfutils/tests/
H A Dshowptable.c104 putc_unlocked ((phdr->p_flags & PF_X) ? 'X' : ' ', stdout);
H A Dupdate2.c109 phdr[0].p_flags = PF_R | PF_X;
H A Dupdate3.c158 phdr[0].p_flags = PF_R | PF_X;
H A Dupdate4.c311 phdr[0].p_flags = PF_R | PF_X;
/external/grub/stage2/
H A Di386-elf.h192 #define PF_X 0x1 macro
/external/elfutils/src/
H A Dldlex.l249 return PF_X;
H A Dsize.c656 (phdr->p_flags & PF_X) == 0 ? '-' : 'x');
H A Dldlex.c2569 return PF_X;
H A Delflint.c2503 if ((phdr2->p_flags & PF_X) != 0)
H A Dreadelf.c810 phdr->p_flags & PF_X ? 'E' : ' ',
/external/kernel-headers/original/linux/
H A Delf.h211 #define PF_X 0x1 macro
/external/qemu/
H A Delf.h991 #define PF_X 0x1 macro
/external/elfutils/libelf/
H A Delf.h579 #define PF_X (1 << 0) /* Segment is executable */ macro

Completed in 56 milliseconds