Home
last modified time | relevance | path

Searched refs:Prog (Results 1 – 25 of 25) sorted by relevance

/third_party/libunwind/libunwind/doc/
Dlibunwind.trans7 $manMacro1a{'Func'} = $manMacro1a{Prog};
8 $manMacro1b{'Func'} = $manMacro1b{Prog};
11 $texiMacro1a{'Func'} = $texiMacro1a{Prog};
12 $texiMacro1b{'Func'} = $texiMacro1b{Prog};
13 $manMacro1a{'Var'} = $manMacro1a{Prog};
14 $manMacro1b{'Var'} = $manMacro1b{Prog};
15 $htmlMacro1a{'Var'} = $htmlMacro1a{Prog};
16 $htmlMacro1b{'Var'} = $htmlMacro1b{Prog};
17 $texiMacro1a{'Var'} = $texiMacro1a{Prog};
18 $texiMacro1b{'Var'} = $texiMacro1b{Prog};
Dlibunwind-ptrace.tex44 possible to hook up \Prog{libunwind} to another process via
46 \Prog{libunwind} further facilitates this task by providing
52 to create a new \Prog{libunwind} address-space that represents the
57 \Prog{libunwind} will be able to properly unwind the target process.
59 only portions of the \Prog{\_UPT}-facility. For this reason, the
73 target process is known, a \Prog{\_UPT}-info-structure can be created
83 When the application is done using \Prog{libunwind} on the target
92 \Prog{\_UPT}-facility by definition is not available in
93 \Prog{libunwind}-versions configured for cross-unwinding.
97 The \Prog{\_UPT}-facility assumes that a single \Prog{\_UPT}-info
[all …]
Dlibunwind.tex68 \Prog{Libunwind} is very easy to use when unwinding a stack from
101 identified by the cursor). \Prog{Libunwind} provides several routines
111 frame and, in those cases, \Prog{libunwind} will grant access to them
116 pointer (SP). In \Prog{libunwind}, these registers are identified by
121 registers, \Prog{libunwind} also provides the ability to resume
129 Normally, \Prog{libunwind} supports both local and remote unwinding
142 portion of \Prog{libunwind} that manages unwind-info for dynamically
147 \Prog{libunwind} to write a function ``\Func{show\_backtrace}()''
171 \Prog{Libunwind} can also be used to unwind a stack in a ``remote''
174 one that is running \Prog{libunwind}. Remote unwinding is typically
[all …]
Dunw_create_addr_space.tex33 \Prog{Libunwind} uses a set of call-back routines to access the
44 call-back routine, \Prog{libunwind} sets the \Var{as} argument to the
79 \Prog{Libunwind} invokes the \Func{find\_proc\_info}() call-back to
103 \Prog{Libunwind} invokes the \Func{put\_unwind\_info}() call-back to
108 \Func{find\_proc\_info}(). Note that \Prog{libunwind} does \emph{not}
115 \Prog{Libunwind} invokes the \Func{get\_dyn\_info\_list\_addr}()
123 \Var{dliap} must be cleared to zero. \Prog{Libunwind} will cache the
134 \Prog{Libunwind} invokes the \Func{access\_mem}() call-back to read
137 To read memory, \Prog{libunwind} sets argument \Var{write} to zero and
139 write memory, \Prog{libunwind} sets argument \Var{write} to a non-zero
[all …]
Dcommon.tex.in8 \newcommand{\Func}[1]{\Prog{#1}} % see libunwind.trans
9 \newcommand{\Var}[1]{\Prog{#1}} % see libunwind.trans
Dunw_backtrace.tex30 \Func{backtrace}() is not provided by \Prog{libunwind}. \Prog{libunwind} weakly
32 calling \Func{backtrace}() is linked against \Prog{libunwind}, it may end up
Dlibunwind-setjmp.tex25 The \Prog{unwind-setjmp} library offers a \Prog{libunwind}-based
28 the same name. The main advantage of using the \Prog{unwind-setjmp}
39 \Prog{unwind-setjmp} library is beneficial primarily in applications
Dunw_get_proc_info_by_ip.tex42 Note that for the purposes of \Prog{libunwind}, the code of a
47 discontiguous pieces, \Prog{libunwind} will treat each piece as a
66 \item[\Const{UNW\_ENOINFO}] \Prog{Libunwind} was unable to locate
69 version or format that is not understood by \Prog{libunwind}.
Dunw_get_proc_info.tex57 reserved for future use by \Prog{libunwind}. This member exists
76 Note that for the purposes of \Prog{libunwind}, the code of a
81 discontiguous pieces, \Prog{libunwind} will treat each piece as a
100 \item[\Const{UNW\_ENOINFO}] \Prog{Libunwind} was unable to locate
103 version or format that is not understood by \Prog{libunwind}.
Dlibunwind-ia64.tex14 The IA-64 version of \Prog{libunwind} uses a platform-string of
24 When targeting IA-64, the \Prog{libunwind} header file defines the
35 64-bit wide \Type{unw\_word\_t} values, \Prog{libunwind} treats the
43 \Prog{libunwind} depends on the type of stack frame that a cursor
68 The IA-64-version of \Prog{libunwind} defines three kinds of register
114 read-only, \Prog{libunwind} will automatically adjust its value if
201 \Prog{libunwind}, portable code should not rely on this equivalence.
Dlibunwind-dynamic.tex13 For \Prog{libunwind} to do its job, it needs to be able to reconstruct
27 \Prog{libunwind} to supply the equivalent information. This manual
58 reason, the dynamic unwind-info interface of \Prog{libunwind} makes no
66 \Prog{libunwind} needs to know about it. The portion of the frame
92 \item[\Type{void~*}next] Private to \Prog{libunwind}. Must not be used
94 \item[\Type{void~*}prev] Private to \Prog{libunwind}. Must not be used
194 table-info format. The only difference is that when \Prog{libunwind}
198 This implies that \Prog{libunwind} will have to access the table-data
250 \Prog{libunwind} knows that the region covers the end of the procedure
256 descriptors \Prog{libunwind} provides a helper routine with the
[all …]
Dunw_apply_reg_state.tex41 \item[\Const{UNW\_ENOINFO}] \Prog{Libunwind} was unable to locate
44 version or format that is not understood by \Prog{libunwind}.
Dunw_step.tex38 \item[\Const{UNW\_ENOINFO}] \Prog{Libunwind} was unable to locate the
42 \Prog{libunwind}.
Dunw_set_caching_policy.tex29 unsupported, \Prog{libunwind} may fall back on using a per-thread
33 unsupported, \Prog{libunwind} may fall back on using a global cache,
Dunw_init_local.tex60 version of \Prog{libunwind} which supports remote unwinding only
62 cross-platform version of \Prog{libunwind}).
Dunw_init_remote.tex33 \Prog{libunwind} never interprets the argument in any way on its own.
57 version of \Prog{libunwind} which supports local unwinding only
Dunw_reg_states_iterate.tex61 \item[\Const{UNW\_ENOINFO}] \Prog{Libunwind} was unable to locate
64 version or format that is not understood by \Prog{libunwind}.
Dunw_is_signal_frame.tex47 \item[\Const{UNW\_ENOINFO}] \Prog{Libunwind} is unable to determine
Dunw_get_proc_name.tex59 \item[\Const{UNW\_ENOINFO}] \Prog{Libunwind} was unable to determine
Dunw_resume.tex46 registers. However, if \Prog{libunwind} is used to set an exception
/third_party/ltp/testcases/kernel/fs/doio/
Drwtest39 Prog=${0##*/}
55 echo "$Prog: [-chq] [-N name] [ iogen options ] [ doio options ] files" >&2
208 echo "$Prog: Illegal option $1" >&2
408 echo "$Prog$Name : iogen reported errors (r=$r)" >&2
416 echo "$Prog$Name : doio reported errors (r=$r)" >&2
Ddoio.c256 char *Prog = NULL; /* set up in parse_cmdline() */ variable
777 Pattern_Length = sprintf(Pattern, "-:%d:%s:%s*", getpid(), Host, Prog); in doio()
781 getpid(), Host, Prog); in doio()
3845 rval = fprintf(stream, "\n%s%s (%5d) %s\n", Prog, TagName, pid, date); in doio_fprintf()
4960 if ((Prog = strrchr(argv[0], '/')) == NULL) { in parse_cmdline()
4961 Prog = argv[0]; in parse_cmdline()
4963 Prog++; in parse_cmdline()
4981 Prog, TagName, tok); in parse_cmdline()
4997 Prog, TagName, s->string, s->value); in parse_cmdline()
5010 Prog, TagName); in parse_cmdline()
[all …]
/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerDriver.cpp80 auto Prog = ProgName->c_str(); in PrintHelp() local
82 Printf("%s [-flag1=val1 [-flag2=val2 ...] ] [dir1 [dir2 ...] ]\n", Prog); in PrintHelp()
85 Printf("%s [-flag1=val1 [-flag2=val2 ...] ] file1 [file2 ...]\n", Prog); in PrintHelp()
/third_party/libphonenumber/resources/geocoding/en/
D355.txt176 355873|Qendër Bilisht/Progër, Devoll
/third_party/curl/docs/
DTHANKS455 Chen Prog