HomeSort by relevance Sort by last modified time
    Searched refs:mmap_prot (Results 1 - 5 of 5) 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 58 int mmap_prot,
elf_file.cc     [all...]
  /external/strace/
mem.c 54 #include "xlat/mmap_prot.h"
65 printflags(mmap_prot, u_arg[2], "PROT_???");
194 printflags(mmap_prot, tcp->u_arg[2], "PROT_???");
305 printflags(mmap_prot, tcp->u_arg[2], "PROT_???");

Completed in 74 milliseconds