OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ala
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/coregrind/
link_tool_exe_linux.in
57
my $
ala
= $ARGV[0];
61
if (length($
ala
) < 3 || index($
ala
, "0x") != 0);
69
# 'cc' -static -Ttext='
ala
' 'restargs'
71
my $cmd="$cc -static -Wl,-Ttext=$
ala
";
link_tool_exe_darwin.in
101
my $
ala
= $ARGV[0];
105
if (length($
ala
) < 3 || index($
ala
, "0x") != 0);
108
if ($
ala
!~ /^0x[0-9a-fA-F]+$/);
148
my $stack_addr = Math::BigInt->new( $
ala
) - $TX_STACK_OFFSET_BEFORE_TEXT;
152
$cmd = "$cmd -image_base $
ala
";
/build/tools/droiddoc/templates-sdk/assets/
android-developer-resource-browser.js
173
* Formats the given array into a human readable, English string,
ala
Completed in 100 milliseconds