HomeSort by relevance Sort by last modified time
    Searched refs:unw_word_t (Results 26 - 50 of 197) sorted by null

12 3 4 5 6 7 8

  /external/libunwind/src/setjmp/
setjmp_i.h 32 bsp_match (unw_cursor_t *c, unw_word_t *wp)
34 unw_word_t bsp, pfs, sol;
49 unw_word_t sp, prev_sp;
79 resume_restores_sigmask (unw_cursor_t *c, unw_word_t *wp)
81 unw_word_t sc_addr = ((struct cursor *) c)->sigcontext_addr;
106 bsp_match (unw_cursor_t *c, unw_word_t *wp)
112 resume_restores_sigmask (unw_cursor_t *c, unw_word_t *wp)
siglongjmp.c 59 unw_word_t *wp = (unw_word_t *) env;
64 unw_word_t sp;
75 if (sp != wp[JB_SP] + sizeof(unw_word_t))
96 if (UNW_NUM_EH_REGS < 4 || _NSIG > 16 * sizeof (unw_word_t))
103 || (_NSIG > 8 * sizeof (unw_word_t)
117 || unw_set_reg (&c, UNW_REG_IP, (unw_word_t) (uintptr_t) cont))
  /external/libunwind/include/
libunwind-common.h 109 unw_word_t opaque[UNW_TDEP_CURSOR_LEN];
139 unw_word_t start_ip; /* first IP covered by this procedure */
140 unw_word_t end_ip; /* first IP NOT covered by this procedure */
141 unw_word_t lsda; /* address of lang.-spec. data area (if any) */
142 unw_word_t handler; /* optional personality routine */
143 unw_word_t gp; /* global-pointer value for this procedure */
144 unw_word_t flags; /* misc. flags */
160 int (*find_proc_info) (unw_addr_space_t, unw_word_t, unw_proc_info_t *,
170 int (*get_dyn_info_list_addr) (unw_addr_space_t, unw_word_t *, void *);
176 int (*access_mem) (unw_addr_space_t, unw_word_t, unw_word_t *, int
    [all...]
libunwind-common.h.in 97 unw_word_t opaque[UNW_TDEP_CURSOR_LEN];
127 unw_word_t start_ip; /* first IP covered by this procedure */
128 unw_word_t end_ip; /* first IP NOT covered by this procedure */
129 unw_word_t lsda; /* address of lang.-spec. data area (if any) */
130 unw_word_t handler; /* optional personality routine */
131 unw_word_t gp; /* global-pointer value for this procedure */
132 unw_word_t flags; /* misc. flags */
148 int (*find_proc_info) (unw_addr_space_t, unw_word_t, unw_proc_info_t *,
158 int (*get_dyn_info_list_addr) (unw_addr_space_t, unw_word_t *, void *);
164 int (*access_mem) (unw_addr_space_t, unw_word_t, unw_word_t *, int
    [all...]
dwarf_i.h 13 the size of an unw_word_t. */
15 # define dwarf_addr_size(as) (sizeof (unw_word_t))
46 dwarf_reads8 (unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr,
57 dwarf_reads16 (unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr,
68 dwarf_reads32 (unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr,
79 dwarf_reads64 (unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr,
90 dwarf_readu8 (unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr,
101 dwarf_readu16 (unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr,
112 dwarf_readu32 (unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr,
123 dwarf_readu64 (unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr
    [all...]
  /external/libunwind/src/aarch64/
Ginit.c 76 get_dyn_info_list_addr (unw_addr_space_t as, unw_word_t *dyn_info_list_addr,
79 *dyn_info_list_addr = (unw_word_t) &_U_dyn_info_list;
84 access_mem (unw_addr_space_t as, unw_word_t addr, unw_word_t *val, int write,
91 if (map_local_is_writable (addr, sizeof(unw_word_t)))
95 *(unw_word_t *) addr = *val;
110 if (map_local_is_readable (addr, sizeof(unw_word_t)))
113 *val = *(unw_word_t *) addr;
129 access_reg (unw_addr_space_t as, unw_regnum_t reg, unw_word_t *val, int write,
132 unw_word_t *addr
    [all...]
  /external/libunwind/src/arm/
Ginit.c 68 get_dyn_info_list_addr (unw_addr_space_t as, unw_word_t *dyn_info_list_addr,
71 *dyn_info_list_addr = (unw_word_t) &_U_dyn_info_list;
76 access_mem (unw_addr_space_t as, unw_word_t addr, unw_word_t *val, int write,
83 if (map_local_is_writable (addr, sizeof(unw_word_t)))
87 *(unw_word_t *) addr = *val;
102 if (map_local_is_readable (addr, sizeof(unw_word_t)))
105 *val = *(unw_word_t *) addr;
121 access_reg (unw_addr_space_t as, unw_regnum_t reg, unw_word_t *val, int write,
124 unw_word_t *addr
    [all...]
  /external/libunwind/src/mips/
Ginit.c 86 get_dyn_info_list_addr (unw_addr_space_t as, unw_word_t *dyn_info_list_addr,
89 *dyn_info_list_addr = (unw_word_t) (intptr_t) &_U_dyn_info_list;
94 access_mem (unw_addr_space_t as, unw_word_t addr, unw_word_t *val, int write,
101 if (map_local_is_writable (addr, sizeof(unw_word_t)))
105 *(unw_word_t *) (uintptr_t) addr = *val;
121 if (map_local_is_readable (addr, sizeof(unw_word_t)))
124 *val = *(unw_word_t *) (uintptr_t) addr;
140 access_reg (unw_addr_space_t as, unw_regnum_t reg, unw_word_t *val, int write,
143 unw_word_t *addr
    [all...]
  /external/libunwind/include/tdep-ia64/
script.h 38 unw_word_t val;
48 unw_word_t ip; /* ip this script is for */
49 unw_word_t pr_mask; /* mask of predicates script depends on */
50 unw_word_t pr_val; /* predicate values this script is for */
  /external/libunwind/src/coredump/
_UCD_get_proc_name.c 33 elf_w (CD_get_proc_name) (struct UCD_info *ui, unw_addr_space_t as, unw_word_t ip,
34 char *buf, size_t buf_len, unw_word_t *offp)
58 _UCD_get_proc_name (unw_addr_space_t as, unw_word_t ip,
59 char *buf, size_t buf_len, unw_word_t *offp, void *arg)
  /external/libunwind/src/mi/
Gget_reg.c 29 unw_get_reg (unw_cursor_t *cursor, int regnum, unw_word_t *valp)
Gset_reg.c 29 unw_set_reg (unw_cursor_t *cursor, int regnum, unw_word_t valp)
Gfind_dynamic_proc_info.c 31 local_find_proc_info (unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi,
40 local_find_proc_info (unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi,
65 remote_find_proc_info (unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi,
74 remote_find_proc_info (unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi,
83 unwi_find_dynamic_proc_info (unw_addr_space_t as, unw_word_t ip,
  /external/libunwind/src/unwind/
FindEnclosingFunction.c 34 (unw_word_t) (uintptr_t) ip, &pi, 0)
GetBSP.c 32 unw_word_t val;
GetCFA.c 31 unw_word_t val;
GetIP.c 31 unw_word_t val;
  /external/libunwind/src/ptrace/
_UPT_get_proc_name.c 30 _UPT_get_proc_name (unw_addr_space_t as, unw_word_t ip,
31 char *buf, size_t buf_len, unw_word_t *offp, void *arg)
  /external/libunwind/src/ia64/
Grbs.c 81 unw_word_t saved_bsp, unw_word_t saved_bspstore,
85 unw_word_t lo, ndirty, rbs_base;
125 rbs_find_stacked (struct cursor *c, unw_word_t regs_to_skip,
128 unw_word_t nregs, bsp = c->bsp, curr = c->rbs_curr, n;
129 unw_word_t left_edge = c->rbs_left_edge;
154 unw_word_t addr;
180 get_rnat (struct cursor *c, struct rbs_area *rbs, unw_word_t bsp,
181 unw_word_t *__restrict rnatp)
199 rbs_cover_and_flush (struct cursor *c, unw_word_t nregs
    [all...]
  /external/libunwind/src/hppa/
Ginit.c 81 get_dyn_info_list_addr (unw_addr_space_t as, unw_word_t *dyn_info_list_addr,
84 *dyn_info_list_addr = (unw_word_t) &_U_dyn_info_list;
89 access_mem (unw_addr_space_t as, unw_word_t addr, unw_word_t *val, int write,
96 if (map_local_is_writable (addr, sizeof(unw_word_t)))
100 *(unw_word_t *) addr = *val;
115 if (map_local_is_readable (addr, sizeof(unw_word_t)))
118 *val = *(unw_word_t *) addr;
134 access_reg (unw_addr_space_t as, unw_regnum_t reg, unw_word_t *val, int write,
137 unw_word_t *addr
    [all...]
  /external/libunwind/src/ppc32/
Ginit.c 104 get_dyn_info_list_addr (unw_addr_space_t as, unw_word_t *dyn_info_list_addr,
107 *dyn_info_list_addr = (unw_word_t) &_U_dyn_info_list;
112 access_mem (unw_addr_space_t as, unw_word_t addr, unw_word_t *val, int write,
119 if (map_local_is_writable (addr, sizeof(unw_word_t)))
123 *(unw_word_t *) addr = *val;
138 if (map_local_is_readable (addr, sizeof(unw_word_t)))
141 *val = *(unw_word_t *) addr;
157 access_reg (unw_addr_space_t as, unw_regnum_t reg, unw_word_t *val,
160 unw_word_t *addr
    [all...]
  /external/libunwind/src/ppc64/
Ginit.c 108 get_dyn_info_list_addr (unw_addr_space_t as, unw_word_t *dyn_info_list_addr,
111 *dyn_info_list_addr = (unw_word_t) &_U_dyn_info_list;
116 access_mem (unw_addr_space_t as, unw_word_t addr, unw_word_t *val, int write,
123 if (map_local_is_writable (addr, sizeof(unw_word_t)))
127 *(unw_word_t *) addr = *val;
142 if (map_local_is_readable (addr, sizeof(unw_word_t)))
145 *val = *(unw_word_t *) addr;
161 access_reg (unw_addr_space_t as, unw_regnum_t reg, unw_word_t *val,
164 unw_word_t *addr
    [all...]
  /external/libunwind/src/sh/
Ginit.c 75 get_dyn_info_list_addr (unw_addr_space_t as, unw_word_t *dyn_info_list_addr,
78 *dyn_info_list_addr = (unw_word_t) &_U_dyn_info_list;
83 access_mem (unw_addr_space_t as, unw_word_t addr, unw_word_t *val, int write,
90 if (map_local_is_writable (addr, sizeof(unw_word_t)))
94 *(unw_word_t *) addr = *val;
109 if (map_local_is_readable (addr, sizeof(unw_word_t)))
112 *val = *(unw_word_t *) addr;
128 access_reg (unw_addr_space_t as, unw_regnum_t reg, unw_word_t *val, int write,
131 unw_word_t *addr
    [all...]
  /external/libunwind/include/tdep-mips/
libunwind_i.h 65 unw_word_t dyn_generation; /* see dyn-common.h */
66 unw_word_t dyn_info_list_addr; /* (cached) dyn_info_list_addr */
79 unw_word_t sigcontext_addr;
97 # define DWARF_REG_LOC(c,r) (DWARF_LOC((unw_word_t) (intptr_t) \
100 # define DWARF_FPREG_LOC(c,r) (DWARF_LOC((unw_word_t) (intptr_t) \
109 if (!addr || !map_local_is_readable ((unw_word_t) (uintptr_t) addr, sizeof(unw_fpreg_t)))
122 if (!addr || !map_local_is_writable ((unw_word_t) (uintptr_t) addr, sizeof(unw_fpreg_t)))
131 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val)
135 if (!addr || !map_local_is_readable ((unw_word_t) (uintptr_t) addr, sizeof(mips_reg_t)))
144 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val
    [all...]
  /external/libunwind/src/x86_64/
Ginit.c 64 get_dyn_info_list_addr (unw_addr_space_t as, unw_word_t *dyn_info_list_addr,
67 *dyn_info_list_addr = (unw_word_t) &_U_dyn_info_list;
112 static unw_word_t last_good_addr[NLGA];
116 validate_mem (unw_word_t addr)
121 if (PAGE_START(addr + sizeof (unw_word_t) - 1) == PAGE_START(addr))
158 access_mem (unw_addr_space_t as, unw_word_t addr, unw_word_t *val, int write,
165 if (map_local_is_writable (addr, sizeof(unw_word_t)))
169 *(unw_word_t *) addr = *val;
190 if (map_local_is_readable (addr, sizeof(unw_word_t)))
    [all...]

Completed in 222 milliseconds

12 3 4 5 6 7 8