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

/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.cpp74 << ((pi->p_flags & ELF::PF_X) ? "x" : "-")
/external/elfutils/tests/
H A Dshowptable.c122 putc_unlocked ((phdr->p_flags & PF_X) ? 'X' : ' ', stdout);
H A Dupdate2.c121 phdr[0].p_flags = PF_R | PF_X;
H A Dupdate3.c170 phdr[0].p_flags = PF_R | PF_X;
H A Dupdate4.c323 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.l267 return PF_X;
H A Dsize.c645 (phdr->p_flags & PF_X) == 0 ? '-' : 'x');
H A Delflint.c3710 segment_flags[pcnt] |= PF_X;
3711 if ((phdr->p_flags & PF_X) == 0)
3829 if ((phdr->p_flags & PF_X) != 0
3830 && (segment_flags[pcnt] & PF_X) == 0)
H A Dldlex.c2838 return PF_X;
H A Dreadelf.c948 phdr->p_flags & PF_X ? 'E' : ' ',
H A Dldgeneric.c6503 | (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;
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadelf.c1586 phdr->p_flags & PF_X ? 'x' : '-');
1615 && (phdr->p_flags & (PF_R | PF_X)) == (PF_R | PF_X)) {
/external/llvm/include/llvm/Support/
H A DELF.h1452 PF_X = 1, // Execute enumerator in enum:llvm::ELF::__anon20989
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp414 LLVM_READOBJ_ENUM_ENT(ELF, PF_X),
/external/qemu/
H A Delf.h1039 #define PF_X 0x1 macro
/external/valgrind/main/coregrind/m_coredump/
H A Dcoredump-elf.c134 phdr->p_flags |= PF_X;
/external/elfutils/libelf/
H A Delf.h592 #define PF_X (1 << 0) /* Segment is executable */ macro
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/valgrind/main/perf/
H A Dtinycc.c577 #define PF_X (1 << 0) /* Segment is executable */ macro
19501 ph->p_flags = PF_R | PF_X;

Completed in 1353 milliseconds