ABI | Symbols | Types |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
gst_structure_get_flagset ( GstStructure const* structure, gchar const* fieldname, guint* value_flags, guint* value_mask ) |
|---|---|
| Type | FUNC |
| Source | gststructure.c |
| Params | 4 |
| Return | gboolean |
| Size | 244 |
| Bind | GLOBAL |
| Vis | DEFAULT |
| Ndx | 11 |
| Status | ADDED |
|
|
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | structure | GstStructure const* | 8 | %rdi |
| 1 | fieldname | gchar const* | 8 | %rsi |
| 2 | value_flags | guint* | 8 | %rdx |
| 3 | value_mask | guint* | 8 | %rcx |
| RETURN | ||||
| .retval | gboolean | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | gboolean |
| %rdi | structure | GstStructure const* |
| %rsi | fieldname | gchar const* |
| %rdx | value_flags | guint* |
| %rcx | value_mask | guint* |