/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
|
/external/flatbuffers/net/FlatBuffers/ |
FlatBufferBuilder.cs | 33 private int _space; field in class:FlatBuffers.FlatBufferBuilder 61 _space = initialSize; 72 _space = buffer.Length; 81 _space = _bb.Length; 102 public int Offset { get { return _bb.Length - _space; } } 106 _bb.PutByte(_space -= size, 0, size); 129 ((~((int)_bb.Length - _space + additionalBytes)) + 1) & 132 while (_space < alignSize + size + additionalBytes) 136 _space += (int)_bb.Length - oldBufSize; 145 _bb.PutByte(_space -= sizeof(byte), (byte)(x ? 1 : 0)) 202 _space = _bb.Put(_space, x); field in struct:FlatBuffers.FlatBufferBuilder.__anon5 215 _space = _bb.Put(_space, x); field in struct:FlatBuffers.FlatBufferBuilder.__anon6 [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/NVPTX/ |
ld-st-addrrspace.py | 45 define ${type} @ld${_volatile}${_space}.${ptx_type}(${type} addrspace(${asid})* %ptr) { 75 "_space": space,
|
/external/scapy/scapy/ |
utils.py | [all...] |