Home
last modified time | relevance | path

Searched refs:PF_X (Results 1 – 25 of 31) sorted by relevance

12

/external/llvm/test/tools/llvm-readobj/
Dprogram-headers.test20 ELF-I386-NEXT: PF_X (0x1)
49 ELF-X86-64-NEXT: PF_X (0x1)
118 ELF-MIPS-NEXT: PF_X (0x1)
138 ELF-MIPS64-NEXT: PF_X (0x1)
/external/valgrind/coregrind/m_ume/
Delf.c61 # define PT_SUNWDTRACE_PROTECTION (PF_R | PF_W | PF_X)
430 if (ph->p_flags & PF_X) prot |= VKI_PROT_EXEC; in mapelf()
629 if ((ph->p_flags & (PF_R | PF_W | PF_X)) != PT_SUNWDTRACE_PROTECTION) { in VG_()
672 if ((iph->p_flags & (PF_R | PF_W | PF_X)) in VG_()
721 if ((ph->p_flags & PF_X) == 0) info->stack_prot &= ~VKI_PROT_EXEC; in VG_()
/external/llvm/tools/llvm-objdump/
DELFDump.cpp65 << ((Phdr.p_flags & ELF::PF_X) ? "x" : "-") << "\n"; in printProgramHeaders()
/external/libunwind/src/coredump/
D_UCD_create.c263 if (cur->p_flags & PF_X) in _UCD_create()
340 if (phdr->p_flags != (PF_X | PF_R)) in _UCD_add_backing_file_at_segment()
/external/elfutils/tests/
Dshowptable.c114 putc_unlocked ((phdr->p_flags & PF_X) ? 'X' : ' ', stdout); in main()
Dupdate2.c114 phdr[0].p_flags = PF_R | PF_X; in main()
Dupdate3.c163 phdr[0].p_flags = PF_R | PF_X; in main()
Dalldts.c231 phdr[0].p_flags = PF_R | PF_X; in main()
Dupdate4.c315 phdr[0].p_flags = PF_R | PF_X; in main()
/external/syslinux/gpxe/src/include/
Delf.h106 #define PF_X 0x1 /* Executable. */ macro
/external/syslinux/com32/include/sys/
Delfcommon.h188 #define PF_X 0x1 macro
/external/elfutils/src/
Dldlex.l259 return PF_X; in attrib_convert()
Dsize.c628 (phdr->p_flags & PF_X) == 0 ? '-' : 'x'); in show_segments()
Delflint.c4070 segment_flags[pcnt] |= PF_X; in check_sections()
4071 if ((phdr->p_flags & PF_X) == 0) in check_sections()
4189 if ((phdr->p_flags & PF_X) != 0 in check_sections()
4190 && (segment_flags[pcnt] & PF_X) == 0) in check_sections()
4620 if ((phdr->p_flags & PF_X) != 0) in check_program_header()
/external/kernel-headers/original/uapi/linux/
Delf.h242 #define PF_X 0x1 macro
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux_libcdep.cc446 bool executable = phdr->p_flags & PF_X; in dl_iterate_phdr_cb()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h1004 PF_X = 1, // Execute enumerator
/external/llvm/include/llvm/Support/
DELF.h1060 PF_X = 1, // Execute enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1062 PF_X = 1, // Execute enumerator
/external/valgrind/coregrind/m_debuginfo/
Dreadelf.c1777 a_phdr.p_flags & PF_X ? 'x' : '-'); in ML_()
1810 && (a_phdr.p_flags & (PF_R | PF_X)) in ML_()
1811 == (PF_R | PF_X)) { in ML_()
1824 && ((a_phdr.p_flags & (PF_R | PF_W | PF_X)) == PF_R)) { in ML_()
/external/valgrind/coregrind/m_coredump/
Dcoredump-elf.c133 phdr->p_flags |= PF_X; in fill_phdr()
Dcoredump-solaris.c437 phdr->p_flags |= PF_X; in fill_phdr()
/external/valgrind/include/vki/
Dvki-solaris.h422 #define VKI_PF_X PF_X
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc565 mapping.permissions |= PF_X; in ParseMaps()
/external/elfutils/libelf/
Delf.h622 #define PF_X (1 << 0) /* Segment is executable */ macro

12