ABI | Symbols | Types |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
gst_event_new_protection ( gchar const* system_id, GstBuffer* data, gchar const* origin ) |
|---|---|
| Type | FUNC |
| Source | gstevent.c |
| Params | 3 |
| Return | GstEvent* |
| Size | 433 |
| Bind | GLOBAL |
| Vis | DEFAULT |
| Ndx | 11 |
| Status | ADDED |
|
|
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | system_id | gchar const* | 8 | %rdi |
| 1 | data | GstBuffer* | 8 | %rsi |
| 2 | origin | gchar const* | 8 | %rdx |
| RETURN | ||||
| .retval | GstEvent* | 8 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | GstEvent* |
| %rdi | system_id | gchar const* |
| %rsi | data | GstBuffer* |
| %rdx | origin | gchar const* |