Searched refs:get_nodes (Results 1 – 2 of 2) sorted by relevance
/external/strace/ |
D | mem.c | 335 get_nodes(struct tcb *tcp, unsigned long ptr, unsigned long maxnodes, int err) in get_nodes() function 386 get_nodes(tcp, tcp->u_arg[3], tcp->u_arg[4], 0); in SYS_FUNC() 396 get_nodes(tcp, tcp->u_arg[1], tcp->u_arg[2], 0); in SYS_FUNC() 407 get_nodes(tcp, tcp->u_arg[1], tcp->u_arg[2], syserror(tcp)); in SYS_FUNC() 419 get_nodes(tcp, tcp->u_arg[2], tcp->u_arg[1], 0); in SYS_FUNC() 421 get_nodes(tcp, tcp->u_arg[3], tcp->u_arg[1], 0); in SYS_FUNC()
|
D | ChangeLog-CVS | 2088 * mem.c (get_nodes) [LINUX]: Check for integer overflow during
|