HomeSort by relevance Sort by last modified time
    Searched refs:_addr (Results 1 - 25 of 33) sorted by null

1 2

  /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 applicatio
    [all...]
unw_step.tex 51 \Func{find\_proc\_info}(), \Func{get\_dyn\_info\_list\_addr}(),
53 call-backs (see \Func{unw\_create\_addr\_space}(3)).
58 \SeeAlso{unw\_create\_addr\_space(3)}
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_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_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)},
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});\\
  /external/chromium_org/third_party/npapi/npspy/extern/java/
jri_md.h 536 #define JRI_GET_INT64(_t,_addr) ( ((_t).x[0] = ((jint*)(_addr))[0]), \
537 ((_t).x[1] = ((jint*)(_addr))[1]), \
539 #define JRI_SET_INT64(_t, _addr, _v) ( (_t).l = (_v), \
540 ((jint*)(_addr))[0] = (_t).x[0], \
541 ((jint*)(_addr))[1] = (_t).x[1] )
543 #define JRI_GET_INT64(_t,_addr) (*(jlong*)(_addr))
544 #define JRI_SET_INT64(_t, _addr, _v) (*(jlong*)(_addr) = (_v)
    [all...]
  /external/libcxxabi/src/Unwind/
UnwindCursor.hpp 181 : _addressSpace(addressSpace), _addr(addr) {}
184 return _addressSpace.get32(_addr +
188 return _addressSpace.get32(_addr +
193 return _addressSpace.get32(_addr + offsetof(unwind_info_section_header,
197 return _addressSpace.get32(_addr + offsetof(unwind_info_section_header,
202 _addr + offsetof(unwind_info_section_header, personalityArrayCount));
206 _addr + offsetof(unwind_info_section_header, indexSectionOffset));
210 _addr + offsetof(unwind_info_section_header, indexCount));
215 typename A::pint_t _addr; member in class:libunwind::UnwindSectionHeader
221 : _addressSpace(addressSpace), _addr(addr) {
241 typename A::pint_t _addr; member in class:libunwind::UnwindSectionIndexArray
266 typename A::pint_t _addr; member in class:libunwind::UnwindSectionRegularPageHeader
287 typename A::pint_t _addr; member in class:libunwind::UnwindSectionRegularArray
323 typename A::pint_t _addr; member in class:libunwind::UnwindSectionCompressedPageHeader
342 typename A::pint_t _addr; member in class:libunwind::UnwindSectionCompressedArray
363 typename A::pint_t _addr; member in class:libunwind::UnwindSectionLsdaArray
    [all...]
  /bionic/libc/kernel/uapi/asm-mips/asm/
siginfo.h 85 void __user *_addr; member in struct:siginfo::__anon206::__anon212
  /development/ndk/platforms/android-9/arch-mips/include/asm/
siginfo.h 76 void __user *_addr; member in struct:siginfo::__anon1670::__anon1676
  /development/ndk/platforms/android-L/arch-mips/include/asm/
siginfo.h 83 void __user *_addr; member in struct:siginfo::__anon1843::__anon1849
  /development/ndk/platforms/android-L/arch-mips64/include/asm/
siginfo.h 83 void __user *_addr; member in struct:siginfo::__anon1854::__anon1860
  /external/kernel-headers/original/uapi/asm-mips/asm/
siginfo.h 90 void __user *_addr; /* faulting insn/memory ref. */ member in struct:siginfo::__anon2331::__anon2337
  /bionic/libc/kernel/uapi/asm-generic/
siginfo.h 91 void __user *_addr; member in struct:siginfo::__anon193::__anon198
129 #define si_addr _sifields._sigfault._addr
  /development/ndk/platforms/android-3/include/asm-generic/
siginfo.h 78 void __user *_addr; member in struct:siginfo::__anon1272::__anon1277
104 #define si_addr _sifields._sigfault._addr
  /development/ndk/platforms/android-L/include/asm-generic/
siginfo.h 91 void __user *_addr; member in struct:siginfo::__anon1890::__anon1895
129 #define si_addr _sifields._sigfault._addr
  /development/ndk/sources/android/libportable/common/include/asm-generic/
siginfo_portable.h 77 void __user *_addr; member in struct:siginfo_portable::__anon2548::__anon2553
103 #define si_addr _sifields._sigfault._addr
  /external/kernel-headers/original/uapi/asm-generic/
siginfo.h 89 void __user *_addr; /* faulting insn/memory ref. */ member in struct:siginfo::__anon2318::__anon2323
129 #define si_addr _sifields._sigfault._addr
  /external/jmdns/src/javax/jmdns/impl/
DNSRecord.java 185 if (_addr != null) {
186 byte[] buffer = _addr.getAddress();
188 if (_addr instanceof Inet4Address) {
209 info.addAddress((Inet4Address) _addr);
227 if (_addr != null) {
228 byte[] buffer = _addr.getAddress();
230 if (_addr instanceof Inet4Address) {
254 info.addAddress((Inet6Address) _addr);
266 InetAddress _addr; field in class:DNSRecord.Address
270 this._addr = addr
    [all...]
  /external/chromium_org/sync/tools/testserver/
xmppserver.py 403 self._addr = addr
404 addr_str = AddrString(self._addr)
412 return AddrString(self._addr)

Completed in 785 milliseconds

1 2