OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xbp
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/main/coregrind/
m_stacktrace.c
194
uregs.
xbp
= startRegs->misc.X86.r_ebp;
212
uregs.xip, uregs.
xbp
);
224
if (fps) fps[0] = uregs.
xbp
;
252
if (fps) fps[0] = uregs.
xbp
;
318
if (fp_min <= uregs.
xbp
&&
319
uregs.
xbp
<= fp_max - 1 * sizeof(UWord)/*see comment below*/)
322
uregs.xip = (((UWord*)uregs.
xbp
)[1]);
353
uregs.xsp = uregs.
xbp
+ sizeof(Addr) /*saved %ebp*/
355
uregs.
xbp
= (((UWord*)uregs.
xbp
)[0])
[
all
...]
pub_core_debuginfo.h
109
struct { Addr xip; Addr xsp; Addr
xbp
; }
member in struct:__anon36421
/external/mksh/src/
edit.c
913
static char *
xbp
; /* start of visible portion of input buffer */
variable
1189
xbp
= xbuf = buf;
[
all
...]
/external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c
[
all
...]
Completed in 514 milliseconds