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

  /external/strace/xlat/
mmap_prot.h 1 /* Generated by ./xlat/gen.sh from ./xlat/mmap_prot.in; do not edit. */
3 static const struct xlat mmap_prot[] = { variable in typeref:struct:xlat
  /external/strace/
mem.c 56 #include "xlat/mmap_prot.h"
71 printflags(mmap_prot, u_arg[2], "PROT_???");
201 printflags(mmap_prot, tcp->u_arg[2], "PROT_???");
350 printflags(mmap_prot, tcp->u_arg[2], "PROT_???");
  /art/runtime/
elf_file.h 46 static ElfFile* Open(File* file, int mmap_prot, int mmap_flags, std::string* error_msg);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
session.c 1303 int err, mmap_prot, mmap_flags, map_idx = 0; local
    [all...]

Completed in 373 milliseconds