Searched refs:xsp (Results 1 – 8 of 8) sorted by relevance
/external/valgrind/main/coregrind/ |
D | m_stacktrace.c | 85 uregs.xsp = (Addr)startRegs->r_sp; in VG_() 87 Addr fp_min = uregs.xsp; in VG_() 115 if (sps) sps[0] = uregs.xsp; in VG_() 124 if (sps) sps[0] = uregs.xsp; in VG_() 171 uregs.xsp = uregs.xbp + sizeof(Addr) /*saved %ebp*/ in VG_() 174 if (sps) sps[i] = uregs.xsp; in VG_() 188 if (sps) sps[i] = uregs.xsp; in VG_() 199 if ( VG_(use_FPO_info)( &uregs.xip, &uregs.xsp, &uregs.xbp, in VG_() 202 if (sps) sps[i] = uregs.xsp; in VG_() 241 uregs.xsp = startRegs->r_sp; in VG_() [all …]
|
D | pub_core_debuginfo.h | 109 struct { Addr xip; Addr xsp; Addr xbp; } member
|
/external/mksh/src/ |
D | misc.c | 113 Xcheck_grow(XString *xsp, const char *xp, size_t more) in Xcheck_grow() argument 115 const char *old_beg = xsp->beg; in Xcheck_grow() 117 if (more < xsp->len) in Xcheck_grow() 118 more = xsp->len; in Xcheck_grow() 120 checkoktoadd(more, xsp->len + X_EXTRA); in Xcheck_grow() 121 xsp->beg = aresize(xsp->beg, (xsp->len += more) + X_EXTRA, xsp->areap); in Xcheck_grow() 122 xsp->end = xsp->beg + xsp->len; in Xcheck_grow() 123 return (xsp->beg + (xp - old_beg)); in Xcheck_grow() 1556 XString *xsp, in make_path() argument 1563 char *xp = Xstring(*xsp, xp); in make_path() [all …]
|
/external/chromium_org/third_party/sqlite/src/tool/ |
D | lemon.c | 1256 struct symbol *sp, *xsp; in Configlist_closure() local 1274 xsp = rp->rhs[i]; in Configlist_closure() 1275 if( xsp->type==TERMINAL ){ in Configlist_closure() 1276 SetAdd(newcfp->fws,xsp->index); in Configlist_closure() 1278 }else if( xsp->type==MULTITERMINAL ){ in Configlist_closure() 1280 for(k=0; k<xsp->nsubsym; k++){ in Configlist_closure() 1281 SetAdd(newcfp->fws, xsp->subsym[k]->index); in Configlist_closure() 1285 SetUnion(newcfp->fws,xsp->firstset); in Configlist_closure() 1286 if( xsp->lambda==LEMON_FALSE ) break; in Configlist_closure()
|
/external/llvm/test/MC/AArch64/ |
D | basic-a64-diagnostics.s | 100 sub xsp, x34, #0x100, lsl #-1 133 add xsp, w2, #123 164 mov x2, xsp, #123
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | debuginfo.c | 2076 case Creg_IA_SP: return eec->uregs->xsp; in evalCfiExpr() 2285 cfa = cfsi->cfa_off + uregs->xsp; in compute_cfa() 2378 uregs.xsp = sp; in ML_() 2490 COMPUTE(uregsPrev.xsp, uregsHere->xsp, cfsi->sp_how, cfsi->sp_off); in VG_()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 720 // Recall Rxsp is a RegisterClass containing *just* xsp.
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/ |
D | final-url-en | 8619 http://janus.lib.cam.ac.uk/db/node.xsp?id=EAD%2FGBR%2F0272%2FREF%2F13
|