/external/pixman/pixman/ |
D | pixman-arm-neon-asm.S | 262 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 …]
|
D | pixman-arm-neon-asm.h | 407 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/ |
D | program-headers.test | 20 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/ |
D | ELFDump.cpp | 72 << ((pi->p_flags & ELF::PF_X) ? "x" : "-") in printProgramHeaders()
|
/external/chromium_org/components/nacl/loader/nonsfi/ |
D | elf_loader.cc | 106 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.c | 263 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/ |
D | elf.c | 191 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/ |
D | linker_phdr.cpp | 127 (MAYBE_MAP_FLAG((x), PF_X, PROT_EXEC) | \
|
D | crazy_linker_elf_loader.cpp | 20 (MAYBE_MAP_FLAG((x), PF_X, PROT_EXEC) | \
|
/external/elfutils/0.153/src/ |
D | ldlex.l | 267 return PF_X; in attrib_convert()
|
D | size.c | 652 (phdr->p_flags & PF_X) == 0 ? '-' : 'x'); in show_segments()
|
D | elflint.c | 3752 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()
|
D | ldlex.c | 2838 return PF_X; in attrib_convert()
|
/external/chromium_org/third_party/libvpx/include/ |
D | elf.h | 266 #define PF_X 0x1 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 241 #define PF_X 0x1 macro
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_linux_libcdep.cc | 510 bool executable = phdr->p_flags & PF_X; in dl_iterate_phdr_cb()
|
/external/lldb/source/Plugins/ObjectFile/ELF/ |
D | ObjectFileELF.cpp | 1664 *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/ |
D | elf.h | 1287 #define PF_X 0x1 macro
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | readelf.c | 1621 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/ |
D | ELF.h | 1626 PF_X = 1, // Execute enumerator
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | symbol-elf.c | 986 if (!(phdr.p_flags & PF_X)) in elf_read_maps()
|
/external/valgrind/main/coregrind/m_coredump/ |
D | coredump-elf.c | 134 phdr->p_flags |= PF_X; in fill_phdr()
|
/external/elfutils/0.153/libelf/ |
D | elf.h | 597 #define PF_X (1 << 0) /* Segment is executable */ macro
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 494 LLVM_READOBJ_ENUM_ENT(ELF, PF_X),
|
/external/qemu/tcg/ |
D | tcg.c | 2789 .p_flags = PF_X, in tcg_register_jit_int()
|