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

  /external/strace/
mem.c 85 static const struct xlat mmap_prot[] = { variable in typeref:struct:xlat
247 printflags(mmap_prot, u_arg[2], "PROT_???");
367 printflags(mmap_prot, u_arg[2], "PROT_???");
405 printflags(mmap_prot, tcp->u_arg[2], "PROT_???");
737 printflags(mmap_prot, tcp->u_arg[2], "PROT_???");
ChangeLog-CVS 533 * mem.c (mmap_prot): Handle PROT_SAO.
    [all...]
  /external/linux-tools-perf/util/
session.c 1014 int err, mmap_prot, mmap_flags, map_idx = 0; local
1043 mmap_prot = PROT_READ;
1047 mmap_prot |= PROT_WRITE;
1051 buf = mmap(NULL, mmap_size, mmap_prot, mmap_flags, session->fd,
    [all...]
  /bionic/libc/upstream-dlmalloc/
malloc.c     [all...]
  /external/eigen/unsupported/test/mpreal/
dlmalloc.c     [all...]
  /external/libffi/src/
dlmalloc.c     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c     [all...]

Completed in 1256 milliseconds