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