Home | History | Annotate | Download | only in doc

Lines Matching full:_dyn

87 procedure by setting up a structure of type \Type{unw\_dyn\_info\_t}
88 and calling \Func{\_U\_dyn\_register}(), passing the address of the
90 \Type{unw\_dyn\_info\_t} structure are described below:
114 \item[\Type{unw\_dyn\_proc\_info\_t} \Var{pi}] This member is used
116 \item[\Type{unw\_dyn\_table\_info\_t} \Var{ti}] This member is used
118 \item[\Type{unw\_dyn\_remote\_table\_info\_t} \Var{rti}] This member
129 \Type{unw\_dyn\_proc\_info\_t}. This structure contains the following
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}.
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
260 \Type{size\_t} \Func{\_U\_dyn\_region\_size}(\Type{int} \Var{op\_count});
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.
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
366 \_U\_dyn\_op\_save\_reg();
367 \_U\_dyn\_op\_spill\_fp\_rel();
368 \_U\_dyn\_op\_spill\_sp\_rel();
369 \_U\_dyn\_op\_add();
370 \_U\_dyn\_op\_pop\_frames();
371 \_U\_dyn\_op\_label\_state();
372 \_U\_dyn\_op\_copy\_state();
373 \_U\_dyn\_op\_alias();
374 \_U\_dyn\_op\_stop();
384 - UNW\_DYN\_ADD can only add to ``sp'' (always a negative value); use
390 \SeeAlso{\_U\_dyn\_register(3)},
391 \SeeAlso{\_U\_dyn\_cancel(3)}