Home | History | Annotate | Download | only in doc

Lines Matching refs:unw

87 procedure by setting up a structure of type \Type{unw\_dyn\_info\_t}
90 \Type{unw\_dyn\_info\_t} structure are described below:
96 \item[\Type{unw\_word\_t} \Var{start\_ip}] The start-address of the
99 \item[\Type{unw\_word\_t} \Var{end\_ip}] The end-address of the
103 \item[\Type{unw\_word\_t} \Var{gp}] The global-pointer value in use
108 This member can be one of \Const{UNW\_INFO\_FORMAT\_DYNAMIC},
109 \Const{UNW\_INFO\_FORMAT\_TABLE}, or
110 \Const{UNW\_INFO\_FORMAT\_REMOTE\_TABLE}.
114 \item[\Type{unw\_dyn\_proc\_info\_t} \Var{pi}] This member is used
115 for format \Const{UNW\_INFO\_FORMAT\_DYNAMIC}.
116 \item[\Type{unw\_dyn\_table\_info\_t} \Var{ti}] This member is used
117 for format \Const{UNW\_INFO\_FORMAT\_TABLE}.
118 \item[\Type{unw\_dyn\_remote\_table\_info\_t} \Var{rti}] This member
119 is used for format \Const{UNW\_INFO\_FORMAT\_REMOTE\_TABLE}.
129 \Type{unw\_dyn\_proc\_info\_t}. This structure contains the following
133 \item[\Type{unw\_word\_t} \Var{name\_ptr}] The address of a
140 \item[\Type{unw\_word\_t} \Var{handler}] The address of the
151 \item[\Type{unw\_dyn\_region\_info\_t~*}\Var{regions}] A NULL-terminated
165 is described by a structure of type \Type{unw\_dyn\_table\_info}.
169 \item[\Type{unw\_word\_t} \Var{name\_ptr}] The address of a
176 \item[\Type{unw\_word\_t} \Var{segbase}] The segment-base value
181 \item[\Type{unw\_word\_t} \Var{table\_len}] The length of the
183 (\Type{unw\_word\_t}).
185 \item[\Type{unw\_word\_t} \Var{table\_data}] A pointer to the actual
197 \Var{table\_data} member is \Type{unw\_word\_t} rather than a pointer.
208 \SeeAlso{unw\_create\_addr\_space}(3)) to return unwind tables whose
220 \Type{unw\_dyn\_region\_info\_t} and has the following members:
222 \item[\Type{unw\_dyn\_region\_info\_t~*}\Var{next}] A pointer to the
234 \item[\Type{unw\_dyn\_op\_t} \Var{op}] An array of dynamic unwind
268 with the \Const{UNW\_DYN\_STOP} directive.
274 the form of a structure of type \Type{unw\_dyn\_op\_t}. This
278 of the \Type{unw\_dyn\_operation\_t} values described below.
294 \item[\Type{unw\_word\_t} \Var{val}] The value to be applied by the
324 \Type{unw\_dyn\_operation\_t} which defines the following
328 \item[\Const{UNW\_DYN\_STOP}] Marks the end of the dynamic unwind
333 \item[\Const{UNW\_DYN\_SAVE\_REG}] Marks an instruction which saves
336 \item[\Const{UNW\_DYN\_SPILL\_FP\_REL}] Marks an instruction which
342 \item[\Const{UNW\_DYN\_SPILL\_SP\_REL}] Marks an instruction which
348 \item[\Const{UNW\_DYN\_ADD}] Marks an instruction which adds
354 \item[\Const{UNW\_DYN\_POP\_FRAMES}]
356 \item[\Const{UNW\_DYN\_LABEL\_STATE}]
358 \item[\Const{UNW\_DYN\_COPY\_STATE}]
360 \item[\Const{UNW\_DYN\_ALIAS}]
364 unw\_dyn\_op\_t
384 - UNW\_DYN\_ADD can only add to ``sp'' (always a negative value); use