Searched refs:_dl_munmap (Results 1 – 10 of 10) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/c6x/ |
A D | dl-inlines.h | 95 _dl_munmap (oldaddr, segdata->p_memsz); in __dl_update_loadaddr_hdr() 112 _dl_munmap ((void*)loadaddr.map->segs[i].addr, in __dl_loadaddr_unmap()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/bfin/ |
A D | dl-inlines.h | 36 _dl_munmap((void*)segdata->addr - offs, in __dl_loadaddr_unmap() 108 _dl_munmap(status, size); in __dl_map_segment()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/ |
A D | dl-elf.c | 98 _dl_munmap(_dl_cache_addr, _dl_cache_size); in _dl_map_cache() 109 _dl_munmap(_dl_cache_addr, _dl_cache_size); in _dl_unmap_cache() 526 _dl_munmap(header, _dl_pagesize); 545 _dl_munmap(header, _dl_pagesize); 592 _dl_munmap(header, _dl_pagesize); 624 _dl_munmap(header, _dl_pagesize); 714 _dl_munmap(header, _dl_pagesize); 932 _dl_munmap(header, _dl_pagesize); 1126 _dl_munmap(buf, _dl_pagesize);
|
A D | ldso.c | 1072 _dl_munmap(preload, st.st_size + 1); in _dl_get_ready_to_run()
|
/l4re-core-master/ldso/ldso/ |
A D | dl-syscall.h | 32 L4RE_CALL(int _dl_munmap(void *start, size_t len));
|
A D | syscalls.cc | 145 L4RE_CALL(int _dl_munmap(void *start, size_t len)) in L4RE_CALL()
|
/l4re-core-master/ldso/libdl/ |
A D | dl-syscall.h | 44 _dl_munmap(void *start, size_t len) in _dl_munmap() function
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/fdpic/ |
A D | dl-inlines.h | 96 _dl_munmap(oldaddr, segdata->p_memsz); in __dl_update_loadaddr_hdr() 116 _dl_munmap((void *)loadaddr.map->segs[i].addr, in __dl_loadaddr_unmap()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/include/ |
A D | dl-defs.h | 235 _dl_munmap((char *) (LOADADDR), (LEN))
|
A D | dl-syscall.h | 110 static __always_inline _syscall2(int, _dl_munmap, void *, start, unsigned long, length) in _syscall2()
|
Completed in 14 milliseconds