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

1 2 3

  /external/llvm/test/DebugInfo/SystemZ/
eh_frame.s 56 # DW_CFA_offset: r13 at cfa-56
57 # DW_CFA_offset: r14 at cfa-48
58 # DW_CFA_offset: r15 at cfa-40
62 # DW_CFA_offset: r24 at cfa-224
63 # DW_CFA_offset: r28 at cfa-216
64 # DW_CFA_offset: r25 at cfa-208
65 # DW_CFA_offset: r29 at cfa-200
66 # DW_CFA_offset: r26 at cfa-192
67 # DW_CFA_offset: r30 at cfa-184
68 # DW_CFA_offset: r27 at cfa-17
    [all...]
eh_frame_personality.s 56 # DW_CFA_offset: r14 at cfa-48
57 # DW_CFA_offset: r15 at cfa-40
  /external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/SystemZ/
eh_frame.s 56 # DW_CFA_offset: r13 at cfa-56
57 # DW_CFA_offset: r14 at cfa-48
58 # DW_CFA_offset: r15 at cfa-40
62 # DW_CFA_offset: r24 at cfa-224
63 # DW_CFA_offset: r28 at cfa-216
64 # DW_CFA_offset: r25 at cfa-208
65 # DW_CFA_offset: r29 at cfa-200
66 # DW_CFA_offset: r26 at cfa-192
67 # DW_CFA_offset: r30 at cfa-184
68 # DW_CFA_offset: r27 at cfa-17
    [all...]
eh_frame_personality.s 56 # DW_CFA_offset: r14 at cfa-48
57 # DW_CFA_offset: r15 at cfa-40
  /device/linaro/poplar/bluetooth/
rtkbt.conf 17 BtSnoopFileName=/data/misc/bluedroid/btsnoop_hci.cfa
  /external/libunwind/src/x86_64/
Gtrace.c 206 RIP using current CFA, RBP and RSP values. Modifies CURSOR to
216 unw_word_t cfa,
239 d->cfa = cfa;
260 Debug (3, "frame va %lx type %d last %d cfa %s+%d rbp @ cfa%+d rsp @ cfa%+d\n",
269 in CACHE using current CFA, RBP and RSP values. Uses CURSOR to
275 unw_word_t cfa,
330 return trace_init_addr (frame, cursor, cfa, rip, rbp, rsp)
402 unw_word_t rbp, rsp, rip, cfa; local
    [all...]
Gstep.c 66 Debug (1, "(cursor=%p, ip=0x%016lx, cfa=0x%016lx)\n",
67 c, c->dwarf.ip, c->dwarf.cfa);
70 unw_word_t old_cfa = c->dwarf.cfa;
110 unw_word_t prev_ip = c->dwarf.ip, prev_cfa = c->dwarf.cfa;
130 /* Like regular frame, CFA = RSP+8, RA = [CFA-8], no regs saved. */
135 c->dwarf.loc[RIP] = DWARF_LOC (c->dwarf.cfa, 0);
136 c->dwarf.cfa += 8;
169 Debug (1, "[RBP=0x%lx] = 0x%lx (cfa = 0x%lx) -> 0x%lx\n",
171 rbp, c->dwarf.cfa, rbp1)
    [all...]
Gos-linux.c 46 Debug(5, "fetch frame ip=0x%lx cfa=0x%lx format=%d\n",
47 dw->ip, dw->cfa, c->sigcontext_format);
56 Debug(5, "cache frame ip=0x%lx cfa=0x%lx format=%d\n",
57 dw->ip, dw->cfa, c->sigcontext_format);
68 /* Offset from cfa to ucontext_t in signal frame. */
70 c->sigcontext_addr = dw->cfa;
75 Debug(5, "reuse frame ip=0x%lx cfa=0x%lx format=%d addr=0x%lx offset=%+d\n",
76 dw->ip, dw->cfa, c->sigcontext_format, c->sigcontext_addr,
98 Debug(1, "old format signal frame? format=%d addr=0x%lx cfa=0x%lx\n",
99 c->sigcontext_format, c->sigcontext_addr, c->dwarf.cfa);
    [all...]
Gos-freebsd.c 99 ucontext = c->dwarf.cfa + offsetof(struct sigframe, sf_uc);
100 c->sigcontext_addr = c->dwarf.cfa;
104 ret = dwarf_get (&c->dwarf, rsp_loc, &c->dwarf.cfa);
134 /* rsp_loc = DWARF_LOC(c->dwarf.cfa - 8, 0); */
136 c->dwarf.loc[RIP] = DWARF_LOC (c->dwarf.cfa, 0);
146 c->dwarf.cfa += 8;
Gstash_frame.c 34 Debug (4, "ip=0x%lx cfa=0x%lx type %d cfa [where=%d val=%ld] cfaoff=%ld"
36 d->ip, d->cfa, f->frame_type,
45 - CFA is register-relative offset off RBP or RSP;
46 - Return address is saved at CFA-8;
47 - RBP is unsaved or saved at CFA+offset, offset != -1;
48 - RSP is unsaved or saved at CFA+offset, offset != -1. */
54 && DWARF_GET_LOC(d->loc[d->ret_addr_column]) == d->cfa-8
  /external/libunwind/src/x86/
Gstep.c 38 /* Save the current ip/cfa to prevent looping if the decode yields
39 the same ip/cfa as before. */
41 unw_word_t old_cfa = c->dwarf.cfa;
76 ret = dwarf_get (&c->dwarf, c->dwarf.loc[EBP], &c->dwarf.cfa);
84 c->dwarf.cfa);
86 ebp_loc = DWARF_LOC (c->dwarf.cfa, 0);
87 eip_loc = DWARF_LOC (c->dwarf.cfa + 4, 0);
88 c->dwarf.cfa += 8;
133 /* If the decode yields the exact same ip/cfa as before, then indicate
135 if (old_ip == c->dwarf.ip && old_cfa == c->dwarf.cfa)
    [all...]
Gos-linux.c 86 unw_word_t siginfo_ptr_addr = c->dwarf.cfa + 4;
87 unw_word_t sigcontext_ptr_addr = c->dwarf.cfa + 8;
100 if (siginfo_ptr < c->dwarf.cfa
101 || siginfo_ptr > c->dwarf.cfa + 256
102 || sigcontext_ptr < c->dwarf.cfa
103 || sigcontext_ptr > c->dwarf.cfa + 256)
107 c->sigcontext_addr = sc_addr = c->dwarf.cfa + 4;
121 ret = dwarf_get (&c->dwarf, esp_loc, &c->dwarf.cfa);
  /external/google-breakpad/src/processor/
cfi_frame_info.cc 54 // If there are not rules for both .ra and .cfa in effect at this address,
64 // First, compute the CFA.
65 V cfa; local
67 if (!evaluator.EvaluateForValue(cfa_rule_, &cfa))
73 working[".cfa"] = cfa;
82 working[".cfa"] = cfa;
89 (*caller_registers)[".cfa"] = cfa;
    [all...]
  /external/libunwind_llvm/src/
DwarfInstructions.hpp 58 pint_t cfa, const RegisterLocation &savedReg);
60 pint_t cfa, const RegisterLocation &savedReg);
62 pint_t cfa, const RegisterLocation &savedReg);
80 A &addressSpace, const R &registers, pint_t cfa,
84 return (pint_t)addressSpace.getRegister(cfa + (pint_t)savedReg.value);
88 (pint_t)savedReg.value, addressSpace, registers, cfa));
92 registers, cfa);
107 A &addressSpace, const R &registers, pint_t cfa,
111 return addressSpace.getDouble(cfa + (pint_t)savedReg.value);
116 registers, cfa));
162 pint_t cfa = getCFA(addressSpace, prolog, registers); local
    [all...]
  /external/libunwind/src/arm/
Gregs.c 57 *valp = c->dwarf.cfa;
Gex_tables.c 91 c->cfa -= edata->data;
95 c->cfa += edata->data;
102 c->loc[UNW_ARM_R0 + i] = DWARF_LOC (c->cfa, 0);
103 c->cfa += 4;
105 /* Set cfa in case the SP got popped. */
107 dwarf_get (c, c->loc[UNW_ARM_R13], &c->cfa);
113 dwarf_get (c, c->loc[UNW_ARM_R13], &c->cfa);
119 c->cfa += 8;
121 c->cfa += 4;
126 c->cfa += 8
    [all...]
Gstep.c 106 unw_word_t sc_addr, sp, sp_addr = c->dwarf.cfa;
117 c->sigcontext_sp = c->dwarf.cfa;
183 /* Set SP/CFA and PC/IP. */
184 dwarf_get (&c->dwarf, c->dwarf.loc[UNW_ARM_R13], &c->dwarf.cfa);
201 unw_word_t old_cfa = c->dwarf.cfa;
316 if (c->dwarf.ip == old_ip && c->dwarf.cfa == old_cfa)
318 Dprintf ("%s: ip and cfa unchanged; stopping here (ip=0x%lx)\n",
  /external/libunwind/src/hppa/
init.h 40 ret = dwarf_get (&c->dwarf, c->dwarf.loc[UNW_HPPA_SP], &c->dwarf.cfa);
  /external/libunwind/src/sh/
Gregs.c 59 *valp = c->dwarf.cfa;
Gstep.c 35 unw_word_t sc_addr, sp, sp_addr = c->dwarf.cfa;
46 c->sigcontext_sp = c->dwarf.cfa;
88 /* Set SP/CFA and PC/IP. */
89 dwarf_get (&c->dwarf, c->dwarf.loc[UNW_SH_R15], &c->dwarf.cfa);
  /external/libunwind/src/aarch64/
Gstep.c 35 unw_word_t sc_addr, sp, sp_addr = c->dwarf.cfa;
46 c->sigcontext_sp = c->dwarf.cfa;
97 /* Set SP/CFA and PC/IP. */
98 dwarf_get (&c->dwarf, c->dwarf.loc[UNW_AARCH64_SP], &c->dwarf.cfa);
112 Debug (1, "(cursor=%p, ip=0x%016lx, cfa=0x%016lx))\n",
113 c, c->dwarf.ip, c->dwarf.cfa);
116 unw_word_t old_cfa = c->dwarf.cfa;
153 /* If the decode yields the exact same ip/cfa as before, then indicate
155 if (c->dwarf.ip == old_ip && c->dwarf.cfa == old_cfa)
157 Dprintf ("%s: ip and cfa unchanged; stopping here (ip=0x%lx)\n"
    [all...]
  /external/libunwind/src/mips/
Gstep.c 32 unw_word_t sc_addr, sp, sp_addr = c->dwarf.cfa;
38 // c->sigcontext_sp = c->dwarf.cfa;
93 /* Set SP/CFA and PC/IP. */
94 dwarf_get (&c->dwarf, c->dwarf.loc[UNW_MIPS_R29], &c->dwarf.cfa);
110 (unsigned long long)c->dwarf.cfa, (unsigned long long)fp);
125 unw_word_t old_cfa = c->dwarf.cfa;
139 /* If the decode yields the exact same ip/cfa as before, then indicate
141 if (c->dwarf.ip == old_ip && c->dwarf.cfa == old_cfa)
143 Dprintf ("%s: ip and cfa unchanged; stopping here (ip=0x%lx)\n",
  /external/tensorflow/tensorflow/contrib/bigtable/python/ops/
bigtable_api.py 245 and "c2" from the column family "cfa", and the value of the column "c3"
251 ds1 = table.scan_prefix("row_prefix", columns=[("cfa", "c1"),
252 ("cfa", "c2"),
254 ds2 = table.scan_prefix("row_prefix", cfa=["c1", "c2"], cfb="c3")
291 and "c2" from the column family "cfa", and the value of the column "c3"
297 ds1 = table.scan_range("row_start", "row_end", columns=[("cfa", "c1"),
298 ("cfa", "c2"),
300 ds2 = table.scan_range("row_start", "row_end", cfa=["c1", "c2"], cfb="c3")
346 and "c2" from the column family "cfa", and the value of the column "c3"
352 ds1 = table.parallel_scan_prefix("row_prefix", columns=[("cfa", "c1")
    [all...]
  /external/libunwind/src/ppc32/
Gstep.c 97 back_chain_loc = DWARF_LOC (c->dwarf.cfa + back_chain_offset, 0);
100 dwarf_get (&c->dwarf, back_chain_loc, &c->dwarf.cfa)) < 0)
103 "Unable to retrieve CFA from back chain in stack frame - %d\n",
107 if (c->dwarf.cfa == 0)
112 lr_save_loc = DWARF_LOC (c->dwarf.cfa + lr_save_offset, 0);
125 /* Find the sigcontext record by taking the CFA and adjusting by
135 unw_word_t ucontext = c->dwarf.cfa + __SIGNAL_FRAMESIZE;
145 ret = dwarf_get (&c->dwarf, sp_loc, &c->dwarf.cfa);
  /frameworks/av/media/img_utils/include/img_utils/
DngUtils.h 79 * CFA layout must match the layout of the shading map passed into the
90 CfaLayout cfa,
203 * CFA layout must match the layout of the shading map passed into the
212 CfaLayout cfa,
217 * CFA layout must match the layout of the shading map passed into the

Completed in 1150 milliseconds

1 2 3