Lines Matching full:procedure
25 in a procedure. For dynamically generated code, the runtime code
30 For the purpose of this discussion, a \emph{procedure} is defined to
32 procedure directly corresponds to a function in the source-language
41 A procedure logically consists of a sequence of \emph{regions}.
49 performs the actual work of the procedure but does not change the
87 procedure by setting up a structure of type \Type{unw\_dyn\_info\_t}
97 instructions of the procedure (remember: procedure are defined to be
100 instructions of the procedure (non-inclusive, that is,
101 \Var{end\_ip}-\Var{start\_ip} is the size of the procedure in
104 for this procedure. The exact meaing of the global-pointer is
128 the details of a procedure are described by a structure of type
134 (human-readable) name of the procedure or 0 if no such name is
141 personality-routine for this procedure. Personality-routines are
144 description of the personality routine. If the procedure has no
170 (human-readable) name of the procedure or 0 if no such name is
227 \Var{insn\_count} may be negative in the last region of a procedure
230 instructions of the procedure, where \emph{N} is the absolute value
250 \Prog{libunwind} knows that the region covers the end of the procedure