Home
last modified time | relevance | path

Searched refs:sizep (Results 1 – 12 of 12) sorted by relevance

/glibc-2.36/malloc/
Dmcheck-impl.c188 malloc_mcheck_before (size_t *sizep, void **victimp) in malloc_mcheck_before() argument
190 size_t size = *sizep; in malloc_mcheck_before()
202 *sizep = sizeof (struct hdr) + size + 1; in malloc_mcheck_before()
224 memalign_mcheck_before (size_t alignment, size_t *sizep, void **victimp) in memalign_mcheck_before() argument
227 size_t slop, size = *sizep; in memalign_mcheck_before()
248 *sizep = slop + size + 1; in memalign_mcheck_before()
275 realloc_mcheck_before (void **ptrp, size_t *sizep, size_t *oldsize, in realloc_mcheck_before() argument
278 size_t size = *sizep; in realloc_mcheck_before()
320 *sizep = sizeof (struct hdr) + size + 1; in realloc_mcheck_before()
/glibc-2.36/nptl_db/
Dfetch-value.c25 _td_check_sizeof (td_thragent_t *ta, uint32_t *sizep, int sizep_name) in _td_check_sizeof() argument
27 if (*sizep == 0) in _td_check_sizeof()
34 err = ps_pdread (ta->ph, descptr, sizep, sizeof *sizep); in _td_check_sizeof()
37 if (*sizep & 0xff000000U) in _td_check_sizeof()
38 *sizep = bswap_32 (*sizep); in _td_check_sizeof()
Dtd_thr_getxregsize.c23 td_thr_getxregsize (const td_thrhandle_t *th, int *sizep) in td_thr_getxregsize() argument
Dthread_dbP.h268 extern td_err_e _td_check_sizeof (td_thragent_t *ta, uint32_t *sizep,
/glibc-2.36/elf/
Ddl-misc.c35 _dl_sysdep_read_whole_file (const char *file, size_t *sizep, int prot) in _dl_sysdep_read_whole_file() argument
44 *sizep = st.st_size; in _dl_sysdep_read_whole_file()
47 if (*sizep != 0) in _dl_sysdep_read_whole_file()
49 result = __mmap (NULL, *sizep, prot, in _dl_sysdep_read_whole_file()
Ddl-tls.c397 _dl_get_tls_static_info (size_t *sizep, size_t *alignp) in _dl_get_tls_static_info() argument
399 *sizep = GLRO (dl_tls_static_size); in _dl_get_tls_static_info()
/glibc-2.36/sunrpc/
Dxdr_array.c61 u_int *sizep, in xdr_array() argument
75 if (!xdr_u_int (xdrs, sizep)) in xdr_array()
79 c = *sizep; in xdr_array()
Dxdr.c597 xdr_bytes (XDR *xdrs, char **cpp, u_int *sizep, u_int maxsize) in libc_hidden_def()
605 if (!xdr_u_int (xdrs, sizep)) in libc_hidden_def()
609 nodesize = *sizep; in libc_hidden_def()
/glibc-2.36/support/
Dxsigstack.c76 xget_sigstack_location (const void *stack, unsigned char **addrp, size_t *sizep) in xget_sigstack_location() argument
80 *sizep = desc->alt_stack.ss_size; in xget_sigstack_location()
Dxsignal.h57 size_t *sizep);
/glibc-2.36/nptl/
Dallocatestack.c58 get_cached_stack (size_t *sizep, void **memp) in get_cached_stack() argument
60 size_t size = *sizep; in get_cached_stack()
118 *sizep = result->stackblock_size; in get_cached_stack()
/glibc-2.36/sysdeps/generic/
Dldsodefs.h1127 extern void *_dl_sysdep_read_whole_file (const char *file, size_t *sizep,
1210 extern void _dl_get_tls_static_info (size_t *sizep, size_t *alignp);