OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:i386_esp_ptr
(Results
1 - 2
of
2
) sorted by null
/external/strace/linux/i386/
arch_regs.c
2
unsigned long *const
i386_esp_ptr
= (unsigned long *) &i386_regs.esp;
variable
/external/strace/linux/x86_64/
arch_regs.c
33
uint32_t *const
i386_esp_ptr
= &i386_regs.esp;
variable
Completed in 263 milliseconds