OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stack_addr
(Results
1 - 5
of
5
) sorted by null
/external/valgrind/main/coregrind/
link_tool_exe_darwin.in
41
# -image_base 0x138000000 -
stack_addr
0x13c000000 \
51
# -image_base 0x38000000 -
stack_addr
0x3c000000 \
157
my $
stack_addr
= Math::BigInt->new( $ala ) - $TX_STACK_OFFSET_BEFORE_TEXT;
158
my $stack_addr_str = $
stack_addr
->as_hex();
162
$cmd = "$cmd -
stack_addr
$stack_addr_str";
/bionic/libc/bionic/
pthread_attr.cpp
109
int pthread_attr_getstackaddr(pthread_attr_t const* attr, void**
stack_addr
) {
112
*
stack_addr
= (char*)attr->stack_base + attr->stack_size;
/art/runtime/
utils.cc
85
void*
stack_addr
= pthread_get_stackaddr_np(thread);
local
87
// Check whether
stack_addr
is the base or end of the stack.
90
if (
stack_addr
> &stack_variable) {
91
stack_base = reinterpret_cast<byte*>(
stack_addr
) - stack_size;
93
stack_base =
stack_addr
;
[
all
...]
/external/chromium_org/third_party/libxslt/libxslt/
variables.c
622
static int
stack_addr
= 0;
646
stack_addr
++;
[
all
...]
/external/libxslt/libxslt/
variables.c
622
static int
stack_addr
= 0;
646
stack_addr
++;
[
all
...]
Completed in 3490 milliseconds