Home
last modified time | relevance | path

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

12

/external/pixman/pixman/
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_X, #8
439 PF addne PF_X, PF_X, #8
442 PF cmp PF_X, ORIG_W
443 PF pld, [PF_SRC, PF_X, lsl #src_bpp_shift]
[all …]
Dpixman-arm-neon-asm.h407 PF add PF_X, PF_X, #std_increment
410 PF addne PF_X, PF_X, #boost_increment
412 PF cmp PF_X, ORIG_W
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_W
481 PF add PF_X, PF_X, #(lowbit * 8 / dst_w_bpp)
544 PF add PF_X, PF_X, #chunk_size
693 PF_X .req r10 /* pixel index in a scanline for current */
[all …]
/external/llvm/test/tools/llvm-readobj/
Dprogram-headers.test20 ELF-I386-NEXT: PF_X (0x1)
49 ELF-X86-64-NEXT: PF_X (0x1)
106 ELF-MIPS-NEXT: PF_X (0x1)
126 ELF-MIPS64-NEXT: PF_X (0x1)
/external/llvm/tools/llvm-objdump/
DELFDump.cpp72 << ((pi->p_flags & ELF::PF_X) ? "x" : "-") in printProgramHeaders()
/external/chromium_org/components/nacl/loader/nonsfi/
Delf_loader.cc106 return ((pflags & PF_X) ? PROT_EXEC : 0) | in PFlagsToProt()
113 return ((pflags & PF_X) ? NACL_ABI_PROT_EXEC : 0) | in PFlagsToNaClProt()
/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/valgrind/main/coregrind/m_ume/
Delf.c191 if (ph->p_flags & PF_X) prot |= VKI_PROT_EXEC; in mapelf()
418 if ((ph->p_flags & PF_X) == 0) info->stack_prot &= ~VKI_PROT_EXEC; in VG_()
/external/chromium_org/third_party/android_crazy_linker/src/src/
Dlinker_phdr.cpp127 (MAYBE_MAP_FLAG((x), PF_X, PROT_EXEC) | \
Dcrazy_linker_elf_loader.cpp20 (MAYBE_MAP_FLAG((x), PF_X, PROT_EXEC) | \
/external/elfutils/0.153/src/
Dldlex.l267 return PF_X; in attrib_convert()
Dsize.c652 (phdr->p_flags & PF_X) == 0 ? '-' : 'x'); in show_segments()
Delflint.c3752 segment_flags[pcnt] |= PF_X; in check_sections()
3753 if ((phdr->p_flags & PF_X) == 0) in check_sections()
3871 if ((phdr->p_flags & PF_X) != 0 in check_sections()
3872 && (segment_flags[pcnt] & PF_X) == 0) in check_sections()
4285 if ((phdr->p_flags & PF_X) != 0) in check_program_header()
Dldlex.c2838 return PF_X; in attrib_convert()
/external/chromium_org/third_party/libvpx/include/
Delf.h266 #define PF_X 0x1 macro
/external/kernel-headers/original/uapi/linux/
Delf.h241 #define PF_X 0x1 macro
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux_libcdep.cc510 bool executable = phdr->p_flags & PF_X; in dl_iterate_phdr_cb()
/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1664 *s << ((p_flags & PF_X) ? "PF_X" : " ") in DumpELFProgramHeader_p_flags()
1665 << (((p_flags & PF_X) && (p_flags & PF_W)) ? '+' : ' ') in DumpELFProgramHeader_p_flags()
/external/qemu/include/
Delf.h1287 #define PF_X 0x1 macro
/external/valgrind/main/coregrind/m_debuginfo/
Dreadelf.c1621 a_phdr.p_flags & PF_X ? 'x' : '-'); in ML_()
1651 && (a_phdr.p_flags & (PF_R | PF_X)) in ML_()
1652 == (PF_R | PF_X)) { in ML_()
/external/llvm/include/llvm/Support/
DELF.h1626 PF_X = 1, // Execute enumerator
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dsymbol-elf.c986 if (!(phdr.p_flags & PF_X)) in elf_read_maps()
/external/valgrind/main/coregrind/m_coredump/
Dcoredump-elf.c134 phdr->p_flags |= PF_X; in fill_phdr()
/external/elfutils/0.153/libelf/
Delf.h597 #define PF_X (1 << 0) /* Segment is executable */ macro
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp494 LLVM_READOBJ_ENUM_ENT(ELF, PF_X),
/external/qemu/tcg/
Dtcg.c2789 .p_flags = PF_X, in tcg_register_jit_int()

12