ABI | Symbols | Types | Live Readelf |
Contents |
Info |
Fields |
Memory Layout |
Name | sftp_file_struct |
---|---|
Type | STRUCT |
Fields | 6 |
Source | sftp.h |
Size | 40 |
Usage | The type is used by 15 symbols. |
PADDING | FIELD |
BIT-FIELD |
Pos | Name | Type | Size | Offset |
---|---|---|---|---|
0 | sftp | sftp_session | 8 | 0 |
1 | name | char* | 8 | 8 |
2 | offset | uint64_t | 8 | 16 |
3 | handle | ssh_string | 8 | 24 |
4 | eof | int | 4 | 32 |
5 | nonblocking | int | 4 | 36 |
Offset | Contents | Type |
---|---|---|
0 | .sftp | sftp_session |
8 | .name | char* |
16 | .offset | uint64_t |
24 | .handle | ssh_string |
32 | .eof | int |
36 | .nonblocking | int |