Symbol: DEFINE_FACTORY
src/bin/debug/strace/TypeHandler.h
158
DEFINE_FACTORY(flock_ptr, flock *);
src/bin/debug/strace/TypeHandler.h
159
DEFINE_FACTORY(ifconf_ptr, ifconf *);
src/bin/debug/strace/TypeHandler.h
160
DEFINE_FACTORY(ifreq_ptr, ifreq *);
src/bin/debug/strace/TypeHandler.h
161
DEFINE_FACTORY(iovec_ptr, const iovec *);
src/bin/debug/strace/TypeHandler.h
162
DEFINE_FACTORY(msghdr_ptr, msghdr *);
src/bin/debug/strace/TypeHandler.h
163
DEFINE_FACTORY(msghdr_ptr, const msghdr *);
src/bin/debug/strace/TypeHandler.h
164
DEFINE_FACTORY(message_args_ptr, message_args *);
src/bin/debug/strace/TypeHandler.h
165
DEFINE_FACTORY(siginfo_t_ptr, siginfo_t *);
src/bin/debug/strace/TypeHandler.h
166
DEFINE_FACTORY(sockaddr_ptr, sockaddr *);
src/bin/debug/strace/TypeHandler.h
167
DEFINE_FACTORY(sockaddr_ptr, const sockaddr *);
src/bin/debug/strace/TypeHandler.h
168
DEFINE_FACTORY(sockaddr_args_ptr, sockaddr_args *);
src/bin/debug/strace/TypeHandler.h
169
DEFINE_FACTORY(socket_args_ptr, socket_args *);
src/bin/debug/strace/TypeHandler.h
170
DEFINE_FACTORY(sockopt_args_ptr, sockopt_args *);
src/bin/debug/strace/TypeHandler.h
172
DEFINE_FACTORY(rlimit_ptr, rlimit *);
src/bin/debug/strace/TypeHandler.h
173
DEFINE_FACTORY(rlimit_ptr, const rlimit *);
src/bin/debug/strace/TypeHandler.h
175
DEFINE_FACTORY(fdset_ptr, fd_set *);
src/bin/debug/strace/TypeHandler.h
176
DEFINE_FACTORY(pollfd_ptr, pollfd *);
src/bin/debug/strace/TypeHandler.h
177
DEFINE_FACTORY(object_wait_infos_ptr, object_wait_info *);
src/bin/debug/strace/TypeHandler.h
178
DEFINE_FACTORY(event_wait_infos_ptr, event_wait_info *);
src/bin/debug/strace/TypeHandler.h
180
DEFINE_FACTORY(stat_ptr, struct stat *);
src/bin/debug/strace/TypeHandler.h
181
DEFINE_FACTORY(stat_ptr, const struct stat *);
src/bin/debug/strace/TypeHandler.h
183
DEFINE_FACTORY(int_ptr, int *);
src/bin/debug/strace/TypeHandler.h
184
DEFINE_FACTORY(long_ptr, long *);
src/bin/debug/strace/TypeHandler.h
185
DEFINE_FACTORY(longlong_ptr, long long *);
src/bin/debug/strace/TypeHandler.h
186
DEFINE_FACTORY(uint_ptr, unsigned int *);
src/bin/debug/strace/TypeHandler.h
187
DEFINE_FACTORY(ulong_ptr, unsigned long *);
src/bin/debug/strace/TypeHandler.h
188
DEFINE_FACTORY(ulonglong_ptr, unsigned long long *);