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

  /external/ltp/testcases/kernel/syscalls/memfd_create/
memfd_create_common.c 182 void *check_mmap(const char *file, const int lineno, void *addr, size_t length, function
320 p = check_mmap(filename, lineno, NULL, MFD_DEF_SIZE, PROT_READ,
326 p = check_mmap(filename, lineno, NULL, MFD_DEF_SIZE,
342 p = check_mmap(filename, lineno, NULL, MFD_DEF_SIZE,
349 p = check_mmap(filename, lineno, NULL, MFD_DEF_SIZE,
358 p = check_mmap(filename, lineno, NULL, MFD_DEF_SIZE,
memfd_create_common.h 41 #define CHECK_MMAP(addr, length, prot, flags, fd, offset) \
42 check_mmap(__FILE__, __LINE__, (addr), (length), (prot), \
120 void *check_mmap(const char *file, const int lineno, void *addr, size_t length,
  /external/valgrind/coregrind/m_ume/
elf.c 313 static void check_mmap(SysRes res, Addr base, SizeT len) function
456 check_mmap(res, VG_PGROUNDDN(addr),
472 check_mmap(res, VG_PGROUNDUP(bss), bytes);
820 check_mmap(res, (Addr)interp_addr, interp_size);
macho.c 85 static void check_mmap(SysRes res, Addr base, SizeT len, const HChar* who) function
251 check_mmap(res, addr, filesize, "load_segment1");
266 check_mmap(res, addr, length, "load_segment2");
386 check_mmap(res, stackbase, stacksize, "load_unixthread1");

Completed in 827 milliseconds