Home | History | Annotate | Download | only in doc

Lines Matching defs:platform

8 \begin{Name}{3}{libunwind}{David Mosberger-Tang}{Programming Library}{Introduction to libunwind}libunwind -- a (mostly) platform-independent unwind API
111 cursor depends, of course, on the platform. However, there are two
201 \section{Cross-platform and Multi-platform Unwinding}
210 \emph{target}. If the host and the target platform are the same, we
212 \emph{cross-platform} unwinding.
214 The principle behind supporting native, cross-platform, and
215 multi-platform unwinding is very simple: for native unwinding, a
217 \Opt{-l}\File{unwind}. For cross-platform unwinding, a program
220 of the target platform (e.g., \File{ia64} for IA-64, \File{hppa-elf}
221 for ELF-based HP PA-RISC, or \File{x86} for 80386). Multi-platform
222 unwinding works exactly like cross-platform unwinding, the only
225 platform-specific support for each supported target needs to be
231 targeting a cross-platform will result in a link-time error
303 platform) unwinding.
305 the unwind target runs on platform \Var{PLAT}. For example, to unwind
309 program that does native (same platform) unwinding.
311 building a program that unwinds a program on platform \Var{PLAT}.