Searched refs:RBP (Results 1 - 25 of 26) sorted by relevance

12

/external/libunwind/src/x86_64/
H A DGstash_frame.c41 rs->reg[RBP].where, rs->reg[RBP].val, DWARF_GET_LOC(d->loc[RBP]),
45 - CFA is register-relative offset off RBP or RSP;
47 - RBP is unsaved or saved at CFA+offset, offset != -1;
51 && (rs->reg[DWARF_CFA_REG_COLUMN].val == RBP
55 && (rs->reg[RBP].where == DWARF_WHERE_UNDEF
56 || rs->reg[RBP].where == DWARF_WHERE_SAME
57 || (rs->reg[RBP].where == DWARF_WHERE_CFAREL
58 && labs(rs->reg[RBP]
[all...]
H A DGstep.c89 NULL RBP. */
90 if (DWARF_IS_NULL_LOC (c->dwarf.loc[RBP]))
138 else if (DWARF_IS_NULL_LOC (c->dwarf.loc[RBP]))
147 ret = dwarf_get (&c->dwarf, c->dwarf.loc[RBP], &rbp);
150 Debug (2, "returning %d [RBP=0x%lx]\n", ret,
151 DWARF_GET_LOC (c->dwarf.loc[RBP]));
169 Debug (1, "[RBP=0x%lx] = 0x%lx (cfa = 0x%lx) -> 0x%lx\n",
170 (unsigned long) DWARF_GET_LOC (c->dwarf.loc[RBP]),
173 /* Heuristic to determine incorrect guess. For RBP to be a
176 anything about new RBP (rbp
[all...]
H A DGget_save_loc.c42 case UNW_X86_64_RBP: loc = c->dwarf.loc[RBP]; break;
H A Dunwind_i.h45 #define RBP 6 macro
H A Dinit.h55 c->dwarf.loc[RBP] = REG_INIT_LOC(c, rbp, RBP);
H A DGregs.c110 case UNW_X86_64_RBP: loc = c->dwarf.loc[RBP]; break;
H A DGos-freebsd.c117 c->dwarf.loc[RBP] = DWARF_LOC (ucontext + UC_MCONTEXT_GREGS_RBP, 0);
135 /* rbp_loc = c->dwarf.loc[RBP]; */
/external/strace/linux/x86_64/
H A Duserent.h5 XLAT(8*RBP),
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dptrace-abi.h36 #define RBP 32 macro
/external/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp72 FramePtr = Use64BitReg ? X86::RBP : X86::EBP;
409 for (MCSubRegIterator I(X86::RBP, this, /*IncludeSelf=*/true); I.isValid();
646 case X86::BPL: case X86::BP: case X86::EBP: case X86::RBP:
674 case X86::BPL: case X86::BP: case X86::EBP: case X86::RBP:
711 case X86::BPL: case X86::BP: case X86::EBP: case X86::RBP:
747 case X86::BPL: case X86::BP: case X86::EBP: case X86::RBP:
783 case X86::BPL: case X86::BP: case X86::EBP: case X86::RBP:
784 return X86::RBP;
H A DX86FrameLowering.cpp1041 // Save EBP/RBP into the appropriate stack slot.
1047 // Mark the place where EBP/RBP was saved.
1075 // Define the current CFA to use the EBP/RBP register.
1243 // Set RBP to a small fixed offset from RSP. In the funclet case, we base
1447 // RBP is not included in the callee saved register block. After pushing RBP,
1725 // PUSH RBP <-- RBP points here
1743 // stack objects are addressed with RBP and regular stack objects with RSP.
1747 // pointer" points to local variables, and RBP point
[all...]
H A DX86FastISel.cpp2357 assert(((FrameReg == X86::RBP && VT == MVT::i64) ||
/external/lzma/Asm/x86/
H A D7zAsm.asm71 r5 equ RBP
/external/valgrind/coregrind/m_sigframe/
H A Dsigframe-amd64-darwin.c103 SC2(__rbp,RBP);
131 SC2(RBP,__rbp);
H A Dsigframe-amd64-linux.c355 SC2(rbp,RBP);
/external/google-breakpad/src/common/android/
H A Dbreakpad_getcontext_unittest.cc131 CHECK_REG(RBP);
/external/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h176 ENTRY(RBP) \
194 ENTRY(RBP) \
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp480 case X86::RBP:
503 // Encode that we are using EBP/RBP as the frame pointer.
530 (Is64Bit ? X86::RBP : X86::EBP) && "Invalid frame pointer!");
662 X86::RBX, X86::R12, X86::R13, X86::R14, X86::R15, X86::RBP, 0
/external/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h410 RBP = 334, member in class:llvm::PDB_Checksum::PDB_Machine::PDB_Lang::PDB_BuiltinType::PDB_RegisterId
/external/libunwind/src/ptrace/
H A D_UPT_reg_offset.c299 UNW_R_OFF(RBP, rbp)
/external/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp133 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_RegisterId, RBP, OS)
/external/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h396 case X86::RBP: return X86::EBP;
H A DX86AsmInstrumentation.cpp162 static const MCPhysReg Candidates[] = { X86::RBP, X86::RAX, X86::RBX,
800 SpillReg(Out, X86::RBP);
/external/valgrind/VEX/auxprogs/
H A Dgenoffsets.c111 GENOFFSET(AMD64,amd64,RBP);
/external/valgrind/memcheck/
H A Dmc_machine.c552 if (o == GOF(RBP) && is1248) return o;

Completed in 646 milliseconds

12