OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_space
(Results
1 - 23
of
23
) sorted by null
/external/libunwind/doc/
unw_destroy_addr_space.tex
8
\begin{Name}{3}{unw\_destroy\_addr\
_space
}{David Mosberger-Tang}{Programming Library}{unw\_destroy\_addr\
_space
}unw\_destroy\_addr\
_space
-- destroy unwind address space
15
\Type{void} \Func{unw\_destroy\_addr\
_space
}(\Type{unw\_addr\
_space
\_t} \Var{as});\\
19
The \Func{unw\_destroy\_addr\
_space
}() routine destroys the
24
\Var{unw\_local\_addr\
_space
}. Attempting to do so results in
30
\SeeAlso{unw\_create\_addr\
_space
(3)}
unw_get_accessors.tex
15
\Type{unw\_accessors\_t~*}\Func{unw\_get\_accessors}(\Type{unw\_addr\
_space
\_t~}\Var{as});\\
22
(see \Func{unw\_create\_addr\
_space
}(3)). The returned pointer is
24
by a call to \Func{unw\_destroy\_addr\
_space
}(3).
28
\Var{unw\_local\_addr\
_space
}.
44
\SeeAlso{unw\_create\_addr\
_space
(3)},
45
\SeeAlso{unw\_destroy\_addr\
_space
(3)}
unw_init_remote.tex
15
\Type{int} \Func{unw\_init\_remote}(\Type{unw\_cursor\_t~*}\Var{c}, \Type{unw\_addr\
_space
\_t~}\Var{as}, \Type{void~*}\Var{arg});\\
22
\Var{unw\_local\_addr\
_space
} (local address space) or to an arbitrary
23
address space created with \Func{unw\_create\_addr\
_space
}().
26
should be unwound. For example, if \Var{unw\_local\_addr\
_space
} is
68
\SeeAlso{libunwind(3)}, \SeeAlso{unw\_create\_addr\
_space
(3)},
libunwind-ptrace.tex
23
\Type{int} \Func{\_UPT\_find\_proc\_info}(\Type{unw\_addr\
_space
\_t}, \Type{unw\_word\_t}, \Type{unw\_proc\_info\_t~*}, \Type{int}, \Type{void~*});\\
25
\Type{void} \Func{\_UPT\_put\_unwind\_info}(\Type{unw\_addr\
_space
\_t}, \Type{unw\_proc\_info\_t~*}, \Type{void~*});\\
27
\Type{int} \Func{\_UPT\_get\_dyn\_info\_list\_addr}(\Type{unw\_addr\
_space
\_t}, \Type{unw\_word\_t~*}, \Type{void~*});\\
29
\Type{int} \Func{\_UPT\_access\_mem}(\Type{unw\_addr\
_space
\_t}, \Type{unw\_word\_t}, \Type{unw\_word\_t~*}, \Type{int}, \Type{void~*});\\
31
\Type{int} \Func{\_UPT\_access\_reg}(\Type{unw\_addr\
_space
\_t}, \Type{unw\_regnum\_t}, \Type{unw\_word\_t~*}, \Type{int}, \Type{void~*});\\
33
\Type{int} \Func{\_UPT\_access\_fpreg}(\Type{unw\_addr\
_space
\_t}, \Type{unw\_regnum\_t}, \Type{unw\_fpreg\_t~*}, \Type{int}, \Type{void~*});\\
35
\Type{int} \Func{\_UPT\_get\_proc\_name}(\Type{unw\_addr\
_space
\_t}, \Type{unw\_word\_t}, \Type{char~*}, \Type{size\_t}, \Type{unw\_word\_t~*}, \Type{void~*});\\
37
\Type{int} \Func{\_UPT\_resume}(\Type{unw\_addr\
_space
\_t}, \Type{unw\_cursor\_t~*}, \Type{void~*});\\
54
\Func{unw\_create\_addr\
_space
}(). In many cases, the application
unw_set_caching_policy.tex
15
\Type{int} \Func{unw\_set\_caching\_policy}(\Type{unw\_addr\
_space
\_t} \Var{as}, \Type{unw\_caching\_policy\_t} \Var{policy});\\
44
For address spaces created via \Func{unw\_create\_addr\
_space
}(3),
46
\Func{unw\_local\_addr\
_space
}, caching is turned on by default.
69
\SeeAlso{unw\_create\_addr\
_space
(3)},
unw_get_proc_info_by_ip.tex
15
\Type{int} \Func{unw\_get\_proc\_info\_by\_ip}(\Type{unw\_addr\
_space
\_t~}\Var{as}, \Type{unw\_word\_t~}\Var{ip}, \Type{unw\_proc\_info\_t~*}\Var{pip}, \Type{void~*}\Var{arg});\\
31
\Var{unw\_local\_addr\
_space
} can be passed for this argument.
39
\Var{unw\_local\_addr\
_space
}), \Const{NULL} must be passed for this
73
\Func{unw\_create\_addr\
_space
}(3)).
78
\SeeAlso{unw\_create\_addr\
_space
(3)},
unw_create_addr_space.tex
8
\begin{Name}{3}{unw\_create\_addr\
_space
}{David Mosberger-Tang}{Programming Library}{unw\_create\_addr\
_space
}unw\_create\_addr\
_space
-- create address space for remote unwinding
15
\Type{unw\_addr\
_space
\_t} \Func{unw\_create\_addr\
_space
}(\Type{unw\_accessors\_t~*}\Var{ap}, \Type{int} \Var{byteorder});\\
19
The \Func{unw\_create\_addr\
_space
}() routine creates a new unwind
39
\Func{unw\_create\_addr\
_space
}().
54
\Type{int} \Func{find\_proc\_info}(\Type{unw\_addr\
_space
\_t} \Var{as},\\
57
\Type{void} \Func{put\_unwind\_info}(\Type{unw\_addr\
_space
\_t} \Var{as},\\
59
\Type{int} \Func{get\_dyn\_info\_list\_addr}(\Type{unw\_addr\
_space
\_t} \Var{as},\
[
all
...]
unw_step.tex
53
call-backs (see \Func{unw\_create\_addr\
_space
}(3)).
58
\SeeAlso{unw\_create\_addr\
_space
(3)}
libunwind.tex
20
\Type{int} \Func{unw\_init\_remote}(\Type{unw\_cursor\_t~*}, \Type{unw\_addr\
_space
\_t}, \Type{void~*});\\
35
\Type{unw\_addr\
_space
\_t} \Var{unw\_local\_addr\
_space
};\\
37
\Type{unw\_addr\
_space
\_t} \Func{unw\_create\_addr\
_space
}(\Type{unw\_accessors\_t}, \Type{int});\\
39
\Type{void} \Func{unw\_destroy\_addr\
_space
}(\Type{unw\_addr\
_space
\_t});\\
41
\Type{unw\_accessors\_t} \Func{unw\_get\_accessors}(\Type{unw\_addr\
_space
\_t});\\
43
\Type{void} \Func{unw\_flush\_cache}(\Type{unw\_addr\
_space
\_t}, \Type{unw\_word\_t}, \Type{unw\_word\_t});\\
45
\Type{int} \Func{unw\_set\_caching\_policy}(\Type{unw\_addr\
_space
\_t}, \Type{unw\_caching\_policy\_t});\
[
all
...]
unw_get_proc_info.tex
59
\Func{unw\_create\_addr\
_space
}(3)). The
65
\Func{unw\_create\_addr\
_space
}(3)). The
72
\Func{unw\_create\_addr\
_space
}(3)). The
107
\Func{unw\_create\_addr\
_space
}(3)).
112
\SeeAlso{unw\_create\_addr\
_space
(3)},
unw_flush_cache.tex
15
\Type{void} \Func{unw\_flush\_cache}(\Type{unw\_addr\
_space
\_t} \Var{as}, \Type{unw\_word\_t} \Var{lo}, \Type{unw\_word\_t} \Var{hi});\\
unw_get_fpreg.tex
58
\Func{unw\_create\_addr\
_space
}(3)).
unw_get_reg.tex
59
\Func{unw\_create\_addr\
_space
}(3)).
unw_set_fpreg.tex
60
\Func{unw\_create\_addr\
_space
}(3)).
unw_set_reg.tex
61
\Func{unw\_create\_addr\
_space
}(3)).
unw_get_proc_name.tex
67
\Func{unw\_create\_addr\
_space
}(3)).
libunwind-dynamic.tex
208
\SeeAlso{unw\_create\_addr\
_space
}(3)) to return unwind tables whose
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
org.eclipse.sisu.inject-0.0.0.M5.jar
org.eclipse.sisu.plexus-0.0.0.M5.jar
/prebuilts/tools/common/m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/
org.eclipse.sisu.inject-0.0.0.M5.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-inject-bean/1.4.2/
sisu-inject-bean-1.4.2.jar
/prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/
sisu-inject-bean-1.4.2.jar
/prebuilts/tools/common/m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/
org.eclipse.sisu.plexus-0.0.0.M5.jar
Completed in 5607 milliseconds