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

12

/external/llvm/tools/llvm-objdump/
H A DELFDump.cpp65 << ((Phdr.p_flags & ELF::PF_X) ? "x" : "-") << "\n";
/external/elfutils/tests/
H A Dshowptable.c114 putc_unlocked ((phdr->p_flags & PF_X) ? 'X' : ' ', stdout);
H A Dupdate2.c114 phdr[0].p_flags = PF_R | PF_X;
H A Dupdate3.c163 phdr[0].p_flags = PF_R | PF_X;
H A Dalldts.c231 phdr[0].p_flags = PF_R | PF_X;
H A Dupdate4.c315 phdr[0].p_flags = PF_R | PF_X;
/external/valgrind/coregrind/m_ume/
H A Delf.c61 # define PT_SUNWDTRACE_PROTECTION (PF_R | PF_W | PF_X)
430 if (ph->p_flags & PF_X) prot |= VKI_PROT_EXEC;
629 if ((ph->p_flags & (PF_R | PF_W | PF_X)) != PT_SUNWDTRACE_PROTECTION) {
672 if ((iph->p_flags & (PF_R | PF_W | PF_X))
721 if ((ph->p_flags & PF_X) == 0) info->stack_prot &= ~VKI_PROT_EXEC;
/external/syslinux/gpxe/src/include/
H A Delf.h106 #define PF_X 0x1 /* Executable. */ macro
/external/libunwind/src/coredump/
H A D_UCD_create.c263 if (cur->p_flags & PF_X)
340 if (phdr->p_flags != (PF_X | PF_R))
/external/elfutils/src/
H A Dldlex.l259 return PF_X;
H A Dsize.c628 (phdr->p_flags & PF_X) == 0 ? '-' : 'x');
H A Delflint.c4070 segment_flags[pcnt] |= PF_X;
4071 if ((phdr->p_flags & PF_X) == 0)
4189 if ((phdr->p_flags & PF_X) != 0
4190 && (segment_flags[pcnt] & PF_X) == 0)
4505 segment could also have PF_X set. */
4620 if ((phdr->p_flags & PF_X) != 0)
/external/syslinux/com32/include/sys/
H A Delfcommon.h188 #define PF_X 0x1 macro
/external/kernel-headers/original/uapi/linux/
H A Delf.h242 #define PF_X 0x1 macro
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cc446 bool executable = phdr->p_flags & PF_X;
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DELF.h1004 PF_X = 1, // Execute enumerator in enum:llvm::ELF::__anon22507
/external/llvm/include/llvm/Support/
H A DELF.h1060 PF_X = 1, // Execute
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h1062 PF_X = 1, // Execute
/external/valgrind/coregrind/m_coredump/
H A Dcoredump-elf.c133 phdr->p_flags |= PF_X;
H A Dcoredump-solaris.c437 phdr->p_flags |= PF_X;
/external/valgrind/coregrind/m_debuginfo/
H A Dreadelf.c1777 a_phdr.p_flags & PF_X ? 'x' : '-');
1810 && (a_phdr.p_flags & (PF_R | PF_X))
1811 == (PF_R | PF_X)) {
1824 && ((a_phdr.p_flags & (PF_R | PF_W | PF_X)) == PF_R)) {
/external/google-breakpad/src/tools/linux/md2core/
H A Dminidump-2-core.cc565 mapping.permissions |= PF_X;
/external/valgrind/include/vki/
H A Dvki-solaris.h422 #define VKI_PF_X PF_X
/external/elfutils/libelf/
H A Delf.h622 #define PF_X (1 << 0) /* Segment is executable */ macro
/external/kmod/port-gnu/
H A Delf.h621 #define PF_X (1 << 0) /* Segment is executable */ macro

Completed in 661 milliseconds

12