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

12 3 4

  /external/llvm/test/DebugInfo/SystemZ/
eh_frame_personality.s 56 # DW_CFA_offset: r14 at cfa-48
57 # DW_CFA_offset: r15 at cfa-40
  /external/lldb/source/Target/
StackFrameList.cpp 292 lldb::addr_t cfa; local
304 const bool success = unwinder->GetFrameInfoAtIndex(idx, cfa, pc);
307 // SP as the CFA and see if that gets any further.
310 cfa = reg_ctx_sp->GetSP();
318 cfa,
327 cfa = unwind_frame_sp->m_id.GetCallFrameAddress();
332 const bool success = unwinder->GetFrameInfoAtIndex(idx, cfa, pc);
339 unwind_frame_sp.reset (new StackFrame (m_thread.shared_from_this(), m_frames.size(), idx, cfa, pc, NULL));
365 cfa,
534 addr_t pc, cfa; local
    [all...]
  /external/libunwind/src/aarch64/
Gregs.c 93 *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;
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);
  /external/libunwind/src/hppa/
Gregs.c 48 *valp = c->dwarf.cfa;
Gstep.c 81 &c->dwarf.cfa)) < 0)
  /external/libunwind/src/mips/
Gregs.c 79 *valp = c->dwarf.cfa;
init.h 44 &c->dwarf.cfa);
  /external/libunwind/src/ppc32/
Gregs.c 53 *valp = c->dwarf.cfa;
init.h 56 &c->dwarf.cfa);
  /external/libunwind/src/ppc64/
Gregs.c 53 *valp = c->dwarf.cfa;
Gstep.c 98 back_chain_loc = DWARF_LOC (c->dwarf.cfa + back_chain_offset, 0);
101 dwarf_get (&c->dwarf, back_chain_loc, &c->dwarf.cfa)) < 0)
104 "Unable to retrieve CFA from back chain in stack frame - %d\n",
108 if (c->dwarf.cfa == 0)
113 lr_save_loc = DWARF_LOC (c->dwarf.cfa + lr_save_offset, 0);
126 /* Find the sigcontext record by taking the CFA and adjusting by
136 unw_word_t ucontext = c->dwarf.cfa + __SIGNAL_FRAMESIZE;
146 ret = dwarf_get (&c->dwarf, sp_loc, &c->dwarf.cfa);
init.h 66 &c->dwarf.cfa);
  /external/lldb/include/lldb/Target/
ABI.h 80 // Should take a look at a call frame address (CFA) which is just the stack
83 // This function should return true if "cfa" is valid call frame address for
87 CallFrameAddressIsValid (lldb::addr_t cfa) = 0;
107 // have a unique CFA.
110 // CFA.
  /frameworks/av/media/img_utils/include/img_utils/
DngUtils.h 72 * CFA layout must match the layout of the shading map passed into the
83 CfaLayout cfa,
  /external/libunwind/src/arm/
Gex_tables.c 97 c->cfa -= edata->data;
101 c->cfa += edata->data;
108 c->loc[UNW_ARM_R0 + i] = DWARF_LOC (c->cfa, 0);
109 c->cfa += 4;
111 /* Set cfa in case the SP got popped. */
113 dwarf_get (c, c->loc[UNW_ARM_R13], &c->cfa);
119 dwarf_get (c, c->loc[UNW_ARM_R13], &c->cfa);
125 c->cfa += 8;
127 c->cfa += 4;
132 c->cfa += 8
    [all...]
init.h 57 &c->dwarf.cfa);
  /cts/tools/cfassembler/src/dxconvext/
ClassFileAssembler.java 45 ClassFileAssembler cfa = new ClassFileAssembler(); local
46 cfa.run(args);
  /frameworks/av/media/img_utils/src/
DngUtils.cpp 55 CfaLayout cfa,
87 switch(cfa) {
129 ALOGE("%s: Unknown CFA layout %d", __FUNCTION__, cfa);
  /external/libunwind/src/dwarf/
Gparser.c 155 Debug (15, "CFA_offset r%lu at cfa+0x%lx\n",
352 Debug (15, "CFA_GNU_negative_offset_extended cfa+0x%lx\n",
358 /* This is a special CFA to handle all 16 windowed registers
370 Debug (1, "Unexpected CFA opcode 0x%x\n", op);
407 that manipulates CFA (push/pop). */
712 unw_word_t regnum, addr, cfa, ip; local
721 prev_cfa = c->cfa;
727 /* Evaluate the CFA first, because it may be referred to by other
732 /* CFA is equal to [reg] + offset: */
734 /* As a special-case, if the stack-pointer is the CFA and th
    [all...]
  /external/libunwind/src/x86/
Gos-freebsd.c 110 sf = (struct sigframe *)c->dwarf.cfa;
112 c->sigcontext_addr = c->dwarf.cfa;
115 ret = dwarf_get (&c->dwarf, esp_loc, &c->dwarf.cfa);
init.h 53 &c->dwarf.cfa);
  /external/libunwind/src/sh/
init.h 55 ret = dwarf_get (&c->dwarf, c->dwarf.loc[UNW_TDEP_SP], &c->dwarf.cfa);
  /external/libunwind/src/x86_64/
Gregs.c 85 *valp = c->dwarf.cfa;
  /external/lldb/source/Plugins/Process/Utility/
RegisterContextLLDB.h 76 GetCFA (lldb::addr_t& cfa);

Completed in 745 milliseconds

12 3 4