Home
last modified time | relevance | path

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

/elf/
A Ddl-misc.c43 _dl_sysdep_read_whole_file (const char *file, size_t *sizep, int prot) in _dl_sysdep_read_whole_file() argument
52 *sizep = st.st_size; in _dl_sysdep_read_whole_file()
55 if (*sizep != 0) in _dl_sysdep_read_whole_file()
57 result = __mmap (NULL, *sizep, prot, in _dl_sysdep_read_whole_file()
A 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()

Completed in 5 milliseconds