Searched refs:L4RE_CALL (Results 1 – 2 of 2) sorted by relevance
/l4re-core-master/ldso/ldso/ |
A D | dl-syscall.h | 18 #define L4RE_CALL(call...) \ macro 29 L4RE_CALL(int _dl_mprotect(void const *addr, size_t len, int prot)); 30 L4RE_CALL(int _dl_stat(const char *path, struct stat * buf)); 31 L4RE_CALL(int _dl_fstat(int fd, struct stat *buf)); 32 L4RE_CALL(int _dl_munmap(void *start, size_t len)); 33 L4RE_CALL(int _dl_open(char const *path, int flags, int mode)); 34 L4RE_CALL(int _dl_close(int fd)); 35 L4RE_CALL(int _dl_read(int fd, void *buf, size_t len)); 36 L4RE_CALL(int _dl_write(int fd, char const *str, size_t len)); 37 L4RE_CALL(void *_dl_mmap(void *start, size_t len, int prot, int flags, int fd, off_t offset));
|
A D | syscalls.cc | 9 #define L4RE_CALL(call...) \ macro 32 L4RE_CALL(int _dl_stat(const char *p, struct stat *buf)) in L4RE_CALL() function 51 L4RE_CALL(int _dl_fstat(int fd, struct stat *buf)) in L4RE_CALL() function 69 L4RE_CALL(int _dl_read(int fd, void *buf, size_t len)) in L4RE_CALL() function 87 L4RE_CALL(int _dl_close(int fd)) in L4RE_CALL() function 98 L4RE_CALL(int _dl_open(char const *path, int flags, int mode)) in L4RE_CALL() function 117 L4RE_CALL(int _dl_write(int fd, char const *str, size_t len)) in L4RE_CALL() function 137 L4RE_CALL(int _dl_mprotect(void const *addr, size_t len, int prot)) in L4RE_CALL() function 145 L4RE_CALL(int _dl_munmap(void *start, size_t len)) in L4RE_CALL() function 150 L4RE_CALL(void *_dl_mmap(void *start, size_t len, int prot, int flags, int fd, off_t offset)) in L4RE_CALL() function
|
Completed in 3 milliseconds