Searched refs:_dl_mmap (Results 1 – 8 of 8) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/ |
A D | dl-elf.c | 60 _dl_cache_addr = _dl_mmap(0, _dl_cache_size, PROT_READ, LDSO_CACHE_MMAP_FLAGS, fd, 0); in _dl_map_cache() 360 _dl_mmap(0, (ppnt->p_vaddr & ADDR_ALIGN) + ppnt->p_memsz, in map_writeable() 379 status = (char *) _dl_mmap in map_writeable() 431 status = (char *) _dl_mmap(tryaddr, in map_writeable() 509 header = _dl_mmap((void *) 0, _dl_pagesize, PROT_READ | PROT_WRITE, 613 status = (char *) _dl_mmap((char *) (piclib ? 0 : minvma), 616 status = (char *) _dl_mmap((char *) (piclib ? 0 : minvma), 670 status = (char *) _dl_mmap 1041 buf = _dl_mmap((void *) 0, _dl_pagesize, PROT_READ | PROT_WRITE,
|
A D | ldso.c | 248 _dl_mmap_zero = _dl_malloc_addr = _dl_mmap((void *) 0, rounded_size, in _dl_malloc() 1005 preload = (caddr_t) _dl_mmap(0, st.st_size + 1, in _dl_get_ready_to_run()
|
/l4re-core-master/ldso/ldso/ |
A D | dl-syscall.h | 37 L4RE_CALL(void *_dl_mmap(void *start, size_t len, int prot, int flags, int fd, off_t offset));
|
A D | syscalls.cc | 150 L4RE_CALL(void *_dl_mmap(void *start, size_t len, int prot, int flags, int fd, off_t offset)) in L4RE_CALL()
|
/l4re-core-master/ldso/libdl/ |
A D | dl-syscall.h | 83 _dl_mmap(void *start, size_t len, int prot, int flags, int fd, off_t offset) in _dl_mmap() function
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/bfin/ |
A D | dl-inlines.h | 95 void *status = _dl_mmap(NULL, size, LXFLAGS(ppnt->p_flags), in __dl_map_segment()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/include/ |
A D | dl-syscall.h | 198 void *_dl_mmap(void *addr, unsigned long size, int prot, in _syscall2()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/arm/ |
A D | elfinterp.c | 166 fix_page = _dl_mmap (NULL, PAGE_SIZE , PROT_READ | PROT_WRITE | PROT_EXEC,
|
Completed in 10 milliseconds