代码搜索:dynamicly
找到约 38 项符合「dynamicly」的源代码
代码结果 38
www.eeworm.com/read/163821/5509095
h ld_syscalls.h
/* Define the __set_errno macro as nothing so that we don't bother
* setting errno, which is important since we make system calls
* before the errno symbol is dynamicly linked. */
#define __set_err
www.eeworm.com/read/163821/5509101
h ld_syscalls.h
/* Define the __set_errno macro as nothing so that we don't bother
* setting errno, which is important since we make system calls
* before the errno symbol is dynamicly linked. */
#define __set_err
www.eeworm.com/read/163821/5509106
h ld_syscalls.h
/* Define the __set_errno macro as nothing so that INLINE_SYSCALL
* won't set errno, which is important since we make system calls
* before the errno symbol is dynamicly linked. */
#define __set_er
www.eeworm.com/read/163821/5509121
h ld_syscalls.h
/* Define the __set_errno macro as nothing so that INLINE_SYSCALL
* won't set errno, which is important since we make system calls
* before the errno symbol is dynamicly linked. */
#define __set_er
www.eeworm.com/read/163821/5509131
h ld_syscalls.h
/*
* Define the __set_errno macro as nothing so that INLINE_SYSCALL
* won't set errno, which is important since we make system calls
* before the errno symbol is dynamicly linked.
*/
#define __s
www.eeworm.com/read/136072/5874918
h dl-syscalls.h
/* We can't use the real errno in ldso, since it has not yet
* been dynamicly linked in yet. */
extern int _dl_errno;
#define __set_errno(X) {(_dl_errno) = (X);}
#include "sys/syscall.h"
www.eeworm.com/read/136072/5874923
h dl-syscalls.h
/* We can't use the real errno in ldso, since it has not yet
* been dynamicly linked in yet. */
extern int _dl_errno;
#define __set_errno(X) {(_dl_errno) = (X);}
#include "sys/syscall.h"
www.eeworm.com/read/136072/5874935
h dl-syscalls.h
/* We can't use the real errno in ldso, since it has not yet
* been dynamicly linked in yet. */
extern int _dl_errno;
#define __set_errno(X) {(_dl_errno) = (X);}
#include "sys/syscall.h"
www.eeworm.com/read/136072/5874950
h dl-syscalls.h
/* We can't use the real errno in ldso, since it has not yet
* been dynamicly linked in yet. */
extern int _dl_errno;
#define __set_errno(X) {(_dl_errno) = (X);}
#include "sys/syscall.h"