ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
NCONF_get_number_e (
CONF const* conf,
char const* group,
char const* name,
long* result
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 4 |
| Return | int |
| Source | conf_lib.c |
| Size | 159 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | conf | CONF const* | 8 | %rdi |
| 1 | group | char const* | 8 | %rsi |
| 2 | name | char const* | 8 | %rdx |
| 3 | result | long* | 8 | %rcx |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | conf | CONF const* |
| %rsi | group | char const* |
| %rdx | name | char const* |
| %rcx | result | long* |