Searched refs:check_mmap (Results 1 - 4 of 4) sorted by relevance

/external/ltp/testcases/kernel/syscalls/memfd_create/
H A Dmemfd_create_common.c182 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,
H A Dmemfd_create_common.h42 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/
H A Delf.c313 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);
H A Dmacho.c85 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 131 milliseconds