ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
ssh_select (
ssh_channel* channels,
ssh_channel* outchannels,
socket_t maxfd,
fd_set* readfds,
struct timeval* timeout
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 5 |
| Return | int |
| Source | connect.c |
| Size | 647 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | channels | ssh_channel* | 8 | %rdi |
| 1 | outchannels | ssh_channel* | 8 | %rsi |
| 2 | maxfd | socket_t | 4 | %rdx |
| 3 | readfds | fd_set* | 8 | %rcx |
| 4 | timeout | struct timeval* | 8 | %r8 |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | channels | ssh_channel* |
| %rsi | outchannels | ssh_channel* |
| %rdx | maxfd | socket_t |
| %rcx | readfds | fd_set* |
| %r8 | timeout | struct timeval* |