Home
last modified time | relevance | path

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

12

/external/valgrind/coregrind/m_ume/
Delf.c194 if (ph->p_flags & PF_X) prot |= VKI_PROT_EXEC; in mapelf()
386 (ph->p_flags & (PF_R | PF_W | PF_X)) != (PF_R | PF_W | PF_X)) { in VG_()
426 (iph->p_flags & (PF_R | PF_W | PF_X)) in VG_()
427 != (PF_R | PF_W | PF_X)) { in VG_()
465 if ((ph->p_flags & PF_X) == 0) info->stack_prot &= ~VKI_PROT_EXEC; in VG_()
/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/llvm/tools/llvm-objdump/
DELFDump.cpp65 << ((Phdr.p_flags & ELF::PF_X) ? "x" : "-") << "\n"; in printProgramHeaders()
/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/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/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()
Dldgeneric.c6492 | (ld_state.execstack == execstack_true ? PF_X : 0)); in ld_generic_create_outfile()
DChangeLog2204 that matches its PT_LOAD's p_flags &~ PF_W. On sparc, PF_X really
Dreadelf.c1277 phdr->p_flags & PF_X ? 'E' : ' ', in print_phdr()
/external/kernel-headers/original/uapi/linux/
Delf.h241 #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/llvm/include/llvm/Support/
DELF.h1032 PF_X = 1, // Execute enumerator
/external/valgrind/coregrind/m_debuginfo/
Dreadelf.c1685 a_phdr.p_flags & PF_X ? 'x' : '-'); in ML_()
1718 && (a_phdr.p_flags & (PF_R | PF_X)) in ML_()
1719 == (PF_R | PF_X)) { 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.h411 #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
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp854 LLVM_READOBJ_ENUM_ENT(ELF, PF_X),

12