OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stack_ptr
(Results
1 - 8
of
8
) sorted by null
/external/grub/stage2/
tparm.c
139
static int
stack_ptr
;
variable
192
if (
stack_ptr
< STACKSIZE) {
193
stack[
stack_ptr
].num_type = TRUE;
194
stack[
stack_ptr
].data.num = x;
195
stack_ptr
++;
203
if (
stack_ptr
> 0) {
204
stack_ptr
--;
205
if (stack[
stack_ptr
].num_type)
206
result = stack[
stack_ptr
].data.num;
214
if (
stack_ptr
< STACKSIZE)
[
all
...]
/system/core/libcorkscrew/arch-x86/
backtrace-x86.c
321
dwarf_state_t* stack, uint8_t*
stack_ptr
) {
434
if (*
stack_ptr
== DWARF_STATES_STACK) {
435
ALOGE("DW_CFA_remember_state: states stack overflow %d", *
stack_ptr
);
438
stack[(*
stack_ptr
)++] = *dstate;
439
ALOGV("DW_CFA_remember_state: stacktop moves to %d", *
stack_ptr
);
444
if (*
stack_ptr
== 1) {
450
*dstate = stack[--*
stack_ptr
];
452
ALOGV("DW_CFA_restore_state: stacktop moves to %d", *
stack_ptr
);
567
uint8_t
stack_ptr
= 0;
local
704
stack_ptr
= 1
[
all
...]
/external/chromium_org/native_client_sdk/src/libraries/error_handling/
error_handling.c
99
ssprintf(ss, "\"
stack_ptr
\": %u,\n", portable_context->
stack_ptr
);
/external/valgrind/main/coregrind/
m_machine.c
45
#define
STACK_PTR
(regs) ((regs).vex.VG_STACK_PTR)
52
return
STACK_PTR
( VG_(threads)[tid].arch );
62
STACK_PTR
( VG_(threads)[tid].arch ) = sp;
[
all
...]
/external/sonivox/arm-fm-22k/bin/
arm-fm-22k
/external/valgrind/main/coregrind/m_sigframe/
sigframe-ppc32-linux.c
501
//.. SET_THREAD_REG(zztid, zzval,
STACK_PTR
, post_reg_write, \
[
all
...]
/external/sonivox/arm-hybrid-22k/bin/
arm-hybrid-22k
/external/sonivox/arm-wt-22k/bin/
arm-wt-22k
Completed in 920 milliseconds