Home
last modified time | relevance | path

Searched refs:xmmap (Results 1 – 23 of 23) sorted by relevance

/glibc-2.36/malloc/
Dtst-free-errno.c84 xmmap (NULL, 0x1000000, PROT_READ, MAP_ANONYMOUS | MAP_PRIVATE, -1); in do_test()
101 xmmap (ptr_aligned - pagesize, pagesize + big_size + pagesize, in do_test()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dtst-process_madvise.c50 void *p1 = xmmap (NULL, page_size * 2, PROT_READ | PROT_WRITE, in subprocess()
53 void *p2 = xmmap (NULL, page_size, PROT_READ | PROT_WRITE, in subprocess()
Dtst-mlock2.c28 return xmmap (NULL, 1, PROT_READ | PROT_WRITE, in get_page()
Dtst-pkey.c178 int *page = xmmap (NULL, pagesize, PROT_NONE, in do_test()
226 pages[i] = xmmap (NULL, pagesize, PROT_READ | PROT_WRITE, in do_test()
/glibc-2.36/string/
Dtst-memmove-overflow.c109 xmmap (start, unshared_size, in test_main()
112 xmmap (start + allocation_size - unshared_size, unshared_size, in test_main()
Dtest-rawmemchr.c59 char *buf = xmmap (0, 8192, PROT_READ | PROT_WRITE, in do_test_bz29234()
/glibc-2.36/sysdeps/unix/sysv/linux/i386/
Dtst-bz21269.c94 unsigned int *page = xmmap (NULL, page_size, PROT_READ | PROT_WRITE, in setup_counter_page()
104 low_user_desc = xmmap (NULL, 2 * sizeof (struct user_desc), in setup_low_user_desc()
/glibc-2.36/sysdeps/x86/
Dtst-cet-legacy-7.c29 funcp = xmmap (NULL, 0x1000, PROT_EXEC | PROT_READ | PROT_WRITE, in do_test()
Dtst-cet-legacy-9.c32 funcp = xmmap (NULL, 0x1000, PROT_EXEC | PROT_READ | PROT_WRITE, in do_test()
Dtst-cet-legacy-8.c38 funcp = xmmap (NULL, 0x1000, PROT_EXEC | PROT_READ | PROT_WRITE, in do_test()
/glibc-2.36/support/
Dxmmap.c24 xmmap (void *addr, size_t length, int prot, int flags, int fd) in xmmap() function
Dsupport_shared_allocate.c45 struct header *result = xmmap (NULL, total_size, PROT_READ | PROT_WRITE, in support_shared_allocate()
Dnext_to_fault.c35 = xmmap (NULL, result.region_size, PROT_READ | PROT_WRITE, in support_next_to_fault_allocate()
Dsupport_stack_alloc.c61 void *alloc_base = xmmap (0, in support_stack_alloc()
Dxunistd.h81 void *xmmap (void *addr, size_t length, int prot, int flags, int fd);
DMakefile138 xmmap \
/glibc-2.36/elf/
Dtst-pldd.c97 pid_t *target_pid_ptr = (pid_t *) xmmap (NULL, sizeof (pid_t), in do_test()
/glibc-2.36/sysdeps/pthread/
Dtst-mutex9.c69 mem = xmmap (NULL, ps, PROT_READ | PROT_WRITE, MAP_SHARED, fd); in do_test_clock()
Dtst-cancel4.c1246 void *p = xmmap (NULL, 10, PROT_READ, MAP_SHARED, tempfd); in tf_msync()
/glibc-2.36/nptl/
Dtst-robust-fork.c70 struct shared *shared = xmmap (NULL, sizeof (*shared), in one_test()
Dtst-cancel7.c89 sem = xmmap (NULL, sizeof (sem_t), PROT_READ | PROT_WRITE, MAP_SHARED, in do_prepare()
/glibc-2.36/stdlib/
Dtst-makecontext-align.c229 ucp.uc_stack.ss_sp = xmmap (NULL, ucp.uc_stack.ss_size, in do_test()
/glibc-2.36/ChangeLog.old/
DChangeLog.1810594 * support/Makefile (libsupport-routines): Add xmmap, xmunmap,
10600 * support/xmmap.c: New file.
10616 * support/xunistd.h (xmmap, xmunmap): Likewise.