ABI | Symbols | Types |
Contents |
Info |
Calling sequence |
Stack frame layout |
Registers usage |
Signature |
gst_segment_to_running_time_full ( GstSegment const* segment, enum GstFormat format, guint64 position, guint64* running_time ) |
---|---|
Type | FUNC |
Source | gstsegment.c |
Params | 4 |
Return | gint |
Size | 682 |
Bind | GLOBAL |
Vis | DEFAULT |
Ndx | 11 |
Status | ADDED |
|
|
Pos | Name | Type | Size | Passed |
---|---|---|---|---|
INPUT(S) | ||||
0 | segment | GstSegment const* | 8 | %rdi |
1 | format | enum GstFormat | 4 | %rsi |
2 | position | guint64 | 8 | %rdx |
3 | running_time | guint64* | 8 | %rcx |
RETURN | ||||
.retval | gint | 4 | %rax |
Offset | Contents | Type |
---|---|---|
local space, return address, etc. |
Name | Contents | Type |
---|---|---|
%rax | .retval | gint |
%rdi | segment | GstSegment const* |
%rsi | format | enum GstFormat |
%rdx | position | guint64 |
%rcx | running_time | guint64* |