HomeSort by relevance Sort by last modified time
    Searched refs:mmap_prot (Results 1 - 11 of 11) sorted by null

  /external/strace/xlat/
mmap_prot.h 1 /* Generated by ./xlat/gen.sh from ./xlat/mmap_prot.in; do not edit. */
5 # error static const struct xlat mmap_prot in mpers mode
10 const struct xlat mmap_prot[] = { variable in typeref:struct:xlat
  /art/runtime/
elf_file.h 50 int mmap_prot,
elf_file_impl.h 54 int mmap_prot,
elf_file.cc     [all...]
  /system/extras/ioshark/
convert_format.c 244 new_disk_file_op.mmap_prot =
245 old_disk_file_op.mmap_prot;
250 new_disk_file_op.mmap_prot =
251 htobe32(new_disk_file_op.mmap_prot);
ioshark.h 104 #define mmap_prot u.mmap_a.prot macro
compile_ioshark_subr.c 262 file_op->mmap_prot = htobe32(file_op->mmap_prot);
ioshark_bench_mmap.c 172 int prot = file_op->mmap_prot;
ioshark_bench_subr.c 707 file_op->mmap_prot = be32toh(file_op->mmap_prot);
compile_ioshark.c 611 (int *)&disk_file_op->mmap_prot,
  /external/strace/
mem.c 55 #include "xlat/mmap_prot.h"
94 printflags64(mmap_prot, prot, "PROT_???");
197 printflags64(mmap_prot, tcp->u_arg[2], "PROT_???");
322 printflags64(mmap_prot, prot, "PROT_???");

Completed in 331 milliseconds