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

12

/external/pixman/pixman/
H A Dpixman-arm-neon-asm.S262 PF add PF_X, PF_X, #8
266 PF addne PF_X, PF_X, #8
272 PF pld, [PF_SRC, PF_X, lsl #src_bpp_shift]
275 PF pld, [PF_DST, PF_X, lsl #dst_bpp_shift]
277 PF cmp PF_X, ORIG_W
280 PF subge PF_X, PF_X, ORIG_W
436 PF add PF_X, PF_
[all...]
H A Dpixman-arm-neon-asm.h407 PF add PF_X, PF_X, #std_increment variable
410 PF addne PF_X, PF_X, #boost_increment variable
412 PF cmp PF_X, ORIG_W variable
414 PF pld, [PF_SRC, PF_X, lsl #src_bpp_shift]
417 PF pld, [PF_DST, PF_X, lsl #dst_bpp_shift]
420 PF pld, [PF_MASK, PF_X, lsl #mask_bpp_shift]
422 PF subge PF_X, PF_X, ORIG_ variable
481 PF add PF_X, PF_X, #(lowbit * 8 / dst_w_bpp) variable
544 PF add PF_X, PF_X, #chunk_size variable
845 PF add PF_X, PF_X, #pixblock_size variable
[all...]
/external/llvm/tools/llvm-objdump/
H A DELFDump.cpp72 << ((pi->p_flags & ELF::PF_X) ? "x" : "-")
/external/chromium_org/components/nacl/loader/nonsfi/
H A Delf_loader.cc106 return ((pflags & PF_X) ? PROT_EXEC : 0) |
113 return ((pflags & PF_X) ? NACL_ABI_PROT_EXEC : 0) |
/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/0.153/src/
H A Dldlex.l267 return PF_X;
H A Dsize.c652 (phdr->p_flags & PF_X) == 0 ? '-' : 'x');
H A Delflint.c3752 segment_flags[pcnt] |= PF_X;
3753 if ((phdr->p_flags & PF_X) == 0)
3871 if ((phdr->p_flags & PF_X) != 0
3872 && (segment_flags[pcnt] & PF_X) == 0)
4285 if ((phdr->p_flags & PF_X) != 0)
H A Dldlex.c2838 return PF_X;
H A Dldgeneric.c6500 | (ld_state.execstack == execstack_true ? PF_X : 0));
/external/valgrind/main/coregrind/m_ume/
H A Delf.c191 if (ph->p_flags & PF_X) prot |= VKI_PROT_EXEC;
418 if ((ph->p_flags & PF_X) == 0) info->stack_prot &= ~VKI_PROT_EXEC;
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dlinker_phdr.cpp127 (MAYBE_MAP_FLAG((x), PF_X, PROT_EXEC) | \
H A Dcrazy_linker_elf_loader.cpp20 (MAYBE_MAP_FLAG((x), PF_X, PROT_EXEC) | \
/external/chromium_org/third_party/libvpx/include/
H A Delf.h266 #define PF_X 0x1 macro
/external/kernel-headers/original/uapi/linux/
H A Delf.h241 #define PF_X 0x1 macro
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cc510 bool executable = phdr->p_flags & PF_X;
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadelf.c1621 a_phdr.p_flags & PF_X ? 'x' : '-');
1651 && (a_phdr.p_flags & (PF_R | PF_X))
1652 == (PF_R | PF_X)) {
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1664 *s << ((p_flags & PF_X) ? "PF_X" : " ")
1665 << (((p_flags & PF_X) && (p_flags & PF_W)) ? '+' : ' ')
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dsymbol-elf.c986 if (!(phdr.p_flags & PF_X))
/external/qemu/include/
H A Delf.h1287 #define PF_X 0x1 macro
/external/valgrind/main/coregrind/m_coredump/
H A Dcoredump-elf.c134 phdr->p_flags |= PF_X;
/external/llvm/include/llvm/Support/
H A DELF.h1626 PF_X = 1, // Execute
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp494 LLVM_READOBJ_ENUM_ENT(ELF, PF_X),
/external/elfutils/0.153/libelf/
H A Delf.h597 #define PF_X (1 << 0) /* Segment is executable */ macro
/external/qemu/tcg/
H A Dtcg.c2789 .p_flags = PF_X,

Completed in 4051 milliseconds

12