Searched refs:_dl_mprotect (Results 1 – 8 of 8) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/xtensa/ |
A D | dl-startup.h | 96 _dl_mprotect ((void *)(got_start + l_addr), got_end - got_start, \
|
A D | dl-sysdep.h | 50 _dl_mprotect ((void *)(got_start + l_addr) , got_end - got_start, \
|
/l4re-core-master/ldso/ldso/ |
A D | dl-syscall.h | 29 L4RE_CALL(int _dl_mprotect(void const *addr, size_t len, int prot));
|
A D | syscalls.cc | 137 L4RE_CALL(int _dl_mprotect(void const *addr, size_t len, int prot)) in L4RE_CALL()
|
/l4re-core-master/ldso/libdl/ |
A D | dl-syscall.h | 14 _dl_mprotect(void *addr, size_t len, int prot) in _dl_mprotect() function
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/include/ |
A D | dl-syscall.h | 83 static __always_inline _syscall3(int, _dl_mprotect, const void *, addr, in _syscall3()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/ |
A D | dl-elf.c | 126 _dl_mprotect ((void *) start, end - start, PROT_READ) < 0) { in _dl_protect_relro() 732 _dl_mprotect((void *) ((piclib ? libaddr : DL_GET_LIB_OFFSET()) +
|
A D | ldso.c | 740 _dl_mprotect((void *) (DL_RELOC_ADDR(app_tpnt->loadaddr, ppnt->p_vaddr) & PAGE_ALIGN), in _dl_get_ready_to_run() 1439 _dl_mprotect((void *) (DL_RELOC_ADDR(tpnt->loadaddr, myppnt->p_vaddr) & PAGE_ALIGN), in _dl_get_ready_to_run()
|
Completed in 9 milliseconds